Uses of Interface
com.biglybt.core.proxy.AEProxyConnection
Packages that use AEProxyConnection
Package
Description
-
Uses of AEProxyConnection in com.biglybt.core.proxy
Methods in com.biglybt.core.proxy with parameters of type AEProxyConnectionModifier and TypeMethodDescriptionvoid
AEProxyConnectionListener.connectionClosed
(AEProxyConnection connection) AEProxyHandler.getInitialState
(AEProxyConnection connection) -
Uses of AEProxyConnection in com.biglybt.core.proxy.impl
Classes in com.biglybt.core.proxy.impl that implement AEProxyConnection -
Uses of AEProxyConnection in com.biglybt.core.proxy.socks
Methods in com.biglybt.core.proxy.socks that return AEProxyConnection -
Uses of AEProxyConnection in com.biglybt.core.proxy.socks.impl
Fields in com.biglybt.core.proxy.socks.impl declared as AEProxyConnectionModifier and TypeFieldDescriptionprivate final AEProxyConnection
AESocksProxyConnectionImpl.connection
protected final AEProxyConnection
AESocksProxyPlugableConnectionDefault.connection
Methods in com.biglybt.core.proxy.socks.impl that return AEProxyConnectionMethods in com.biglybt.core.proxy.socks.impl with parameters of type AEProxyConnectionModifier and TypeMethodDescriptionvoid
AESocksProxyConnectionImpl.connectionClosed
(AEProxyConnection con) AESocksProxyImpl.getInitialState
(AEProxyConnection connection) Constructors in com.biglybt.core.proxy.socks.impl with parameters of type AEProxyConnectionModifierConstructorDescriptionprotected
AESocksProxyConnectionImpl
(AESocksProxyImpl _proxy, AESocksProxyPlugableConnectionFactory _connection_factory, AEProxyConnection _connection)