Interface NioHandler

All Known Implementing Classes:
SocketConnectionManager.SocketChannelImpl, SocketServer

public interface NioHandler
Defines the contract between a component using non blocking I/O and the NioDispatcher.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handleOps(int ops)
    Invoked by the NioDispatcher when operations are pending.