Uses of Class
com.biglybt.core.proxy.impl.AEProxyConnectionImpl
-
Packages that use AEProxyConnectionImpl Package Description com.biglybt.core.proxy.impl -
-
Uses of AEProxyConnectionImpl in com.biglybt.core.proxy.impl
Fields in com.biglybt.core.proxy.impl with type parameters of type AEProxyConnectionImpl Modifier and Type Field Description private java.util.List<AEProxyConnectionImpl>
AEProxyImpl. processors
Methods in com.biglybt.core.proxy.impl with parameters of type AEProxyConnectionImpl Modifier and Type Method Description protected void
AEProxyImpl. close(AEProxyConnectionImpl processor)
protected void
AEProxyImpl. requestConnectSelect(AEProxyConnectionImpl processor, java.nio.channels.SocketChannel sc)
protected void
AEProxyImpl. requestReadSelect(AEProxyConnectionImpl processor, java.nio.channels.SocketChannel sc)
protected void
AEProxyImpl. requestWriteSelect(AEProxyConnectionImpl processor, java.nio.channels.SocketChannel sc)
-