java.lang.AutoCloseable, java.io.Closeable, org.apache.http.HttpConnection, IOControl, NHttpClientConnection, NHttpConnectionDefaultNHttpClientConnection@Deprecated public interface NHttpClientIOTarget extends NHttpClientConnection
NHttpClientConnection used by
IOEventDispatch implementations
to inform client-side connection objects of I/O events.ACTIVE, CLOSED, CLOSING| Modifier and Type | Method | Description |
|---|---|---|
void |
consumeInput(NHttpClientHandler handler) |
Deprecated.
Triggered when the connection is ready to consume input.
|
void |
produceOutput(NHttpClientHandler handler) |
Deprecated.
Triggered when the connection is ready to produce output.
|
close, getMetrics, getSocketTimeout, isOpen, isStale, setSocketTimeout, shutdownrequestInput, requestOutput, shutdown, suspendInput, suspendOutputisRequestSubmitted, resetInput, resetOutput, submitRequestgetContext, getHttpRequest, getHttpResponse, getStatusvoid consumeInput(NHttpClientHandler handler)
handler - the client protocol handler.void produceOutput(NHttpClientHandler handler)
handler - the client protocol handler.