Interface NHttpServerIOTarget

All Superinterfaces:
AutoCloseable, Closeable, HttpConnection, IOControl, NHttpConnection, NHttpServerConnection
All Known Implementing Classes:
DefaultNHttpServerConnection

@Deprecated public interface NHttpServerIOTarget extends NHttpServerConnection
Deprecated.
(4.2) no longer used
Extended version of the NHttpServerConnection used by IOEventDispatch implementations to inform server-side connection objects of I/O events.
Since:
4.0
  • Method Details

    • consumeInput

      void consumeInput(NHttpServiceHandler handler)
      Deprecated.
      Triggered when the connection is ready to consume input.
      Parameters:
      handler - the server protocol handler.
    • produceOutput

      void produceOutput(NHttpServiceHandler handler)
      Deprecated.
      Triggered when the connection is ready to produce output.
      Parameters:
      handler - the server protocol handler.