Uses of Interface
com.biglybt.core.networkmanager.TransportStartpoint
-
Packages that use TransportStartpoint Package Description com.biglybt.core.networkmanager com.biglybt.core.networkmanager.impl com.biglybt.core.networkmanager.impl.tcp com.biglybt.core.networkmanager.impl.udp -
-
Uses of TransportStartpoint in com.biglybt.core.networkmanager
Methods in com.biglybt.core.networkmanager that return TransportStartpoint Modifier and Type Method Description TransportStartpoint
Transport. getTransportStartpoint()
-
Uses of TransportStartpoint in com.biglybt.core.networkmanager.impl
Methods in com.biglybt.core.networkmanager.impl that return TransportStartpoint Modifier and Type Method Description TransportStartpoint
NetworkConnectionImpl.bogusTransport. getTransportStartpoint()
TransportStartpoint
TransportImpl. getTransportStartpoint()
-
Uses of TransportStartpoint in com.biglybt.core.networkmanager.impl.tcp
Classes in com.biglybt.core.networkmanager.impl.tcp that implement TransportStartpoint Modifier and Type Class Description class
TransportStartpointTCP
Methods in com.biglybt.core.networkmanager.impl.tcp that return TransportStartpoint Modifier and Type Method Description TransportStartpoint
LightweightTCPTransport. getTransportStartpoint()
TransportStartpoint
TCPTransportImpl. getTransportStartpoint()
-
Uses of TransportStartpoint in com.biglybt.core.networkmanager.impl.udp
Methods in com.biglybt.core.networkmanager.impl.udp that return TransportStartpoint Modifier and Type Method Description TransportStartpoint
UDPTransport. getTransportStartpoint()
-