Uses of Interface
com.biglybt.core.proxy.AEProxyAddressMapper.PortMapping
Packages that use AEProxyAddressMapper.PortMapping
-
Uses of AEProxyAddressMapper.PortMapping in com.biglybt.core.proxy
Methods in com.biglybt.core.proxy that return AEProxyAddressMapper.PortMappingModifier and TypeMethodDescriptionAEProxyAddressMapper.registerPortMapping
(int proxy_port, int local_port, String local_ip, int remote_port, String remote_ip, Map<String, Object> properties) AEProxyAddressMapper.registerPortMapping
(int proxy_port, String remote_ip) AEProxyAddressMapper.registerPortMapping
(int proxy_port, String remote_ip, Map<String, Object> properties) -
Uses of AEProxyAddressMapper.PortMapping in com.biglybt.core.proxy.impl
Classes in com.biglybt.core.proxy.impl that implement AEProxyAddressMapper.PortMappingMethods in com.biglybt.core.proxy.impl that return AEProxyAddressMapper.PortMappingModifier and TypeMethodDescriptionAEProxyAddressMapperImpl.registerPortMapping
(int proxy_port, int local_port, String local_ip, int remote_port, String remote_ip, Map<String, Object> properties) AEProxyAddressMapperImpl.registerPortMapping
(int proxy_port, String remote_ip) AEProxyAddressMapperImpl.registerPortMapping
(int proxy_port, String remote_ip, Map<String, Object> properties)