Uses of Interface
com.biglybt.pif.network.Connection
Packages that use Connection
Package
Description
-
Uses of Connection in com.biglybt.core.peer
Methods in com.biglybt.core.peer that return ConnectionModifier and TypeMethodDescriptionPEPeer.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 -
Uses of Connection in com.biglybt.core.peer.impl.transport
Fields in com.biglybt.core.peer.impl.transport declared as ConnectionMethods in com.biglybt.core.peer.impl.transport that return Connection -
Uses of Connection in com.biglybt.pif.messaging.generic
Methods in com.biglybt.pif.messaging.generic that return Connection -
Uses of Connection in com.biglybt.pif.network
Methods in com.biglybt.pif.network that return ConnectionModifier and TypeMethodDescriptionConnectionManager.createConnection(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 ConnectionModifier and TypeMethodDescriptionConnectionManager.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 ConnectionModifier and TypeMethodDescriptionPeer.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 ConnectionModifier and TypeMethodDescriptionstatic ConnectionPluginCoreUtils.wrap(NetworkConnection connection) Methods in com.biglybt.pifimpl.local with parameters of type ConnectionModifier and TypeMethodDescriptionstatic NetworkConnectionPluginCoreUtils.unwrap(Connection connection) -
Uses of Connection in com.biglybt.pifimpl.local.messaging
Methods in com.biglybt.pifimpl.local.messaging that return ConnectionModifier and TypeMethodDescriptionGenericMessageConnectionAdapter.getConnection()GenericMessageConnectionDirect.getConnection()GenericMessageConnectionImpl.getConnection()GenericMessageConnectionIndirect.getConnection() -
Uses of Connection in com.biglybt.pifimpl.local.network
Classes in com.biglybt.pifimpl.local.network that implement ConnectionMethods in com.biglybt.pifimpl.local.network that return ConnectionModifier and TypeMethodDescriptionConnectionManagerImpl.createConnection(InetSocketAddress remote_address, MessageStreamEncoder encoder, MessageStreamDecoder decoder) Methods in com.biglybt.pifimpl.local.network with parameters of type ConnectionModifier and TypeMethodDescriptionConnectionManagerImpl.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 ConnectionModifier and TypeMethodDescriptionPeerImpl.getConnection()PeerForeignDelegate.getPluginConnection() -
Uses of Connection in com.biglybt.pifimpl.local.utils.security
Methods in com.biglybt.pifimpl.local.utils.security that return Connection -
Uses of Connection in com.biglybt.plugin.extseed
Classes in com.biglybt.plugin.extseed that implement ConnectionMethods in com.biglybt.plugin.extseed that return Connection