public interface

NHttpClientIOTarget

implements NHttpClientConnection
org.apache.http.nio.NHttpClientIOTarget
Known Indirect Subclasses

Class Overview

Extended version of the NHttpClientConnection used by IOEventDispatch implementations to inform client-side connection objects of I/O events.

Summary

[Expand]
Inherited Constants
From interface org.apache.http.nio.NHttpConnection
Public Methods
abstract void consumeInput(NHttpClientHandler handler)
Triggered when the connection is ready to consume input.
abstract void produceOutput(NHttpClientHandler handler)
Triggered when the connection is ready to produce output.
[Expand]
Inherited Methods
From interface org.apache.http.HttpConnection
From interface org.apache.http.nio.IOControl
From interface org.apache.http.nio.NHttpClientConnection
From interface org.apache.http.nio.NHttpConnection

Public Methods

public abstract void consumeInput (NHttpClientHandler handler)

Triggered when the connection is ready to consume input.

Parameters
handler the client protocol handler.

public abstract void produceOutput (NHttpClientHandler handler)

Triggered when the connection is ready to produce output.

Parameters
handler the client protocol handler.