Uses of Interface
com.biglybt.core.proxy.socks.AESocksProxyConnection
Packages that use AESocksProxyConnection
-
Uses of AESocksProxyConnection in com.biglybt.core.proxy.socks
Methods in com.biglybt.core.proxy.socks with parameters of type AESocksProxyConnectionModifier and TypeMethodDescriptionAESocksProxyPlugableConnectionFactory.create
(AESocksProxyConnection connection) AESocksProxy.getDefaultPlugableConnection
(AESocksProxyConnection basis) -
Uses of AESocksProxyConnection in com.biglybt.core.proxy.socks.impl
Classes in com.biglybt.core.proxy.socks.impl that implement AESocksProxyConnectionFields in com.biglybt.core.proxy.socks.impl declared as AESocksProxyConnectionModifier and TypeFieldDescriptionprotected final AESocksProxyConnection
AESocksProxyPlugableConnectionDefault.socks_connection
private final AESocksProxyConnection
AESocksProxyState.socks_connection
Methods in com.biglybt.core.proxy.socks.impl with parameters of type AESocksProxyConnectionModifier and TypeMethodDescriptionAESocksProxyImpl.getDefaultPlugableConnection
(AESocksProxyConnection basis) Constructors in com.biglybt.core.proxy.socks.impl with parameters of type AESocksProxyConnectionModifierConstructorDescriptionAESocksProxyPlugableConnectionDefault
(AESocksProxyConnection _socks_connection) protected
AESocksProxyState
(AESocksProxyConnection _socks_connection)