Class ServerURL


  • public class ServerURL
    extends Object
    Parses Yamcs Server URLs and exposes standardized string outputs, as well as access to the individual URL components.
    • Method Detail

      • getHost

        public String getHost()
      • getPort

        public int getPort()
      • isTLS

        public boolean isTLS()
      • setTLS

        public void setTLS​(boolean tls)
      • getContext

        public String getContext()
      • setContext

        public void setContext​(String context)