Class IncomingSocketChannelManager.TcpSelectListener
java.lang.Object
com.biglybt.core.networkmanager.impl.tcp.IncomingSocketChannelManager.TcpSelectListener
- All Implemented Interfaces:
VirtualServerChannelSelector.SelectListener
- Enclosing class:
IncomingSocketChannelManager
private final class IncomingSocketChannelManager.TcpSelectListener
extends Object
implements VirtualServerChannelSelector.SelectListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
newConnectionAccepted
(ServerSocketChannel server, SocketChannel channel) The given connection has just been accepted.
-
Constructor Details
-
TcpSelectListener
private TcpSelectListener()
-
-
Method Details
-
newConnectionAccepted
Description copied from interface:VirtualServerChannelSelector.SelectListener
The given connection has just been accepted.- Specified by:
newConnectionAccepted
in interfaceVirtualServerChannelSelector.SelectListener
- Parameters:
channel
- new connection
-