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