Uses of Interface
org.apache.http.nio.NHttpServerConnection
Packages that use NHttpServerConnection
Package
Description
Default implementations of HTTP connections for asynchronous,
even driven communication.
Core HTTP component APIs and primitives for asynchronous, event
driven communication.
Core HTTP protocol execution framework and HTTP protocol handlers
for asynchronous, event driven communication.
-
Uses of NHttpServerConnection in org.apache.http.impl.nio
Classes in org.apache.http.impl.nio that implement NHttpServerConnectionModifier and TypeClassDescriptionclassDefault implementation of theNHttpServerConnectioninterface. -
Uses of NHttpServerConnection in org.apache.http.nio
Subinterfaces of NHttpServerConnection in org.apache.http.nioModifier and TypeInterfaceDescriptioninterfaceDeprecated.(4.2) no longer usedMethods in org.apache.http.nio with parameters of type NHttpServerConnectionModifier and TypeMethodDescriptionvoidNHttpServerEventHandler.closed(NHttpServerConnection conn) Triggered when the connection is closed.voidNHttpServiceHandler.closed(NHttpServerConnection conn) Deprecated.Triggered when the connection is closed.voidNHttpServerEventHandler.connected(NHttpServerConnection conn) Triggered when a new incoming connection is created.voidNHttpServiceHandler.connected(NHttpServerConnection conn) Deprecated.Triggered when a new incoming connection is created.voidNHttpServerEventHandler.endOfInput(NHttpServerConnection conn) Triggered when the connection is closed by the opposite end point (half-closed).voidNHttpServerEventHandler.exception(NHttpServerConnection conn, Exception ex) Triggered if an error occurs during the HTTP exchange.voidNHttpServiceHandler.exception(NHttpServerConnection conn, IOException ex) Deprecated.Triggered when an I/O error occurs while reading from or writing to the underlying channel.voidNHttpServiceHandler.exception(NHttpServerConnection conn, org.apache.http.HttpException ex) Deprecated.Triggered when an HTTP protocol violation occurs while receiving an HTTP request.voidNHttpServerEventHandler.inputReady(NHttpServerConnection conn, ContentDecoder decoder) Triggered when the underlying channel is ready for reading a new portion of the request entity through the corresponding content decoder.voidNHttpServiceHandler.inputReady(NHttpServerConnection conn, ContentDecoder decoder) Deprecated.Triggered when the underlying channel is ready for reading a new portion of the request entity through the corresponding content decoder.voidNHttpServerEventHandler.outputReady(NHttpServerConnection conn, ContentEncoder encoder) Triggered when the underlying channel is ready for writing a next portion of the response entity through the corresponding content encoder.voidNHttpServiceHandler.outputReady(NHttpServerConnection conn, ContentEncoder encoder) Deprecated.Triggered when the underlying channel is ready for writing a next portion of the response entity through the corresponding content encoder.voidNHttpServerEventHandler.requestReceived(NHttpServerConnection conn) Triggered when a new HTTP request is received.voidNHttpServiceHandler.requestReceived(NHttpServerConnection conn) Deprecated.Triggered when a new HTTP request is received.voidNHttpServerEventHandler.responseReady(NHttpServerConnection conn) Triggered when the connection is ready to accept a new HTTP response.voidNHttpServiceHandler.responseReady(NHttpServerConnection conn) Deprecated.Triggered when the connection is ready to accept a new HTTP response.voidNHttpServerEventHandler.timeout(NHttpServerConnection conn) Triggered when no input is detected on this connection over the maximum period of inactivity.voidNHttpServiceHandler.timeout(NHttpServerConnection conn) Deprecated.Triggered when no input is detected on this connection over the maximum period of inactivity. -
Uses of NHttpServerConnection in org.apache.http.nio.protocol
Methods in org.apache.http.nio.protocol with parameters of type NHttpServerConnectionModifier and TypeMethodDescriptionvoidAsyncNHttpServiceHandler.closed(NHttpServerConnection conn) Deprecated.voidBufferingHttpServiceHandler.closed(NHttpServerConnection conn) Deprecated.voidHttpAsyncService.closed(NHttpServerConnection conn) voidThrottlingHttpServiceHandler.closed(NHttpServerConnection conn) Deprecated.voidAsyncNHttpServiceHandler.connected(NHttpServerConnection conn) Deprecated.voidBufferingHttpServiceHandler.connected(NHttpServerConnection conn) Deprecated.voidHttpAsyncService.connected(NHttpServerConnection conn) voidThrottlingHttpServiceHandler.connected(NHttpServerConnection conn) Deprecated.voidHttpAsyncService.endOfInput(NHttpServerConnection conn) voidAsyncNHttpServiceHandler.exception(NHttpServerConnection conn, IOException ex) Deprecated.voidAsyncNHttpServiceHandler.exception(NHttpServerConnection conn, org.apache.http.HttpException httpex) Deprecated.voidBufferingHttpServiceHandler.exception(NHttpServerConnection conn, IOException ioex) Deprecated.voidBufferingHttpServiceHandler.exception(NHttpServerConnection conn, org.apache.http.HttpException httpex) Deprecated.voidHttpAsyncService.exception(NHttpServerConnection conn, Exception cause) voidThrottlingHttpServiceHandler.exception(NHttpServerConnection conn, IOException ex) Deprecated.voidThrottlingHttpServiceHandler.exception(NHttpServerConnection conn, org.apache.http.HttpException httpex) Deprecated.voidAsyncNHttpServiceHandler.inputReady(NHttpServerConnection conn, ContentDecoder decoder) Deprecated.voidBufferingHttpServiceHandler.inputReady(NHttpServerConnection conn, ContentDecoder decoder) Deprecated.voidHttpAsyncService.inputReady(NHttpServerConnection conn, ContentDecoder decoder) voidThrottlingHttpServiceHandler.inputReady(NHttpServerConnection conn, ContentDecoder decoder) Deprecated.voidAsyncNHttpServiceHandler.outputReady(NHttpServerConnection conn, ContentEncoder encoder) Deprecated.voidBufferingHttpServiceHandler.outputReady(NHttpServerConnection conn, ContentEncoder encoder) Deprecated.voidHttpAsyncService.outputReady(NHttpServerConnection conn, ContentEncoder encoder) voidThrottlingHttpServiceHandler.outputReady(NHttpServerConnection conn, ContentEncoder encoder) Deprecated.voidAsyncNHttpServiceHandler.requestReceived(NHttpServerConnection conn) Deprecated.voidBufferingHttpServiceHandler.requestReceived(NHttpServerConnection conn) Deprecated.voidHttpAsyncService.requestReceived(NHttpServerConnection conn) voidThrottlingHttpServiceHandler.requestReceived(NHttpServerConnection conn) Deprecated.voidAsyncNHttpServiceHandler.responseReady(NHttpServerConnection conn) Deprecated.voidBufferingHttpServiceHandler.responseReady(NHttpServerConnection conn) Deprecated.voidHttpAsyncService.responseReady(NHttpServerConnection conn) voidThrottlingHttpServiceHandler.responseReady(NHttpServerConnection conn) Deprecated.voidAsyncNHttpServiceHandler.timeout(NHttpServerConnection conn) Deprecated.voidBufferingHttpServiceHandler.timeout(NHttpServerConnection conn) Deprecated.voidHttpAsyncService.timeout(NHttpServerConnection conn) voidThrottlingHttpServiceHandler.timeout(NHttpServerConnection conn) Deprecated.