Uses of Interface
org.apache.http.nio.NHttpServerConnection
-
Packages that use NHttpServerConnection Package Description org.apache.http.impl.nio Default implementations of HTTP connections for asynchronous, even driven communication.org.apache.http.nio Core HTTP component APIs and primitives for asynchronous, event driven communication.org.apache.http.nio.protocol 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 NHttpServerConnection Modifier and Type Class Description classDefaultNHttpServerConnectionDefault implementation of theNHttpServerConnectioninterface.Methods in org.apache.http.impl.nio with parameters of type NHttpServerConnection Modifier and Type Method Description voidNHttpServerEventHandlerAdaptor. closed(NHttpServerConnection conn)Deprecated.voidNHttpServerEventHandlerAdaptor. connected(NHttpServerConnection conn)Deprecated.voidNHttpServerEventHandlerAdaptor. endOfInput(NHttpServerConnection conn)Deprecated.voidNHttpServerEventHandlerAdaptor. exception(NHttpServerConnection conn, java.lang.Exception ex)Deprecated.voidNHttpServerEventHandlerAdaptor. inputReady(NHttpServerConnection conn, ContentDecoder decoder)Deprecated.voidNHttpServerEventHandlerAdaptor. outputReady(NHttpServerConnection conn, ContentEncoder encoder)Deprecated.voidNHttpServerEventHandlerAdaptor. requestReceived(NHttpServerConnection conn)Deprecated.voidNHttpServerEventHandlerAdaptor. responseReady(NHttpServerConnection conn)Deprecated.voidNHttpServerEventHandlerAdaptor. timeout(NHttpServerConnection conn)Deprecated. -
Uses of NHttpServerConnection in org.apache.http.nio
Subinterfaces of NHttpServerConnection in org.apache.http.nio Modifier and Type Interface Description interfaceNHttpServerIOTargetDeprecated.(4.2) no longer usedMethods in org.apache.http.nio with parameters of type NHttpServerConnection Modifier and Type Method Description voidNHttpServerEventHandler. 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, java.lang.Exception ex)Triggered if an error occurs during the HTTP exchange.voidNHttpServiceHandler. exception(NHttpServerConnection conn, java.io.IOException ex)Deprecated.Triggered when an I/O error occurs while reading from or writing to the underlying channel.voidNHttpServiceHandler. exception(NHttpServerConnection conn, 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
Fields in org.apache.http.nio.protocol declared as NHttpServerConnection Modifier and Type Field Description private NHttpServerConnectionHttpAsyncService.HttpAsyncExchangeImpl. connMethods in org.apache.http.nio.protocol with parameters of type NHttpServerConnection Modifier and Type Method Description voidAsyncNHttpServiceHandler. closed(NHttpServerConnection conn)Deprecated.voidBufferingHttpServiceHandler. closed(NHttpServerConnection conn)Deprecated.voidHttpAsyncService. closed(NHttpServerConnection conn)voidThrottlingHttpServiceHandler. closed(NHttpServerConnection conn)Deprecated.private voidHttpAsyncService. commitFinalResponse(NHttpServerConnection conn, HttpAsyncService.State state)private voidHttpAsyncService. completeRequest(HttpAsyncService.Incoming incoming, NHttpServerConnection conn, HttpAsyncService.State state)private voidHttpAsyncService. completeResponse(HttpAsyncService.Outgoing outgoing, NHttpServerConnection conn, HttpAsyncService.State state)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, java.io.IOException ex)Deprecated.voidAsyncNHttpServiceHandler. exception(NHttpServerConnection conn, HttpException httpex)Deprecated.voidBufferingHttpServiceHandler. exception(NHttpServerConnection conn, java.io.IOException ioex)Deprecated.voidBufferingHttpServiceHandler. exception(NHttpServerConnection conn, HttpException httpex)Deprecated.voidHttpAsyncService. exception(NHttpServerConnection conn, java.lang.Exception cause)voidThrottlingHttpServiceHandler. exception(NHttpServerConnection conn, java.io.IOException ex)Deprecated.voidThrottlingHttpServiceHandler. exception(NHttpServerConnection conn, HttpException httpex)Deprecated.private voidThrottlingHttpServiceHandler. handleRequest(HttpRequest request, ThrottlingHttpServiceHandler.ServerConnState connState, NHttpServerConnection conn)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.private voidAsyncNHttpServiceHandler. processRequest(NHttpServerConnection conn, HttpRequest request)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.private voidAsyncNHttpServiceHandler. sendResponse(NHttpServerConnection conn, HttpRequest request, HttpResponse response)Deprecated.voidAsyncNHttpServiceHandler. timeout(NHttpServerConnection conn)Deprecated.voidBufferingHttpServiceHandler. timeout(NHttpServerConnection conn)Deprecated.voidHttpAsyncService. timeout(NHttpServerConnection conn)voidThrottlingHttpServiceHandler. timeout(NHttpServerConnection conn)Deprecated.Constructors in org.apache.http.nio.protocol with parameters of type NHttpServerConnection Constructor Description HttpAsyncExchangeImpl(HttpRequest request, HttpResponse response, HttpAsyncService.State state, NHttpServerConnection conn, HttpContext context)
-