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
ConstructorsModifierConstructorDescriptionprivateAppliedPortMappingImpl(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:
getRemoteAddressin interfaceAEProxyAddressMapper.AppliedPortMapping
-
getLocalAddress
- Specified by:
getLocalAddressin interfaceAEProxyAddressMapper.AppliedPortMapping
-
getProperties
- Specified by:
getPropertiesin interfaceAEProxyAddressMapper.AppliedPortMapping
-