Package com.biglybt.core.proxy.impl
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
-
local_port
private final int local_port -
remote_ip
-
remote_port
private final int remote_port -
properties
-
-
Constructor Details
-
PortMappingImpl
-
-
Method Details
-
getLocalIP
-
getLocalPort
private int getLocalPort() -
getRemoteIP
-
getRemotePort
private int getRemotePort() -
getProperties
-
unregister
public void unregister()- Specified by:
unregister
in interfaceAEProxyAddressMapper.PortMapping
-