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 java.lang.Object implements AEProxyAddressMapper.AppliedPortMapping
-
-
Field Summary
Fields Modifier and Type Field Description private java.net.InetSocketAddress
local_address
private java.util.Map<java.lang.String,java.lang.Object>
properties
private java.net.InetSocketAddress
remote_address
-
Constructor Summary
Constructors Modifier Constructor Description private
AppliedPortMappingImpl(java.net.InetSocketAddress _local_address, java.net.InetSocketAddress _remote_address, java.util.Map<java.lang.String,java.lang.Object> _properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.net.InetSocketAddress
getLocalAddress()
java.util.Map<java.lang.String,java.lang.Object>
getProperties()
java.net.InetSocketAddress
getRemoteAddress()
-
-
-
Method Detail
-
getRemoteAddress
public java.net.InetSocketAddress getRemoteAddress()
- Specified by:
getRemoteAddress
in interfaceAEProxyAddressMapper.AppliedPortMapping
-
getLocalAddress
public java.net.InetSocketAddress getLocalAddress()
- Specified by:
getLocalAddress
in interfaceAEProxyAddressMapper.AppliedPortMapping
-
getProperties
public java.util.Map<java.lang.String,java.lang.Object> getProperties()
- Specified by:
getProperties
in interfaceAEProxyAddressMapper.AppliedPortMapping
-
-