Class ProxyCustomizer.ProxyAttributes

    • Field Detail

      • _remoteAddress

        private final java.lang.String _remoteAddress
      • _localAddress

        private final java.lang.String _localAddress
      • _remotePort

        private final int _remotePort
      • _localPort

        private final int _localPort
    • Constructor Detail

      • ProxyAttributes

        private ProxyAttributes​(java.net.InetSocketAddress remoteAddress,
                                java.net.InetSocketAddress localAddress,
                                Attributes attributes)