Uses of Interface
org.apache.http.nio.NHttpClientIOTarget
Packages that use NHttpClientIOTarget
Package
Description
Default implementations of HTTP connections for asynchronous,
even driven communication.
-
Uses of NHttpClientIOTarget in org.apache.http.impl.nio
Classes in org.apache.http.impl.nio that implement NHttpClientIOTargetModifier and TypeClassDescriptionclassDefault implementation of theNHttpClientConnectioninterface.Subclasses with type arguments of type NHttpClientIOTarget in org.apache.http.impl.nioMethods in org.apache.http.impl.nio that return NHttpClientIOTargetModifier and TypeMethodDescriptionprotected NHttpClientIOTargetDefaultClientIOEventDispatch.createConnection(IOSession session) Deprecated.Creates an instance ofDefaultNHttpClientConnectionbased on the givenIOSession.protected NHttpClientIOTargetSSLClientIOEventDispatch.createConnection(IOSession session) Deprecated.Creates an instance ofDefaultNHttpClientConnectionbased on the given SSLIOSession.Methods in org.apache.http.impl.nio with parameters of type NHttpClientIOTargetModifier and TypeMethodDescriptionprotected voidDefaultClientIOEventDispatch.onClosed(NHttpClientIOTarget conn) Deprecated.protected voidDefaultClientIOEventDispatch.onConnected(NHttpClientIOTarget conn) Deprecated.protected voidDefaultClientIOEventDispatch.onException(NHttpClientIOTarget conn, IOException ex) Deprecated.protected voidDefaultClientIOEventDispatch.onInputReady(NHttpClientIOTarget conn) Deprecated.protected voidDefaultClientIOEventDispatch.onOutputReady(NHttpClientIOTarget conn) Deprecated.protected voidDefaultClientIOEventDispatch.onTimeout(NHttpClientIOTarget conn) Deprecated. -
Uses of NHttpClientIOTarget in org.apache.http.impl.nio.ssl
Methods in org.apache.http.impl.nio.ssl that return NHttpClientIOTargetModifier and TypeMethodDescriptionprotected NHttpClientIOTargetSSLClientIOEventDispatch.createConnection(IOSession session) Deprecated.protected NHttpClientIOTargetSSLClientIOEventDispatch.createSSLConnection(SSLIOSession sslioSession) Deprecated.Methods in org.apache.http.impl.nio.ssl with parameters of type NHttpClientIOTargetModifier and TypeMethodDescriptionvoidSSLClientIOEventDispatch.onConnected(NHttpClientIOTarget conn) Deprecated.
DefaultHttpClientIODispatch