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 TypeMethodDescriptionbooleanDownloadManagerController.manualRoute(NetworkConnection connection) -
Uses of NetworkConnection in com.biglybt.core.lws
Methods in com.biglybt.core.lws with parameters of type NetworkConnectionModifier and TypeMethodDescriptionbooleanLightWeightSeed.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 NetworkConnectionNetworkConnectionFactory.create(ConnectionEndpoint target, MessageStreamEncoder encoder, MessageStreamDecoder decoder, boolean connect_with_crypto, boolean allow_fallback, byte[][] shared_secrets) Create an OUTGOING connection.protected static NetworkConnectionNetworkConnectionFactory.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 TypeMethodDescriptionvoidTransport.bindConnection(NetworkConnection connection) voidNetworkConnectionFactory.NetworkConnectionFactoryListener.connectionCreated(NetworkConnection connection) voidNetworkManager.RoutingListener.connectionRouted(NetworkConnection connection, Object routing_data) The given incoming connection has been accepted.voidTransport.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 NetworkConnectionIncomingMessageQueueImpl.connectionMethods in com.biglybt.core.networkmanager.impl with parameters of type NetworkConnectionModifier and TypeMethodDescriptionvoidNetworkConnectionImpl.bogusTransport.bindConnection(NetworkConnection connection) voidTransportImpl.bindConnection(NetworkConnection connection) voidNetworkConnectionImpl.bogusTransport.unbindConnection(NetworkConnection connection) voidTransportImpl.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 NetworkConnectionHTTPNetworkConnection.connectionMethods in com.biglybt.core.networkmanager.impl.http that return NetworkConnectionModifier and TypeMethodDescriptionprotected NetworkConnectionHTTPNetworkConnection.getConnection()Methods in com.biglybt.core.networkmanager.impl.http with parameters of type NetworkConnectionModifier and TypeMethodDescriptionprotected voidHTTPNetworkManager.writeReply(NetworkConnection connection, TransportHelper transport, String data) Constructors in com.biglybt.core.networkmanager.impl.http with parameters of type NetworkConnectionModifierConstructorDescriptionprotectedHTTPNetworkConnection(HTTPNetworkManager _manager, NetworkConnection _connection, PEPeerTransport _peer) protectedHTTPNetworkConnectionFile(HTTPNetworkManager _manager, NetworkConnection _connection, PEPeerTransport _peer) protectedHTTPNetworkConnectionWebSeed(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 PEPeerTransportPEPeerTransportFactory.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 NetworkConnectionPEPeerTransportProtocol.connectionConstructors 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 TypeMethodDescriptionvoidPeerManager.manualRoute(PeerManagerRegistration _registration, NetworkConnection _connection, PeerManagerRoutingListener _listener) booleanPeerManagerRegistrationAdapter.manualRoute(NetworkConnection connection) voidPeerManager.PeerManagerRegistrationImpl.route(NetworkConnection connection, PeerManagerRoutingListener listener) protected voidPeerManager.PeerManagerRegistrationImpl.route(PEPeerControl control, NetworkConnection connection, boolean is_activation, PeerManagerRoutingListener listener) voidPeerManager.PeerManagerRegistrationRoutingFailed.route(NetworkConnection connection, PeerManagerRoutingListener listener) voidPeerManagerRegistration.route(NetworkConnection connection, PeerManagerRoutingListener listener) -
Uses of NetworkConnection in com.biglybt.pifimpl.local
Methods in com.biglybt.pifimpl.local that return NetworkConnectionModifier and TypeMethodDescriptionstatic NetworkConnectionPluginCoreUtils.unwrap(Connection connection) Methods in com.biglybt.pifimpl.local with parameters of type NetworkConnectionModifier and TypeMethodDescriptionstatic ConnectionPluginCoreUtils.wrap(NetworkConnection connection) -
Uses of NetworkConnection in com.biglybt.pifimpl.local.messaging
Fields in com.biglybt.pifimpl.local.messaging declared as NetworkConnectionModifier and TypeFieldDescriptionprivate NetworkConnectionGenericMessageConnectionDirect.connectionMethods in com.biglybt.pifimpl.local.messaging with parameters of type NetworkConnectionModifier and TypeMethodDescriptionprotected voidGenericMessageConnectionDirect.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 NetworkConnectionConnectionImpl.core_connectionprivate NetworkConnectionTransportImpl.core_networkMethods 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 NetworkConnectionNetStatusProtocolTesterBT.Session.connectionConstructors in com.biglybt.plugin.net.netstatus with parameters of type NetworkConnectionModifierConstructorDescriptionprotectedSession(NetworkConnection _connection, byte[] _info_hash)