Uses of Interface
com.biglybt.core.proxy.AEProxyConnectionListener
-
Packages that use AEProxyConnectionListener Package Description com.biglybt.core.proxy com.biglybt.core.proxy.impl com.biglybt.core.proxy.socks.impl -
-
Uses of AEProxyConnectionListener in com.biglybt.core.proxy
Methods in com.biglybt.core.proxy with parameters of type AEProxyConnectionListener Modifier and Type Method Description void
AEProxyConnection. addListener(AEProxyConnectionListener l)
void
AEProxyConnection. removeListener(AEProxyConnectionListener l)
-
Uses of AEProxyConnectionListener in com.biglybt.core.proxy.impl
Methods in com.biglybt.core.proxy.impl with parameters of type AEProxyConnectionListener Modifier and Type Method Description void
AEProxyConnectionImpl. addListener(AEProxyConnectionListener l)
void
AEProxyConnectionImpl. removeListener(AEProxyConnectionListener l)
-
Uses of AEProxyConnectionListener in com.biglybt.core.proxy.socks.impl
Classes in com.biglybt.core.proxy.socks.impl that implement AEProxyConnectionListener Modifier and Type Class Description class
AESocksProxyConnectionImpl
-