Uses of Interface
com.biglybt.core.proxy.AEProxyHandler
-
Packages that use AEProxyHandler Package Description com.biglybt.core.proxy com.biglybt.core.proxy.impl com.biglybt.core.proxy.socks.impl -
-
Uses of AEProxyHandler in com.biglybt.core.proxy
Methods in com.biglybt.core.proxy with parameters of type AEProxyHandler Modifier and Type Method Description static AEProxy
AEProxyFactory. create(int port, long connect_timeout, long read_timeout, AEProxyHandler state_factory)
-
Uses of AEProxyHandler in com.biglybt.core.proxy.impl
Fields in com.biglybt.core.proxy.impl declared as AEProxyHandler Modifier and Type Field Description private AEProxyHandler
AEProxyImpl. proxy_handler
Constructors in com.biglybt.core.proxy.impl with parameters of type AEProxyHandler Constructor Description AEProxyConnectionImpl(AEProxyImpl _server, java.nio.channels.SocketChannel _socket, AEProxyHandler _handler)
AEProxyImpl(int _port, long _connect_timeout, long _read_timeout, AEProxyHandler _proxy_handler)
-
Uses of AEProxyHandler in com.biglybt.core.proxy.socks.impl
Classes in com.biglybt.core.proxy.socks.impl that implement AEProxyHandler Modifier and Type Class Description class
AESocksProxyImpl
-