Interface NHttpClientIOTarget

All Superinterfaces:
AutoCloseable, Closeable, HttpConnection, IOControl, NHttpClientConnection, NHttpConnection
All Known Implementing Classes:
DefaultNHttpClientConnection

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

    • consumeInput

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

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