Uses of Interface
com.biglybt.core.networkmanager.TransportBase
-
-
Uses of TransportBase in com.biglybt.core.networkmanager
Subinterfaces of TransportBase in com.biglybt.core.networkmanager Modifier and Type Interface Description interface
Transport
Represents a peer Transport connection (eg.Methods in com.biglybt.core.networkmanager that return TransportBase Modifier and Type Method Description TransportBase
NetworkConnectionBase. getTransportBase()
Get the connection's data transport interface. -
Uses of TransportBase in com.biglybt.core.networkmanager.impl
Classes in com.biglybt.core.networkmanager.impl that implement TransportBase Modifier and Type Class Description protected static class
NetworkConnectionImpl.bogusTransport
class
TransportImpl
Methods in com.biglybt.core.networkmanager.impl that return TransportBase Modifier and Type Method Description TransportBase
NetworkConnectionImpl. getTransportBase()
-
Uses of TransportBase in com.biglybt.core.networkmanager.impl.tcp
Classes in com.biglybt.core.networkmanager.impl.tcp that implement TransportBase Modifier and Type Class Description class
LightweightTCPTransport
This class is essentially a socket channel wrapper to support working with az message encoders/decoders.class
TCPTransportImpl
Represents a peer TCP transport connection (eg. -
Uses of TransportBase in com.biglybt.core.networkmanager.impl.udp
Classes in com.biglybt.core.networkmanager.impl.udp that implement TransportBase Modifier and Type Class Description class
UDPTransport
-
Uses of TransportBase in com.biglybt.pifimpl.local.peers
Classes in com.biglybt.pifimpl.local.peers that implement TransportBase Modifier and Type Class Description protected class
PeerForeignNetworkConnection.tp
Fields in com.biglybt.pifimpl.local.peers declared as TransportBase Modifier and Type Field Description private TransportBase
PeerForeignNetworkConnection. transport_base
Methods in com.biglybt.pifimpl.local.peers that return TransportBase Modifier and Type Method Description TransportBase
PeerForeignNetworkConnection. getTransportBase()
-