Uses of Interface
com.biglybt.pif.network.Transport
-
Packages that use Transport Package Description com.biglybt.pif.messaging com.biglybt.pif.network com.biglybt.pifimpl.local.network com.biglybt.plugin.extseed -
-
Uses of Transport in com.biglybt.pif.messaging
Methods in com.biglybt.pif.messaging with parameters of type Transport Modifier and Type Method Description int
MessageStreamDecoder. performStreamDecode(Transport transport, int max_bytes)
Decode message stream from the given transport. -
Uses of Transport in com.biglybt.pif.network
Methods in com.biglybt.pif.network that return Transport Modifier and Type Method Description Transport
Connection. getTransport()
Returns the transport object for this connection. -
Uses of Transport in com.biglybt.pifimpl.local.network
Classes in com.biglybt.pifimpl.local.network that implement Transport Modifier and Type Class Description class
TransportImpl
Methods in com.biglybt.pifimpl.local.network that return Transport Modifier and Type Method Description Transport
ConnectionImpl. getTransport()
-
Uses of Transport in com.biglybt.plugin.extseed
Methods in com.biglybt.plugin.extseed that return Transport Modifier and Type Method Description Transport
ExternalSeedPeer.ESConnection. getTransport()
-