Package com.biglybt.core.proxy.impl
Class AEProxyAddressMapperImpl.AppliedPortMappingImpl
java.lang.Object
com.biglybt.core.proxy.impl.AEProxyAddressMapperImpl.AppliedPortMappingImpl
- All Implemented Interfaces:
AEProxyAddressMapper.AppliedPortMapping
- Enclosing class:
AEProxyAddressMapperImpl
private static class AEProxyAddressMapperImpl.AppliedPortMappingImpl
extends Object
implements AEProxyAddressMapper.AppliedPortMapping
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
AppliedPortMappingImpl
(InetSocketAddress _local_address, InetSocketAddress _remote_address, Map<String, Object> _properties) -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
local_address
-
remote_address
-
properties
-
-
Constructor Details
-
AppliedPortMappingImpl
private AppliedPortMappingImpl(InetSocketAddress _local_address, InetSocketAddress _remote_address, Map<String, Object> _properties)
-
-
Method Details
-
getRemoteAddress
- Specified by:
getRemoteAddress
in interfaceAEProxyAddressMapper.AppliedPortMapping
-
getLocalAddress
- Specified by:
getLocalAddress
in interfaceAEProxyAddressMapper.AppliedPortMapping
-
getProperties
- Specified by:
getProperties
in interfaceAEProxyAddressMapper.AppliedPortMapping
-