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