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 TypeMethodDescriptionvoidVirtualChannelSelector.VirtualAcceptSelectorListener.selectFailure(VirtualChannelSelector selector, ServerSocketChannel sc, Object attachment, Throwable msg) Called when a channel selection fails.voidVirtualChannelSelector.VirtualSelectorListener.selectFailure(VirtualChannelSelector selector, SocketChannel sc, Object attachment, Throwable msg) Called when a channel selection fails.booleanVirtualChannelSelector.VirtualAcceptSelectorListener.selectSuccess(VirtualChannelSelector selector, ServerSocketChannel sc, Object attachment) Called when a channel is successfully selected for readyness.booleanVirtualChannelSelector.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 VirtualChannelSelectorVirtualAcceptSelector.accept_selectorprivate final VirtualChannelSelectorTCPConnectionManager.connect_selector(package private) final VirtualChannelSelectorTCPNetworkManager.read_selector(package private) final VirtualChannelSelectorTCPNetworkManager.write_selectorMethods 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. -
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 VirtualChannelSelectorPHETester.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 VirtualChannelSelectorAEProxyImpl.connect_selector(package private) final VirtualChannelSelectorAEProxyImpl.read_selector(package private) final VirtualChannelSelectorAEProxyImpl.write_selectorMethods in com.biglybt.core.proxy.impl with parameters of type VirtualChannelSelectorModifier and TypeMethodDescriptionvoidAEProxyImpl.selectFailure(VirtualChannelSelector selector, SocketChannel sc, Object attachment, Throwable msg) protected voidAEProxyImpl.selectLoop(VirtualChannelSelector selector) booleanAEProxyImpl.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 VirtualChannelSelectorTRNonBlockingServer.read_selectorprivate final VirtualChannelSelectorTRNonBlockingServer.write_selectorMethods in com.biglybt.core.tracker.server.impl.tcp.nonblocking with parameters of type VirtualChannelSelectorModifier and TypeMethodDescriptionprotected voidTRNonBlockingServer.selectLoop(VirtualChannelSelector selector)