Uses of Class
com.biglybt.core.networkmanager.VirtualChannelSelector
-
-
Uses of VirtualChannelSelector in com.biglybt.core.networkmanager
Methods in com.biglybt.core.networkmanager with parameters of type VirtualChannelSelector Modifier and Type Method Description void
VirtualChannelSelector.VirtualAcceptSelectorListener. selectFailure(VirtualChannelSelector selector, java.nio.channels.ServerSocketChannel sc, java.lang.Object attachment, java.lang.Throwable msg)
Called when a channel selection fails.void
VirtualChannelSelector.VirtualSelectorListener. selectFailure(VirtualChannelSelector selector, java.nio.channels.SocketChannel sc, java.lang.Object attachment, java.lang.Throwable msg)
Called when a channel selection fails.boolean
VirtualChannelSelector.VirtualAcceptSelectorListener. selectSuccess(VirtualChannelSelector selector, java.nio.channels.ServerSocketChannel sc, java.lang.Object attachment)
Called when a channel is successfully selected for readyness.boolean
VirtualChannelSelector.VirtualSelectorListener. selectSuccess(VirtualChannelSelector selector, java.nio.channels.SocketChannel sc, java.lang.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 VirtualChannelSelector Modifier and Type Field Description (package private) VirtualChannelSelector
VirtualAcceptSelector. accept_selector
private VirtualChannelSelector
TCPConnectionManager. connect_selector
protected VirtualChannelSelector
VirtualChannelSelectorImpl. parent
(package private) VirtualChannelSelector
TCPNetworkManager. read_selector
(package private) VirtualChannelSelector
TCPNetworkManager. write_selector
Methods in com.biglybt.core.networkmanager.impl.tcp that return VirtualChannelSelector Modifier and Type Method Description VirtualChannelSelector
TCPNetworkManager. getReadSelector()
Get the virtual selector used for socket channel read readiness.VirtualChannelSelector
TCPNetworkManager. getWriteSelector()
Get the virtual selector used for socket channel write readiness.Constructors in com.biglybt.core.networkmanager.impl.tcp with parameters of type VirtualChannelSelector Constructor Description VirtualChannelSelectorImpl(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 VirtualChannelSelector Modifier and Type Field Description (package private) VirtualChannelSelector
PHETester. connect_selector
-
Uses of VirtualChannelSelector in com.biglybt.core.proxy.impl
Fields in com.biglybt.core.proxy.impl declared as VirtualChannelSelector Modifier and Type Field Description (package private) VirtualChannelSelector
AEProxyImpl. connect_selector
(package private) VirtualChannelSelector
AEProxyImpl. read_selector
(package private) VirtualChannelSelector
AEProxyImpl. write_selector
Methods in com.biglybt.core.proxy.impl with parameters of type VirtualChannelSelector Modifier and Type Method Description void
AEProxyImpl. selectFailure(VirtualChannelSelector selector, java.nio.channels.SocketChannel sc, java.lang.Object attachment, java.lang.Throwable msg)
protected void
AEProxyImpl. selectLoop(VirtualChannelSelector selector)
boolean
AEProxyImpl. selectSuccess(VirtualChannelSelector selector, java.nio.channels.SocketChannel sc, java.lang.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 VirtualChannelSelector Modifier and Type Field Description private VirtualChannelSelector
TRNonBlockingServer. read_selector
private VirtualChannelSelector
TRNonBlockingServer. write_selector
Methods in com.biglybt.core.tracker.server.impl.tcp.nonblocking with parameters of type VirtualChannelSelector Modifier and Type Method Description protected void
TRNonBlockingServer. selectLoop(VirtualChannelSelector selector)
-