Uses of Interface
org.apache.http.nio.NHttpConnection
-
Packages that use NHttpConnection 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 NHttpConnection in org.apache.http.impl.nio
Classes in org.apache.http.impl.nio that implement NHttpConnection Modifier and Type Class Description classDefaultNHttpClientConnectionDefault implementation of theNHttpClientConnectioninterface.classDefaultNHttpServerConnectionDefault implementation of theNHttpServerConnectioninterface.classNHttpConnectionBaseThis 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 NHttpConnection Modifier and Type Interface Description interfaceNHttpConnectionFactory<T extends NHttpConnection>Factory forNHttpConnectioninstances.Subinterfaces of NHttpConnection in org.apache.http.nio Modifier and Type Interface Description interfaceNHttpClientConnectionAbstract non-blocking client-side HTTP connection interface.interfaceNHttpClientIOTargetDeprecated.(4.2) no longer usedinterfaceNHttpServerConnectionAbstract non-blocking server-side HTTP connection interface.interfaceNHttpServerIOTargetDeprecated.(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 NHttpConnection Modifier and Type Method Description protected voidNHttpHandlerBase. closeConnection(NHttpConnection conn, java.lang.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(java.io.IOException ex, NHttpConnection conn)Deprecated.Triggered when an I/O error caused a connection to be terminated.voidEventListener. fatalProtocolException(org.apache.http.HttpException ex, NHttpConnection conn)Deprecated.Triggered when an HTTP protocol error caused a connection to be terminated.protected voidNHttpHandlerBase. handleTimeout(NHttpConnection conn)Deprecated.protected voidNHttpHandlerBase. shutdownConnection(NHttpConnection conn, java.lang.Throwable cause)Deprecated.protected voidThrottlingHttpServiceHandler. shutdownConnection(NHttpConnection conn, java.lang.Throwable cause)Deprecated.
-