Uses of Interface
com.biglybt.core.proxy.socks.AESocksProxyConnection
-
Packages that use AESocksProxyConnection Package Description com.biglybt.core.proxy.socks com.biglybt.core.proxy.socks.impl -
-
Uses of AESocksProxyConnection in com.biglybt.core.proxy.socks
Methods in com.biglybt.core.proxy.socks with parameters of type AESocksProxyConnection Modifier and Type Method Description AESocksProxyPlugableConnection
AESocksProxyPlugableConnectionFactory. create(AESocksProxyConnection connection)
AESocksProxyPlugableConnection
AESocksProxy. getDefaultPlugableConnection(AESocksProxyConnection basis)
-
Uses of AESocksProxyConnection in com.biglybt.core.proxy.socks.impl
Classes in com.biglybt.core.proxy.socks.impl that implement AESocksProxyConnection Modifier and Type Class Description class
AESocksProxyConnectionImpl
Fields in com.biglybt.core.proxy.socks.impl declared as AESocksProxyConnection Modifier and Type Field Description protected AESocksProxyConnection
AESocksProxyPlugableConnectionDefault. socks_connection
private AESocksProxyConnection
AESocksProxyState. socks_connection
Methods in com.biglybt.core.proxy.socks.impl with parameters of type AESocksProxyConnection Modifier and Type Method Description AESocksProxyPlugableConnection
AESocksProxyImpl. getDefaultPlugableConnection(AESocksProxyConnection basis)
Constructors in com.biglybt.core.proxy.socks.impl with parameters of type AESocksProxyConnection Constructor Description AESocksProxyPlugableConnectionDefault(AESocksProxyConnection _socks_connection)
AESocksProxyState(AESocksProxyConnection _socks_connection)
-