Class TransportManager.Port

    • Field Detail

      • style

        public final String style
      • port

        public final int port
      • isIPv6

        public final boolean isIPv6
    • Constructor Detail

      • Port

        public Port​(String style,
                    int port)
        IPv4 only
      • Port

        public Port​(String style,
                    String host,
                    int port)
        IPv6 only
        Since:
        0.9.50