Uses of Interface
com.biglybt.core.proxy.AEProxyAddressMapper.PortMapping
-
Packages that use AEProxyAddressMapper.PortMapping Package Description com.biglybt.core.proxy com.biglybt.core.proxy.impl -
-
Uses of AEProxyAddressMapper.PortMapping in com.biglybt.core.proxy
Methods in com.biglybt.core.proxy that return AEProxyAddressMapper.PortMapping Modifier and Type Method Description AEProxyAddressMapper.PortMapping
AEProxyAddressMapper. registerPortMapping(int proxy_port, int local_port, java.lang.String local_ip, int remote_port, java.lang.String remote_ip, java.util.Map<java.lang.String,java.lang.Object> properties)
AEProxyAddressMapper.PortMapping
AEProxyAddressMapper. registerPortMapping(int proxy_port, java.lang.String remote_ip)
AEProxyAddressMapper.PortMapping
AEProxyAddressMapper. registerPortMapping(int proxy_port, java.lang.String remote_ip, java.util.Map<java.lang.String,java.lang.Object> properties)
-
Uses of AEProxyAddressMapper.PortMapping in com.biglybt.core.proxy.impl
Classes in com.biglybt.core.proxy.impl that implement AEProxyAddressMapper.PortMapping Modifier and Type Class Description private class
AEProxyAddressMapperImpl.PortMappingImpl
Methods in com.biglybt.core.proxy.impl that return AEProxyAddressMapper.PortMapping Modifier and Type Method Description AEProxyAddressMapper.PortMapping
AEProxyAddressMapperImpl. registerPortMapping(int proxy_port, int local_port, java.lang.String local_ip, int remote_port, java.lang.String remote_ip, java.util.Map<java.lang.String,java.lang.Object> properties)
AEProxyAddressMapper.PortMapping
AEProxyAddressMapperImpl. registerPortMapping(int proxy_port, java.lang.String remote_ip)
AEProxyAddressMapper.PortMapping
AEProxyAddressMapperImpl. registerPortMapping(int proxy_port, java.lang.String remote_ip, java.util.Map<java.lang.String,java.lang.Object> properties)
-