Interface VirtualAcceptSelector.AcceptListener

Enclosing class:
VirtualAcceptSelector

public static interface VirtualAcceptSelector.AcceptListener
Listener notified when a new incoming connection is accepted.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The given connection has just been accepted.
  • Method Details

    • newConnectionAccepted

      void newConnectionAccepted(SocketChannel channel)
      The given connection has just been accepted.
      Parameters:
      channel - new connection