Class AEProxyAddressMapperImpl.PortMappingImpl

java.lang.Object
com.biglybt.core.proxy.impl.AEProxyAddressMapperImpl.PortMappingImpl
All Implemented Interfaces:
AEProxyAddressMapper.PortMapping
Enclosing class:
AEProxyAddressMapperImpl

private class AEProxyAddressMapperImpl.PortMappingImpl extends Object implements AEProxyAddressMapper.PortMapping
  • Field Details

    • proxy_port

      private final int proxy_port
    • local_ip

      private final String local_ip
    • local_port

      private final int local_port
    • remote_ip

      private final String remote_ip
    • remote_port

      private final int remote_port
    • properties

      private final Map<String,Object> properties
  • Constructor Details

    • PortMappingImpl

      private PortMappingImpl(int _proxy_port, String _local_ip, int _local_port, String _remote_ip, int _remote_port, Map<String,Object> _properties)
  • Method Details