Uses of Class
com.biglybt.core.networkmanager.VirtualChannelSelector
Packages that use VirtualChannelSelector
Package
Description
-
Uses of VirtualChannelSelector in com.biglybt.core.networkmanager
Methods in com.biglybt.core.networkmanager with parameters of type VirtualChannelSelectorModifier and TypeMethodDescriptionvoid
VirtualChannelSelector.VirtualAcceptSelectorListener.selectFailure
(VirtualChannelSelector selector, ServerSocketChannel sc, Object attachment, Throwable msg) Called when a channel selection fails.void
VirtualChannelSelector.VirtualSelectorListener.selectFailure
(VirtualChannelSelector selector, SocketChannel sc, Object attachment, Throwable msg) Called when a channel selection fails.boolean
VirtualChannelSelector.VirtualAcceptSelectorListener.selectSuccess
(VirtualChannelSelector selector, ServerSocketChannel sc, Object attachment) Called when a channel is successfully selected for readyness.boolean
VirtualChannelSelector.VirtualSelectorListener.selectSuccess
(VirtualChannelSelector selector, SocketChannel sc, Object attachment) Called when a channel is successfully selected for readyness. -
Uses of VirtualChannelSelector in com.biglybt.core.networkmanager.impl.tcp
Fields in com.biglybt.core.networkmanager.impl.tcp declared as VirtualChannelSelectorModifier and TypeFieldDescription(package private) final VirtualChannelSelector
VirtualAcceptSelector.accept_selector
private final VirtualChannelSelector
TCPConnectionManager.connect_selector
protected final VirtualChannelSelector
VirtualChannelSelectorImpl.parent
(package private) final VirtualChannelSelector
TCPNetworkManager.read_selector
(package private) final VirtualChannelSelector
TCPNetworkManager.write_selector
Methods in com.biglybt.core.networkmanager.impl.tcp that return VirtualChannelSelectorModifier and TypeMethodDescriptionTCPNetworkManager.getReadSelector()
Get the virtual selector used for socket channel read readiness.TCPNetworkManager.getWriteSelector()
Get the virtual selector used for socket channel write readiness.Constructors in com.biglybt.core.networkmanager.impl.tcp with parameters of type VirtualChannelSelectorModifierConstructorDescriptionVirtualChannelSelectorImpl
(VirtualChannelSelector _parent, int _interest_op, boolean _pause_after_select, boolean _randomise_keys) -
Uses of VirtualChannelSelector in com.biglybt.core.networkmanager.impl.test
Fields in com.biglybt.core.networkmanager.impl.test declared as VirtualChannelSelectorModifier and TypeFieldDescription(package private) final VirtualChannelSelector
PHETester.connect_selector
-
Uses of VirtualChannelSelector in com.biglybt.core.proxy.impl
Fields in com.biglybt.core.proxy.impl declared as VirtualChannelSelectorModifier and TypeFieldDescription(package private) final VirtualChannelSelector
AEProxyImpl.connect_selector
(package private) final VirtualChannelSelector
AEProxyImpl.read_selector
(package private) final VirtualChannelSelector
AEProxyImpl.write_selector
Methods in com.biglybt.core.proxy.impl with parameters of type VirtualChannelSelectorModifier and TypeMethodDescriptionvoid
AEProxyImpl.selectFailure
(VirtualChannelSelector selector, SocketChannel sc, Object attachment, Throwable msg) protected void
AEProxyImpl.selectLoop
(VirtualChannelSelector selector) boolean
AEProxyImpl.selectSuccess
(VirtualChannelSelector selector, SocketChannel sc, Object attachment) -
Uses of VirtualChannelSelector in com.biglybt.core.tracker.server.impl.tcp.nonblocking
Fields in com.biglybt.core.tracker.server.impl.tcp.nonblocking declared as VirtualChannelSelectorModifier and TypeFieldDescriptionprivate final VirtualChannelSelector
TRNonBlockingServer.read_selector
private final VirtualChannelSelector
TRNonBlockingServer.write_selector
Methods in com.biglybt.core.tracker.server.impl.tcp.nonblocking with parameters of type VirtualChannelSelectorModifier and TypeMethodDescriptionprotected void
TRNonBlockingServer.selectLoop
(VirtualChannelSelector selector)