Uses of Class
com.biglybt.core.networkmanager.impl.udp.UDPTransportHelper
-
Packages that use UDPTransportHelper Package Description com.biglybt.core.networkmanager.impl.udp -
-
Uses of UDPTransportHelper in com.biglybt.core.networkmanager.impl.udp
Fields in com.biglybt.core.networkmanager.impl.udp declared as UDPTransportHelper Modifier and Type Field Description private UDPTransportHelper
UDPConnection. transport
Methods in com.biglybt.core.networkmanager.impl.udp that return UDPTransportHelper Modifier and Type Method Description protected UDPTransportHelper
UDPConnection. getTransport()
Methods in com.biglybt.core.networkmanager.impl.udp with parameters of type UDPTransportHelper Modifier and Type Method Description protected UDPConnection
UDPConnectionManager. registerOutgoing(UDPTransportHelper helper)
protected void
UDPConnection. setTransport(UDPTransportHelper _transport)
Constructors in com.biglybt.core.networkmanager.impl.udp with parameters of type UDPTransportHelper Constructor Description UDPConnection(UDPConnectionSet _set, int _id, UDPTransportHelper _transport)
-