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 TypeClassDescriptionclass
Default implementation of theNHttpClientConnection
interface.Methods in org.apache.http.impl.nio that return NHttpClientIOTargetModifier and TypeMethodDescriptionprotected NHttpClientIOTarget
DefaultClientIOEventDispatch.createConnection
(IOSession session) Deprecated.Creates an instance ofDefaultNHttpClientConnection
based on the givenIOSession
.protected NHttpClientIOTarget
SSLClientIOEventDispatch.createConnection
(IOSession session) Deprecated.Creates an instance ofDefaultNHttpClientConnection
based on the given SSLIOSession
.Methods in org.apache.http.impl.nio with parameters of type NHttpClientIOTargetModifier and TypeMethodDescriptionprotected void
DefaultClientIOEventDispatch.onClosed
(NHttpClientIOTarget conn) Deprecated.protected void
DefaultClientIOEventDispatch.onConnected
(NHttpClientIOTarget conn) Deprecated.protected void
DefaultClientIOEventDispatch.onException
(NHttpClientIOTarget conn, IOException ex) Deprecated.protected void
DefaultClientIOEventDispatch.onInputReady
(NHttpClientIOTarget conn) Deprecated.protected void
DefaultClientIOEventDispatch.onOutputReady
(NHttpClientIOTarget conn) Deprecated.protected void
DefaultClientIOEventDispatch.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 NHttpClientIOTarget
SSLClientIOEventDispatch.createConnection
(IOSession session) Deprecated.protected NHttpClientIOTarget
SSLClientIOEventDispatch.createSSLConnection
(SSLIOSession sslioSession) Deprecated.Methods in org.apache.http.impl.nio.ssl with parameters of type NHttpClientIOTargetModifier and TypeMethodDescriptionvoid
SSLClientIOEventDispatch.onConnected
(NHttpClientIOTarget conn) Deprecated.