Uses of Class
com.biglybt.core.networkmanager.impl.udp.UDPSelector
Packages that use UDPSelector
-
Uses of UDPSelector in com.biglybt.core.networkmanager.impl.udp
Fields in com.biglybt.core.networkmanager.impl.udp declared as UDPSelectorModifier and TypeFieldDescriptionprivate UDPSelector
UDPConnectionManager.selector
private final UDPSelector
UDPConnectionSet.selector
private UDPSelector
UDPTransportHelper.selector
Methods in com.biglybt.core.networkmanager.impl.udp that return UDPSelectorModifier and TypeMethodDescriptionprotected UDPSelector
UDPConnectionManager.checkThreadCreation()
protected UDPSelector
UDPConnection.getSelector()
protected UDPSelector
UDPConnectionSet.getSelector()
Constructors in com.biglybt.core.networkmanager.impl.udp with parameters of type UDPSelectorModifierConstructorDescriptionprotected
UDPConnectionSet
(UDPConnectionManager _manager, String _connection_key, UDPSelector _selector, int _local_port, InetSocketAddress _remote_address)