Package org.yamcs.client.base
Class ServerURL
java.lang.Object
org.yamcs.client.base.ServerURL
Parses Yamcs Server URLs and exposes standardized string outputs, as well as access to the individual URL components.
-
Method Summary
-
Method Details
-
getHost
-
getPort
public int getPort() -
isTLS
public boolean isTLS() -
setTLS
public void setTLS(boolean tls) -
getContext
-
setContext
-
parse
- Throws:
IllegalArgumentException
- when the URL is not something that can be matched to a Yamcs Server URL.
-
toString
-