Uses of Interface
com.biglybt.core.proxy.socks.AESocksProxy
-
Packages that use AESocksProxy Package Description com.biglybt.core.proxy.socks com.biglybt.core.proxy.socks.impl -
-
Uses of AESocksProxy in com.biglybt.core.proxy.socks
Methods in com.biglybt.core.proxy.socks that return AESocksProxy Modifier and Type Method Description static AESocksProxy
AESocksProxyFactory. create(int port, long connect_timeout, long read_timeout)
static AESocksProxy
AESocksProxyFactory. create(int port, long connect_timeout, long read_timeout, AESocksProxyPlugableConnectionFactory connection_factory)
AESocksProxy
AESocksProxyConnection. getProxy()
-
Uses of AESocksProxy in com.biglybt.core.proxy.socks.impl
Classes in com.biglybt.core.proxy.socks.impl that implement AESocksProxy Modifier and Type Class Description class
AESocksProxyImpl
Methods in com.biglybt.core.proxy.socks.impl that return AESocksProxy Modifier and Type Method Description AESocksProxy
AESocksProxyConnectionImpl. getProxy()
-