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 TypeMethodDescriptionvoidnewConnectionAccepted(ServerSocketChannel server, SocketChannel channel) The given connection has just been accepted.
-
Constructor Details
-
TcpSelectListener
private TcpSelectListener()
-
-
Method Details
-
newConnectionAccepted
Description copied from interface:VirtualServerChannelSelector.SelectListenerThe given connection has just been accepted.- Specified by:
newConnectionAcceptedin interfaceVirtualServerChannelSelector.SelectListener- Parameters:
channel- new connection
-