Uses of Interface
org.apache.http.nio.NHttpServerIOTarget
Packages that use NHttpServerIOTarget
Package
Description
Default implementations of HTTP connections for asynchronous,
even driven communication.
-
Uses of NHttpServerIOTarget in org.apache.http.impl.nio
Classes in org.apache.http.impl.nio that implement NHttpServerIOTargetModifier and TypeClassDescriptionclassDefault implementation of theNHttpServerConnectioninterface.Methods in org.apache.http.impl.nio that return NHttpServerIOTargetModifier and TypeMethodDescriptionprotected NHttpServerIOTargetDefaultServerIOEventDispatch.createConnection(IOSession session) Deprecated.Creates an instance ofDefaultNHttpServerConnectionbased on the givenIOSession.protected NHttpServerIOTargetSSLServerIOEventDispatch.createConnection(IOSession session) Deprecated.Creates an instance ofDefaultNHttpServerConnectionbased on the givenIOSession.Methods in org.apache.http.impl.nio with parameters of type NHttpServerIOTargetModifier and TypeMethodDescriptionprotected voidDefaultServerIOEventDispatch.onClosed(NHttpServerIOTarget conn) Deprecated.protected voidDefaultServerIOEventDispatch.onConnected(NHttpServerIOTarget conn) Deprecated.protected voidDefaultServerIOEventDispatch.onException(NHttpServerIOTarget conn, IOException ex) Deprecated.protected voidDefaultServerIOEventDispatch.onInputReady(NHttpServerIOTarget conn) Deprecated.protected voidDefaultServerIOEventDispatch.onOutputReady(NHttpServerIOTarget conn) Deprecated.protected voidDefaultServerIOEventDispatch.onTimeout(NHttpServerIOTarget conn) Deprecated. -
Uses of NHttpServerIOTarget in org.apache.http.impl.nio.ssl
Methods in org.apache.http.impl.nio.ssl that return NHttpServerIOTargetModifier and TypeMethodDescriptionprotected NHttpServerIOTargetSSLServerIOEventDispatch.createConnection(IOSession session) Deprecated.protected NHttpServerIOTargetSSLServerIOEventDispatch.createSSLConnection(SSLIOSession sslioSession) Deprecated.Methods in org.apache.http.impl.nio.ssl with parameters of type NHttpServerIOTargetModifier and TypeMethodDescriptionvoidSSLServerIOEventDispatch.onConnected(NHttpServerIOTarget conn) Deprecated.