Class PortDescriptor


  • public final class PortDescriptor
    extends Object
    Since:
    2.0
    • Constructor Detail

      • PortDescriptor

        public PortDescriptor()
      • PortDescriptor

        public PortDescriptor​(String protocol,
                              int port,
                              String connectorType,
                              String host)
    • Method Detail

      • getProtocol

        public String getProtocol()
      • getPort

        public int getPort()
      • getConnectorType

        public String getConnectorType()
      • getHost

        public String getHost()