Uses of Interface
com.biglybt.core.proxy.socks.AESocksProxyPlugableConnectionFactory
Packages that use AESocksProxyPlugableConnectionFactory
-
Uses of AESocksProxyPlugableConnectionFactory in com.biglybt.core.proxy.socks
Methods in com.biglybt.core.proxy.socks with parameters of type AESocksProxyPlugableConnectionFactoryModifier and TypeMethodDescriptionstatic 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 AESocksProxyPlugableConnectionFactoryModifier and TypeFieldDescriptionprivate final AESocksProxyPlugableConnectionFactory
AESocksProxyImpl.connection_factory
Constructors in com.biglybt.core.proxy.socks.impl with parameters of type AESocksProxyPlugableConnectionFactoryModifierConstructorDescriptionprotected
AESocksProxyConnectionImpl
(AESocksProxyImpl _proxy, AESocksProxyPlugableConnectionFactory _connection_factory, AEProxyConnection _connection) AESocksProxyImpl
(int _port, long _ct, long _rt, AESocksProxyPlugableConnectionFactory _connection_factory)