Uses of Interface
com.biglybt.core.networkmanager.NetworkConnection
-
-
Uses of NetworkConnection in com.biglybt.core.download.impl
Methods in com.biglybt.core.download.impl with parameters of type NetworkConnection Modifier and Type Method Description boolean
DownloadManagerController. manualRoute(NetworkConnection connection)
-
Uses of NetworkConnection in com.biglybt.core.lws
Methods in com.biglybt.core.lws with parameters of type NetworkConnection Modifier and Type Method Description boolean
LightWeightSeed. manualRoute(NetworkConnection connection)
-
Uses of NetworkConnection in com.biglybt.core.networkmanager
Methods in com.biglybt.core.networkmanager that return NetworkConnection Modifier and Type Method Description NetworkConnection
NetworkManager. 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.NetworkConnection
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 NetworkConnection Modifier and Type Method Description void
Transport. bindConnection(NetworkConnection connection)
void
NetworkConnectionFactory.NetworkConnectionFactoryListener. connectionCreated(NetworkConnection connection)
void
NetworkManager.RoutingListener. connectionRouted(NetworkConnection connection, java.lang.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 NetworkConnection Modifier and Type Class Description class
NetworkConnectionImpl
Fields in com.biglybt.core.networkmanager.impl declared as NetworkConnection Modifier and Type Field Description private NetworkConnection
IncomingMessageQueueImpl. connection
Methods in com.biglybt.core.networkmanager.impl with parameters of type NetworkConnection Modifier and Type Method Description void
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 NetworkConnection Constructor Description IncomingMessageQueueImpl(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 NetworkConnection Modifier and Type Field Description (package private) NetworkConnection
HTTPNetworkConnection. connection
Methods in com.biglybt.core.networkmanager.impl.http that return NetworkConnection Modifier and Type Method Description protected NetworkConnection
HTTPNetworkConnection. getConnection()
Methods in com.biglybt.core.networkmanager.impl.http with parameters of type NetworkConnection Modifier and Type Method Description protected void
HTTPNetworkManager. writeReply(NetworkConnection connection, TransportHelper transport, java.lang.String data)
Constructors in com.biglybt.core.networkmanager.impl.http with parameters of type NetworkConnection Constructor Description HTTPNetworkConnection(HTTPNetworkManager _manager, NetworkConnection _connection, PEPeerTransport _peer)
HTTPNetworkConnectionFile(HTTPNetworkManager _manager, NetworkConnection _connection, PEPeerTransport _peer)
HTTPNetworkConnectionWebSeed(HTTPNetworkManager _manager, NetworkConnection _connection, PEPeerTransport _peer)
-
Uses of NetworkConnection in com.biglybt.core.networkmanager.impl.tcp
Methods in com.biglybt.core.networkmanager.impl.tcp with parameters of type NetworkConnection Modifier and Type Method Description void
LightweightTCPTransport. bindConnection(NetworkConnection connection)
void
LightweightTCPTransport. unbindConnection(NetworkConnection connection)
-
Uses of NetworkConnection in com.biglybt.core.peer.impl
Methods in com.biglybt.core.peer.impl with parameters of type NetworkConnection Modifier and Type Method Description static PEPeerTransport
PEPeerTransportFactory. createTransport(PEPeerControl control, java.lang.String peer_source, NetworkConnection connection, java.util.Map initial_user_data)
-
Uses of NetworkConnection in com.biglybt.core.peer.impl.transport
Fields in com.biglybt.core.peer.impl.transport declared as NetworkConnection Modifier and Type Field Description private NetworkConnection
PEPeerTransportProtocol. connection
Constructors in com.biglybt.core.peer.impl.transport with parameters of type NetworkConnection Constructor Description PEPeerTransportProtocol(PEPeerControl _manager, java.lang.String _peer_source, NetworkConnection _connection, java.util.Map _initial_user_data)
-
Uses of NetworkConnection in com.biglybt.core.peermanager
Methods in com.biglybt.core.peermanager with parameters of type NetworkConnection Modifier and Type Method Description void
PeerManager. manualRoute(PeerManagerRegistration _registration, NetworkConnection _connection, PeerManagerRoutingListener _listener)
boolean
PeerManagerRegistrationAdapter. manualRoute(NetworkConnection connection)
protected void
PeerManager.PeerManagerRegistrationImpl. route(NetworkConnection connection, PeerManagerRoutingListener listener)
protected void
PeerManager.PeerManagerRegistrationImpl. route(PEPeerControl control, NetworkConnection connection, boolean is_activation, PeerManagerRoutingListener listener)
-
Uses of NetworkConnection in com.biglybt.pifimpl.local
Methods in com.biglybt.pifimpl.local that return NetworkConnection Modifier and Type Method Description static NetworkConnection
PluginCoreUtils. unwrap(Connection connection)
Methods in com.biglybt.pifimpl.local with parameters of type NetworkConnection Modifier and Type Method Description static Connection
PluginCoreUtils. wrap(NetworkConnection connection)
-
Uses of NetworkConnection in com.biglybt.pifimpl.local.messaging
Fields in com.biglybt.pifimpl.local.messaging declared as NetworkConnection Modifier and Type Field Description private NetworkConnection
GenericMessageConnectionDirect. connection
Methods in com.biglybt.pifimpl.local.messaging with parameters of type NetworkConnection Modifier and Type Method Description protected 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 NetworkConnection Modifier and Type Field Description private NetworkConnection
ConnectionImpl. core_connection
private NetworkConnection
TransportImpl. core_network
Methods in com.biglybt.pifimpl.local.network that return NetworkConnection Modifier and Type Method Description NetworkConnection
ConnectionImpl. getCoreConnection()
Constructors in com.biglybt.pifimpl.local.network with parameters of type NetworkConnection Constructor Description ConnectionImpl(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 NetworkConnection Modifier and Type Field Description private NetworkConnection
NetStatusProtocolTesterBT.Session. connection
Constructors in com.biglybt.plugin.net.netstatus with parameters of type NetworkConnection Constructor Description Session(NetworkConnection _connection, byte[] _info_hash)
-