Uses of Interface
com.biglybt.core.proxy.AEProxyHandler
Packages that use AEProxyHandler
Package
Description
-
Uses of AEProxyHandler in com.biglybt.core.proxy
Methods in com.biglybt.core.proxy with parameters of type AEProxyHandlerModifier and TypeMethodDescriptionstatic 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 AEProxyHandlerConstructors in com.biglybt.core.proxy.impl with parameters of type AEProxyHandlerModifierConstructorDescriptionprotected
AEProxyConnectionImpl
(AEProxyImpl _server, 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