Uses of Interface
org.apache.http.nio.NHttpConnection
Packages that use NHttpConnection
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 NHttpConnection in org.apache.http.impl.nio
Classes in org.apache.http.impl.nio that implement NHttpConnectionModifier and TypeClassDescriptionclassDefault implementation of theNHttpClientConnectioninterface.classDefault implementation of theNHttpServerConnectioninterface.classThis class serves as a base for allNHttpConnectionimplementations and provides functionality common to both client and server HTTP connections. -
Uses of NHttpConnection in org.apache.http.nio
Classes in org.apache.http.nio with type parameters of type NHttpConnectionModifier and TypeInterfaceDescriptioninterfaceNHttpConnectionFactory<T extends NHttpConnection>Factory forNHttpConnectioninstances.Subinterfaces of NHttpConnection in org.apache.http.nioModifier and TypeInterfaceDescriptioninterfaceAbstract non-blocking client-side HTTP connection interface.interfaceDeprecated.(4.2) no longer usedinterfaceAbstract non-blocking server-side HTTP connection interface.interfaceDeprecated.(4.2) no longer used -
Uses of NHttpConnection in org.apache.http.nio.protocol
Methods in org.apache.http.nio.protocol with parameters of type NHttpConnectionModifier and TypeMethodDescriptionprotected voidNHttpHandlerBase.closeConnection(NHttpConnection conn, Throwable cause) Deprecated.voidEventListener.connectionClosed(NHttpConnection conn) Deprecated.Triggered when a connection has been terminated.voidEventListener.connectionOpen(NHttpConnection conn) Deprecated.Triggered when a new connection has been established.voidEventListener.connectionTimeout(NHttpConnection conn) Deprecated.Triggered when a connection has timed out.voidEventListener.fatalIOException(IOException ex, NHttpConnection conn) Deprecated.Triggered when an I/O error caused a connection to be terminated.voidEventListener.fatalProtocolException(HttpException ex, NHttpConnection conn) Deprecated.Triggered when an HTTP protocol error caused a connection to be terminated.private static HttpAsyncClientExchangeHandlerHttpAsyncRequestExecutor.getHandler(NHttpConnection conn) private static HttpAsyncRequestExecutor.StateHttpAsyncRequestExecutor.getState(NHttpConnection conn) private HttpAsyncService.StateHttpAsyncService.getState(NHttpConnection conn) protected voidNHttpHandlerBase.handleTimeout(NHttpConnection conn) Deprecated.private voidHttpAsyncRequestExecutor.shutdownConnection(NHttpConnection conn) private voidHttpAsyncService.shutdownConnection(NHttpConnection conn) protected voidNHttpHandlerBase.shutdownConnection(NHttpConnection conn, Throwable cause) Deprecated.protected voidThrottlingHttpServiceHandler.shutdownConnection(NHttpConnection conn, Throwable cause) Deprecated.