Uses of Interface
org.apache.http.nio.NHttpClientIOTarget
-
Packages that use NHttpClientIOTarget Package Description org.apache.http.impl.nio Default implementations of HTTP connections for asynchronous, even driven communication.org.apache.http.impl.nio.ssl -
-
Uses of NHttpClientIOTarget in org.apache.http.impl.nio
Classes in org.apache.http.impl.nio that implement NHttpClientIOTarget Modifier and Type Class Description classDefaultNHttpClientConnectionDefault implementation of theNHttpClientConnectioninterface.Methods in org.apache.http.impl.nio that return NHttpClientIOTarget Modifier and Type Method Description protected 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 NHttpClientIOTarget Modifier and Type Method Description protected voidDefaultClientIOEventDispatch. onClosed(NHttpClientIOTarget conn)Deprecated.protected voidDefaultClientIOEventDispatch. onConnected(NHttpClientIOTarget conn)Deprecated.protected voidDefaultClientIOEventDispatch. onException(NHttpClientIOTarget conn, java.io.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 NHttpClientIOTarget Modifier and Type Method Description protected NHttpClientIOTargetSSLClientIOEventDispatch. createConnection(IOSession session)Deprecated.protected NHttpClientIOTargetSSLClientIOEventDispatch. createSSLConnection(SSLIOSession sslioSession)Deprecated.Methods in org.apache.http.impl.nio.ssl with parameters of type NHttpClientIOTarget Modifier and Type Method Description voidSSLClientIOEventDispatch. onConnected(NHttpClientIOTarget conn)Deprecated.
-