Uses of Interface
com.biglybt.core.proxy.AEProxyAddressMapper
-
-
Uses of AEProxyAddressMapper in com.biglybt.core.networkmanager.impl.tcp
Fields in com.biglybt.core.networkmanager.impl.tcp declared as AEProxyAddressMapper Modifier and Type Field Description private AEProxyAddressMapper
IncomingSocketChannelManager. proxy_address_mapper
private static AEProxyAddressMapper
TCPTransportHelper. proxy_address_mapper
private static AEProxyAddressMapper
TransportStartpointTCP. proxy_address_mapper
-
Uses of AEProxyAddressMapper in com.biglybt.core.proxy
Methods in com.biglybt.core.proxy that return AEProxyAddressMapper Modifier and Type Method Description static AEProxyAddressMapper
AEProxyFactory. getAddressMapper()
-
Uses of AEProxyAddressMapper in com.biglybt.core.proxy.impl
Classes in com.biglybt.core.proxy.impl that implement AEProxyAddressMapper Modifier and Type Class Description class
AEProxyAddressMapperImpl
Fields in com.biglybt.core.proxy.impl declared as AEProxyAddressMapper Modifier and Type Field Description protected static AEProxyAddressMapper
AEProxyAddressMapperImpl. singleton
Methods in com.biglybt.core.proxy.impl that return AEProxyAddressMapper Modifier and Type Method Description static AEProxyAddressMapper
AEProxyAddressMapperImpl. getSingleton()
-
Uses of AEProxyAddressMapper in com.biglybt.core.tracker.server.impl.tcp.blocking
Fields in com.biglybt.core.tracker.server.impl.tcp.blocking declared as AEProxyAddressMapper Modifier and Type Field Description private static AEProxyAddressMapper
TRBlockingServerProcessor. proxy_address_mapper
-
Uses of AEProxyAddressMapper in com.biglybt.core.tracker.server.impl.tcp.nonblocking
Fields in com.biglybt.core.tracker.server.impl.tcp.nonblocking declared as AEProxyAddressMapper Modifier and Type Field Description private static AEProxyAddressMapper
TRNonBlockingServerProcessor. proxy_address_mapper
-