Uses of Interface
com.biglybt.pif.network.ConnectionStub
-
Packages that use ConnectionStub Package Description com.biglybt.pif.peers com.biglybt.pifimpl.local.peers com.biglybt.plugin.extseed -
-
Uses of ConnectionStub in com.biglybt.pif.peers
Methods in com.biglybt.pif.peers with parameters of type ConnectionStub Modifier and Type Method Description void
Peer. bindConnection(ConnectionStub stub)
-
Uses of ConnectionStub in com.biglybt.pifimpl.local.peers
Methods in com.biglybt.pifimpl.local.peers with parameters of type ConnectionStub Modifier and Type Method Description void
PeerImpl. bindConnection(ConnectionStub stub)
-
Uses of ConnectionStub in com.biglybt.plugin.extseed
Fields in com.biglybt.plugin.extseed declared as ConnectionStub Modifier and Type Field Description private ConnectionStub
ExternalSeedPeer. connection_stub
Methods in com.biglybt.plugin.extseed with parameters of type ConnectionStub Modifier and Type Method Description void
ExternalSeedPeer. bindConnection(ConnectionStub stub)
-