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 java.lang.Object implements VirtualServerChannelSelector.SelectListener
-
-
Constructor Summary
Constructors Modifier Constructor Description private
TcpSelectListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
newConnectionAccepted(java.nio.channels.ServerSocketChannel server, java.nio.channels.SocketChannel channel)
The given connection has just been accepted.
-
-
-
Method Detail
-
newConnectionAccepted
public void newConnectionAccepted(java.nio.channels.ServerSocketChannel server, java.nio.channels.SocketChannel channel)
Description copied from interface:VirtualServerChannelSelector.SelectListener
The given connection has just been accepted.- Specified by:
newConnectionAccepted
in interfaceVirtualServerChannelSelector.SelectListener
channel
- new connection
-
-