Uses of Interface
com.biglybt.core.proxy.AEProxyConnection
-
Packages that use AEProxyConnection Package Description com.biglybt.core.proxy com.biglybt.core.proxy.impl com.biglybt.core.proxy.socks com.biglybt.core.proxy.socks.impl -
-
Uses of AEProxyConnection in com.biglybt.core.proxy
Methods in com.biglybt.core.proxy with parameters of type AEProxyConnection Modifier and Type Method Description void
AEProxyConnectionListener. connectionClosed(AEProxyConnection connection)
AEProxyState
AEProxyHandler. getInitialState(AEProxyConnection connection)
-
Uses of AEProxyConnection in com.biglybt.core.proxy.impl
Classes in com.biglybt.core.proxy.impl that implement AEProxyConnection Modifier and Type Class Description class
AEProxyConnectionImpl
-
Uses of AEProxyConnection in com.biglybt.core.proxy.socks
Methods in com.biglybt.core.proxy.socks that return AEProxyConnection Modifier and Type Method Description AEProxyConnection
AESocksProxyConnection. getConnection()
-
Uses of AEProxyConnection in com.biglybt.core.proxy.socks.impl
Fields in com.biglybt.core.proxy.socks.impl declared as AEProxyConnection Modifier and Type Field Description private AEProxyConnection
AESocksProxyConnectionImpl. connection
protected AEProxyConnection
AESocksProxyPlugableConnectionDefault. connection
Methods in com.biglybt.core.proxy.socks.impl that return AEProxyConnection Modifier and Type Method Description AEProxyConnection
AESocksProxyConnectionImpl. getConnection()
Methods in com.biglybt.core.proxy.socks.impl with parameters of type AEProxyConnection Modifier and Type Method Description void
AESocksProxyConnectionImpl. connectionClosed(AEProxyConnection con)
AEProxyState
AESocksProxyImpl. getInitialState(AEProxyConnection connection)
Constructors in com.biglybt.core.proxy.socks.impl with parameters of type AEProxyConnection Constructor Description AESocksProxyConnectionImpl(AESocksProxyImpl _proxy, AESocksProxyPlugableConnectionFactory _connection_factory, AEProxyConnection _connection)
-