Interface VirtualAcceptSelector.AcceptListener
- Enclosing class:
- VirtualAcceptSelector
public static interface VirtualAcceptSelector.AcceptListener
Listener notified when a new incoming connection is accepted.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
newConnectionAccepted
(SocketChannel channel) The given connection has just been accepted.
-
Method Details
-
newConnectionAccepted
The given connection has just been accepted.- Parameters:
channel
- new connection
-