Uses of Interface
org.apache.http.nio.NHttpServerIOTarget
-
Packages that use NHttpServerIOTarget 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 NHttpServerIOTarget in org.apache.http.impl.nio
Classes in org.apache.http.impl.nio that implement NHttpServerIOTarget Modifier and Type Class Description class
DefaultNHttpServerConnection
Default implementation of theNHttpServerConnection
interface.Methods in org.apache.http.impl.nio that return NHttpServerIOTarget Modifier and Type Method Description protected NHttpServerIOTarget
DefaultServerIOEventDispatch. createConnection(IOSession session)
Deprecated.Creates an instance ofDefaultNHttpServerConnection
based on the givenIOSession
.protected NHttpServerIOTarget
SSLServerIOEventDispatch. createConnection(IOSession session)
Deprecated.Creates an instance ofDefaultNHttpServerConnection
based on the givenIOSession
.Methods in org.apache.http.impl.nio with parameters of type NHttpServerIOTarget Modifier and Type Method Description protected void
DefaultServerIOEventDispatch. onClosed(NHttpServerIOTarget conn)
Deprecated.protected void
DefaultServerIOEventDispatch. onConnected(NHttpServerIOTarget conn)
Deprecated.protected void
DefaultServerIOEventDispatch. onException(NHttpServerIOTarget conn, java.io.IOException ex)
Deprecated.protected void
DefaultServerIOEventDispatch. onInputReady(NHttpServerIOTarget conn)
Deprecated.protected void
DefaultServerIOEventDispatch. onOutputReady(NHttpServerIOTarget conn)
Deprecated.protected void
DefaultServerIOEventDispatch. onTimeout(NHttpServerIOTarget conn)
Deprecated. -
Uses of NHttpServerIOTarget in org.apache.http.impl.nio.ssl
Methods in org.apache.http.impl.nio.ssl that return NHttpServerIOTarget Modifier and Type Method Description protected NHttpServerIOTarget
SSLServerIOEventDispatch. createConnection(IOSession session)
Deprecated.protected NHttpServerIOTarget
SSLServerIOEventDispatch. createSSLConnection(SSLIOSession sslioSession)
Deprecated.Methods in org.apache.http.impl.nio.ssl with parameters of type NHttpServerIOTarget Modifier and Type Method Description void
SSLServerIOEventDispatch. onConnected(NHttpServerIOTarget conn)
Deprecated.
-