Uses of Interface
com.biglybt.core.proxy.socks.AESocksProxyPlugableConnectionFactory
-
Packages that use AESocksProxyPlugableConnectionFactory Package Description com.biglybt.core.proxy.socks com.biglybt.core.proxy.socks.impl -
-
Uses of AESocksProxyPlugableConnectionFactory in com.biglybt.core.proxy.socks
Methods in com.biglybt.core.proxy.socks with parameters of type AESocksProxyPlugableConnectionFactory Modifier and Type Method Description static AESocksProxy
AESocksProxyFactory. create(int port, long connect_timeout, long read_timeout, AESocksProxyPlugableConnectionFactory connection_factory)
-
Uses of AESocksProxyPlugableConnectionFactory in com.biglybt.core.proxy.socks.impl
Fields in com.biglybt.core.proxy.socks.impl declared as AESocksProxyPlugableConnectionFactory Modifier and Type Field Description private AESocksProxyPlugableConnectionFactory
AESocksProxyImpl. connection_factory
Constructors in com.biglybt.core.proxy.socks.impl with parameters of type AESocksProxyPlugableConnectionFactory Constructor Description AESocksProxyConnectionImpl(AESocksProxyImpl _proxy, AESocksProxyPlugableConnectionFactory _connection_factory, AEProxyConnection _connection)
AESocksProxyImpl(int _port, long _ct, long _rt, AESocksProxyPlugableConnectionFactory _connection_factory)
-