Interface NHttpServerIOTarget
- All Superinterfaces:
AutoCloseable, Closeable, org.apache.http.HttpConnection, IOControl, NHttpConnection, NHttpServerConnection
- All Known Implementing Classes:
DefaultNHttpServerConnection
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
-
Field Summary
Fields inherited from interface NHttpConnection
ACTIVE, CLOSED, CLOSING -
Method Summary
Modifier and TypeMethodDescriptionvoidconsumeInput(NHttpServiceHandler handler) Deprecated.Triggered when the connection is ready to consume input.voidproduceOutput(NHttpServiceHandler handler) Deprecated.Triggered when the connection is ready to produce output.Methods inherited from interface org.apache.http.HttpConnection
close, getMetrics, getSocketTimeout, isOpen, isStale, setSocketTimeout, shutdownMethods inherited from interface IOControl
requestInput, requestOutput, shutdown, suspendInput, suspendOutputMethods inherited from interface NHttpConnection
getContext, getHttpRequest, getHttpResponse, getStatusMethods inherited from interface NHttpServerConnection
isResponseSubmitted, resetInput, resetOutput, submitResponse
-
Method Details
-
consumeInput
Deprecated.Triggered when the connection is ready to consume input.- Parameters:
handler- the server protocol handler.
-
produceOutput
Deprecated.Triggered when the connection is ready to produce output.- Parameters:
handler- the server protocol handler.
-