Uses of Class
com.biglybt.core.networkmanager.VirtualAbstractChannelSelector
Packages that use VirtualAbstractChannelSelector
Package
Description
-
Uses of VirtualAbstractChannelSelector in com.biglybt.core.networkmanager
Subclasses of VirtualAbstractChannelSelector in com.biglybt.core.networkmanagerMethods in com.biglybt.core.networkmanager with parameters of type VirtualAbstractChannelSelectorModifier and TypeMethodDescriptionvoidVirtualAbstractChannelSelector.VirtualAcceptSelectorListener.selectFailure(VirtualAbstractChannelSelector selector, AbstractSelectableChannel sc, Object attachment, Throwable msg) Called when a channel selection fails.voidVirtualAbstractChannelSelector.VirtualSelectorListener.selectFailure(VirtualAbstractChannelSelector selector, AbstractSelectableChannel sc, Object attachment, Throwable msg) Called when a channel selection fails.booleanVirtualAbstractChannelSelector.VirtualAcceptSelectorListener.selectSuccess(VirtualAbstractChannelSelector selector, AbstractSelectableChannel sc, Object attachment) Called when a channel is successfully selected for readyness.booleanVirtualAbstractChannelSelector.VirtualSelectorListener.selectSuccess(VirtualAbstractChannelSelector selector, AbstractSelectableChannel sc, Object attachment) Called when a channel is successfully selected for readyness. -
Uses of VirtualAbstractChannelSelector in com.biglybt.core.networkmanager.impl
Fields in com.biglybt.core.networkmanager.impl declared as VirtualAbstractChannelSelectorModifier and TypeFieldDescriptionprotected final VirtualAbstractChannelSelectorVirtualAbstractChannelSelectorImpl.parentConstructors in com.biglybt.core.networkmanager.impl with parameters of type VirtualAbstractChannelSelectorModifierConstructorDescriptionVirtualAbstractChannelSelectorImpl(VirtualAbstractChannelSelector _parent, int _interest_op, boolean _pause_after_select, boolean _randomise_keys) -
Uses of VirtualAbstractChannelSelector in com.biglybt.net.udp.mc.impl
Fields in com.biglybt.net.udp.mc.impl declared as VirtualAbstractChannelSelectorModifier and TypeFieldDescriptionprivate static VirtualAbstractChannelSelectorMCGroupImpl.v4_selectorprivate static VirtualAbstractChannelSelectorMCGroupImpl.v6_selectorMethods in com.biglybt.net.udp.mc.impl with parameters of type VirtualAbstractChannelSelectorModifier and TypeMethodDescriptionvoidMCGroupImpl.SelectorListener.selectFailure(VirtualAbstractChannelSelector selector, AbstractSelectableChannel sc, Object attachment, Throwable msg) booleanMCGroupImpl.SelectorListener.selectSuccess(VirtualAbstractChannelSelector selector, AbstractSelectableChannel sc, Object attachment)