Uses of Interface
com.biglybt.pif.network.Connection
-
-
Uses of Connection in com.biglybt.core.peer
Methods in com.biglybt.core.peer that return Connection Modifier and Type Method Description Connection
PEPeer. getPluginConnection()
Get the connection that backs this peer. -
Uses of Connection in com.biglybt.core.peer.impl.control
Methods in com.biglybt.core.peer.impl.control that return Connection Modifier and Type Method Description Connection
PEPeerControlImpl.MyPeer. getPluginConnection()
-
Uses of Connection in com.biglybt.core.peer.impl.transport
Fields in com.biglybt.core.peer.impl.transport declared as Connection Modifier and Type Field Description private Connection
PEPeerTransportProtocol. plugin_connection
Methods in com.biglybt.core.peer.impl.transport that return Connection Modifier and Type Method Description Connection
PEPeerTransportProtocol. getPluginConnection()
-
Uses of Connection in com.biglybt.pif.messaging.generic
Methods in com.biglybt.pif.messaging.generic that return Connection Modifier and Type Method Description Connection
GenericMessageConnection. getConnection()
-
Uses of Connection in com.biglybt.pif.network
Methods in com.biglybt.pif.network that return Connection Modifier and Type Method Description Connection
ConnectionManager. createConnection(java.net.InetSocketAddress remote_address, MessageStreamEncoder encoder, MessageStreamDecoder decoder)
Create a new unconnected remote connection (for outbound-initiated connections).Methods in com.biglybt.pif.network with parameters of type Connection Modifier and Type Method Description TransportFilter
ConnectionManager. createTransportFilter(Connection connection, TransportCipher read_cipher, TransportCipher write_cipher)
-
Uses of Connection in com.biglybt.pif.peers
Methods in com.biglybt.pif.peers that return Connection Modifier and Type Method Description Connection
Peer. getConnection()
Get the network connection that backs this peer. -
Uses of Connection in com.biglybt.pifimpl.local
Methods in com.biglybt.pifimpl.local that return Connection Modifier and Type Method Description static Connection
PluginCoreUtils. wrap(NetworkConnection connection)
Methods in com.biglybt.pifimpl.local with parameters of type Connection Modifier and Type Method Description static NetworkConnection
PluginCoreUtils. unwrap(Connection connection)
-
Uses of Connection in com.biglybt.pifimpl.local.messaging
Methods in com.biglybt.pifimpl.local.messaging that return Connection Modifier and Type Method Description Connection
GenericMessageConnectionAdapter. getConnection()
Connection
GenericMessageConnectionDirect. getConnection()
Connection
GenericMessageConnectionImpl. getConnection()
Connection
GenericMessageConnectionIndirect. getConnection()
-
Uses of Connection in com.biglybt.pifimpl.local.network
Classes in com.biglybt.pifimpl.local.network that implement Connection Modifier and Type Class Description class
ConnectionImpl
Methods in com.biglybt.pifimpl.local.network that return Connection Modifier and Type Method Description Connection
ConnectionManagerImpl. createConnection(java.net.InetSocketAddress remote_address, MessageStreamEncoder encoder, MessageStreamDecoder decoder)
Methods in com.biglybt.pifimpl.local.network with parameters of type Connection Modifier and Type Method Description TransportFilter
ConnectionManagerImpl. createTransportFilter(Connection connection, TransportCipher read_cipher, TransportCipher write_cipher)
-
Uses of Connection in com.biglybt.pifimpl.local.peers
Methods in com.biglybt.pifimpl.local.peers that return Connection Modifier and Type Method Description Connection
PeerImpl. getConnection()
Connection
PeerForeignDelegate. getPluginConnection()
-
Uses of Connection in com.biglybt.pifimpl.local.utils.security
Methods in com.biglybt.pifimpl.local.utils.security that return Connection Modifier and Type Method Description Connection
SESTSConnectionImpl. getConnection()
-
Uses of Connection in com.biglybt.plugin.extseed
Classes in com.biglybt.plugin.extseed that implement Connection Modifier and Type Class Description private class
ExternalSeedPeer.ESConnection
Methods in com.biglybt.plugin.extseed that return Connection Modifier and Type Method Description Connection
ExternalSeedPeer. getConnection()
-