Uses of Class
com.biglybt.core.networkmanager.impl.udp.UDPSelector
-
Packages that use UDPSelector Package Description com.biglybt.core.networkmanager.impl.udp -
-
Uses of UDPSelector in com.biglybt.core.networkmanager.impl.udp
Fields in com.biglybt.core.networkmanager.impl.udp declared as UDPSelector Modifier and Type Field Description private UDPSelector
UDPConnectionManager. selector
private UDPSelector
UDPConnectionSet. selector
private UDPSelector
UDPTransportHelper. selector
Methods in com.biglybt.core.networkmanager.impl.udp that return UDPSelector Modifier and Type Method Description protected UDPSelector
UDPConnectionManager. checkThreadCreation()
protected UDPSelector
UDPConnection. getSelector()
protected UDPSelector
UDPConnectionSet. getSelector()
Constructors in com.biglybt.core.networkmanager.impl.udp with parameters of type UDPSelector Constructor Description UDPConnectionSet(UDPConnectionManager _manager, java.lang.String _connection_key, UDPSelector _selector, int _local_port, java.net.InetSocketAddress _remote_address)
-