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 TypeMethodDescriptionvoidAEProxyConnectionListener.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 AEProxyConnectionAESocksProxyConnectionImpl.connectionprotected final AEProxyConnectionAESocksProxyPlugableConnectionDefault.connectionMethods in com.biglybt.core.proxy.socks.impl that return AEProxyConnectionMethods in com.biglybt.core.proxy.socks.impl with parameters of type AEProxyConnectionModifier and TypeMethodDescriptionvoidAESocksProxyConnectionImpl.connectionClosed(AEProxyConnection con) AESocksProxyImpl.getInitialState(AEProxyConnection connection) Constructors in com.biglybt.core.proxy.socks.impl with parameters of type AEProxyConnectionModifierConstructorDescriptionprotectedAESocksProxyConnectionImpl(AESocksProxyImpl _proxy, AESocksProxyPlugableConnectionFactory _connection_factory, AEProxyConnection _connection)