Uses of Interface
com.biglybt.core.networkmanager.NetworkConnection
Packages that use NetworkConnection
Package
Description
-
Uses of NetworkConnection in com.biglybt.core.download.impl
Methods in com.biglybt.core.download.impl with parameters of type NetworkConnectionModifier and TypeMethodDescriptionboolean
DownloadManagerController.manualRoute
(NetworkConnection connection) -
Uses of NetworkConnection in com.biglybt.core.lws
Methods in com.biglybt.core.lws with parameters of type NetworkConnectionModifier and TypeMethodDescriptionboolean
LightWeightSeed.manualRoute
(NetworkConnection connection) -
Uses of NetworkConnection in com.biglybt.core.networkmanager
Methods in com.biglybt.core.networkmanager that return NetworkConnectionModifier and TypeMethodDescriptionNetworkManager.bindTransport
(Transport transport, MessageStreamEncoder encoder, MessageStreamDecoder decoder) protected static NetworkConnection
NetworkConnectionFactory.create
(ConnectionEndpoint target, MessageStreamEncoder encoder, MessageStreamDecoder decoder, boolean connect_with_crypto, boolean allow_fallback, byte[][] shared_secrets) Create an OUTGOING connection.protected static NetworkConnection
NetworkConnectionFactory.create
(Transport transport, MessageStreamEncoder encoder, MessageStreamDecoder decoder) Create an INCOMING connection.NetworkManager.createConnection
(ConnectionEndpoint target, MessageStreamEncoder encoder, MessageStreamDecoder decoder, boolean connect_with_crypto, boolean allow_fallback, byte[][] shared_secrets) Create a new unconnected remote network connection (for outbound-initiated connections).Methods in com.biglybt.core.networkmanager with parameters of type NetworkConnectionModifier and TypeMethodDescriptionvoid
Transport.bindConnection
(NetworkConnection connection) void
NetworkConnectionFactory.NetworkConnectionFactoryListener.connectionCreated
(NetworkConnection connection) void
NetworkManager.RoutingListener.connectionRouted
(NetworkConnection connection, Object routing_data) The given incoming connection has been accepted.void
Transport.unbindConnection
(NetworkConnection connection) -
Uses of NetworkConnection in com.biglybt.core.networkmanager.impl
Classes in com.biglybt.core.networkmanager.impl that implement NetworkConnectionFields in com.biglybt.core.networkmanager.impl declared as NetworkConnectionModifier and TypeFieldDescriptionprivate final NetworkConnection
IncomingMessageQueueImpl.connection
Methods in com.biglybt.core.networkmanager.impl with parameters of type NetworkConnectionModifier and TypeMethodDescriptionvoid
NetworkConnectionImpl.bogusTransport.bindConnection
(NetworkConnection connection) void
TransportImpl.bindConnection
(NetworkConnection connection) void
NetworkConnectionImpl.bogusTransport.unbindConnection
(NetworkConnection connection) void
TransportImpl.unbindConnection
(NetworkConnection connection) Constructors in com.biglybt.core.networkmanager.impl with parameters of type NetworkConnectionModifierConstructorDescriptionIncomingMessageQueueImpl
(MessageStreamDecoder stream_decoder, NetworkConnection connection) Create a new incoming message queue. -
Uses of NetworkConnection in com.biglybt.core.networkmanager.impl.http
Fields in com.biglybt.core.networkmanager.impl.http declared as NetworkConnectionModifier and TypeFieldDescription(package private) final NetworkConnection
HTTPNetworkConnection.connection
Methods in com.biglybt.core.networkmanager.impl.http that return NetworkConnectionModifier and TypeMethodDescriptionprotected NetworkConnection
HTTPNetworkConnection.getConnection()
Methods in com.biglybt.core.networkmanager.impl.http with parameters of type NetworkConnectionModifier and TypeMethodDescriptionprotected void
HTTPNetworkManager.writeReply
(NetworkConnection connection, TransportHelper transport, String data) Constructors in com.biglybt.core.networkmanager.impl.http with parameters of type NetworkConnectionModifierConstructorDescriptionprotected
HTTPNetworkConnection
(HTTPNetworkManager _manager, NetworkConnection _connection, PEPeerTransport _peer) protected
HTTPNetworkConnectionFile
(HTTPNetworkManager _manager, NetworkConnection _connection, PEPeerTransport _peer) protected
HTTPNetworkConnectionWebSeed
(HTTPNetworkManager _manager, NetworkConnection _connection, PEPeerTransport _peer) -
Uses of NetworkConnection in com.biglybt.core.peer.impl
Methods in com.biglybt.core.peer.impl with parameters of type NetworkConnectionModifier and TypeMethodDescriptionstatic PEPeerTransport
PEPeerTransportFactory.createTransport
(PEPeerControl control, String peer_source, NetworkConnection connection, Map initial_user_data) -
Uses of NetworkConnection in com.biglybt.core.peer.impl.transport
Fields in com.biglybt.core.peer.impl.transport declared as NetworkConnectionModifier and TypeFieldDescriptionprivate final NetworkConnection
PEPeerTransportProtocol.connection
Constructors in com.biglybt.core.peer.impl.transport with parameters of type NetworkConnectionModifierConstructorDescriptionPEPeerTransportProtocol
(PEPeerControl _manager, String _peer_source, NetworkConnection _connection, Map _initial_user_data) -
Uses of NetworkConnection in com.biglybt.core.peermanager
Methods in com.biglybt.core.peermanager with parameters of type NetworkConnectionModifier and TypeMethodDescriptionvoid
PeerManager.manualRoute
(PeerManagerRegistration _registration, NetworkConnection _connection, PeerManagerRoutingListener _listener) boolean
PeerManagerRegistrationAdapter.manualRoute
(NetworkConnection connection) void
PeerManager.PeerManagerRegistrationImpl.route
(NetworkConnection connection, PeerManagerRoutingListener listener) protected void
PeerManager.PeerManagerRegistrationImpl.route
(PEPeerControl control, NetworkConnection connection, boolean is_activation, PeerManagerRoutingListener listener) void
PeerManager.PeerManagerRegistrationRoutingFailed.route
(NetworkConnection connection, PeerManagerRoutingListener listener) void
PeerManagerRegistration.route
(NetworkConnection connection, PeerManagerRoutingListener listener) -
Uses of NetworkConnection in com.biglybt.pifimpl.local
Methods in com.biglybt.pifimpl.local that return NetworkConnectionModifier and TypeMethodDescriptionstatic NetworkConnection
PluginCoreUtils.unwrap
(Connection connection) Methods in com.biglybt.pifimpl.local with parameters of type NetworkConnectionModifier and TypeMethodDescriptionstatic Connection
PluginCoreUtils.wrap
(NetworkConnection connection) -
Uses of NetworkConnection in com.biglybt.pifimpl.local.messaging
Fields in com.biglybt.pifimpl.local.messaging declared as NetworkConnectionModifier and TypeFieldDescriptionprivate NetworkConnection
GenericMessageConnectionDirect.connection
Methods in com.biglybt.pifimpl.local.messaging with parameters of type NetworkConnectionModifier and TypeMethodDescriptionprotected void
GenericMessageConnectionDirect.connect
(NetworkConnection _connection) Incoming connect call -
Uses of NetworkConnection in com.biglybt.pifimpl.local.network
Fields in com.biglybt.pifimpl.local.network declared as NetworkConnectionModifier and TypeFieldDescriptionprivate final NetworkConnection
ConnectionImpl.core_connection
private NetworkConnection
TransportImpl.core_network
Methods in com.biglybt.pifimpl.local.network that return NetworkConnectionConstructors in com.biglybt.pifimpl.local.network with parameters of type NetworkConnectionModifierConstructorDescriptionConnectionImpl
(NetworkConnection core_connection, boolean incoming) TransportImpl
(NetworkConnection core_network) -
Uses of NetworkConnection in com.biglybt.plugin.net.netstatus
Fields in com.biglybt.plugin.net.netstatus declared as NetworkConnectionModifier and TypeFieldDescriptionprivate NetworkConnection
NetStatusProtocolTesterBT.Session.connection
Constructors in com.biglybt.plugin.net.netstatus with parameters of type NetworkConnectionModifierConstructorDescriptionprotected
Session
(NetworkConnection _connection, byte[] _info_hash)