Uses of Class
com.biglybt.core.networkmanager.impl.udp.UDPTransport
-
Packages that use UDPTransport Package Description com.biglybt.core.networkmanager.impl.udp -
-
Uses of UDPTransport in com.biglybt.core.networkmanager.impl.udp
Fields in com.biglybt.core.networkmanager.impl.udp declared as UDPTransport Modifier and Type Field Description private UDPTransport
UDPTransportHelper. transport
Methods in com.biglybt.core.networkmanager.impl.udp that return UDPTransport Modifier and Type Method Description protected UDPTransport
UDPTransportHelper. getTransport()
Methods in com.biglybt.core.networkmanager.impl.udp with parameters of type UDPTransport Modifier and Type Method Description void
UDPConnectionManager. connectOutbound(UDPTransport udp_transport, java.net.InetSocketAddress address, byte[][] shared_secrets, java.nio.ByteBuffer initial_data, Transport.ConnectListener listener)
protected void
UDPTransportHelper. setTransport(UDPTransport _transport)
Constructors in com.biglybt.core.networkmanager.impl.udp with parameters of type UDPTransport Constructor Description UDPTransportHelper(UDPConnectionManager _manager, java.net.InetSocketAddress _address, UDPTransport _transport)
-