Uses of Interface
com.biglybt.core.networkmanager.NetworkConnection.ConnectionListener
-
Packages that use NetworkConnection.ConnectionListener Package Description com.biglybt.core.networkmanager com.biglybt.core.networkmanager.impl -
-
Uses of NetworkConnection.ConnectionListener in com.biglybt.core.networkmanager
Methods in com.biglybt.core.networkmanager with parameters of type NetworkConnection.ConnectionListener Modifier and Type Method Description void
NetworkConnection. connect(int priority, NetworkConnection.ConnectionListener listener)
Connect this connection's transport, i.e.void
NetworkConnection. connect(java.nio.ByteBuffer initial_outbound_data, int priority, NetworkConnection.ConnectionListener listener)
-
Uses of NetworkConnection.ConnectionListener in com.biglybt.core.networkmanager.impl
Fields in com.biglybt.core.networkmanager.impl declared as NetworkConnection.ConnectionListener Modifier and Type Field Description (package private) NetworkConnection.ConnectionListener
NetworkConnectionImpl. connection_listener
Methods in com.biglybt.core.networkmanager.impl with parameters of type NetworkConnection.ConnectionListener Modifier and Type Method Description void
NetworkConnectionImpl. connect(int priority, NetworkConnection.ConnectionListener listener)
void
NetworkConnectionImpl. connect(java.nio.ByteBuffer initial_outbound_data, int priority, NetworkConnection.ConnectionListener listener)
-