Interface IOHubReadyListener

All Known Implementing Classes:
NIONetworkLayer

public interface IOHubReadyListener
Interface for receiving callbacks when a SelectableChannel is ready on its registered SelectionKey.interestOps().
Since:
3.0
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    ready(boolean accept, boolean connect, boolean read, boolean write)
    Callback to indicate the SelectableChannel that this listener was registered for is ready for the indicated operations.