Uses of Interface
com.biglybt.core.proxy.AEProxy
-
Packages that use AEProxy Package Description com.biglybt.core.proxy com.biglybt.core.proxy.impl com.biglybt.core.proxy.socks.impl -
-
Uses of AEProxy in com.biglybt.core.proxy
Methods in com.biglybt.core.proxy that return AEProxy Modifier and Type Method Description static AEProxy
AEProxyFactory. create(int port, long connect_timeout, long read_timeout, AEProxyHandler state_factory)
-
Uses of AEProxy in com.biglybt.core.proxy.impl
Classes in com.biglybt.core.proxy.impl that implement AEProxy Modifier and Type Class Description class
AEProxyImpl
-
Uses of AEProxy in com.biglybt.core.proxy.socks.impl
Fields in com.biglybt.core.proxy.socks.impl declared as AEProxy Modifier and Type Field Description private AEProxy
AESocksProxyImpl. proxy
-