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 classDefaultNHttpServerConnectionDefault implementation of theNHttpServerConnectioninterface.Methods in org.apache.http.impl.nio that return NHttpServerIOTarget Modifier and Type Method Description protected 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 NHttpServerIOTarget Modifier and Type Method Description protected voidDefaultServerIOEventDispatch. onClosed(NHttpServerIOTarget conn)Deprecated.protected voidDefaultServerIOEventDispatch. onConnected(NHttpServerIOTarget conn)Deprecated.protected voidDefaultServerIOEventDispatch. onException(NHttpServerIOTarget conn, java.io.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 NHttpServerIOTarget Modifier and Type Method Description protected NHttpServerIOTargetSSLServerIOEventDispatch. createConnection(IOSession session)Deprecated.protected NHttpServerIOTargetSSLServerIOEventDispatch. createSSLConnection(SSLIOSession sslioSession)Deprecated.Methods in org.apache.http.impl.nio.ssl with parameters of type NHttpServerIOTarget Modifier and Type Method Description voidSSLServerIOEventDispatch. onConnected(NHttpServerIOTarget conn)Deprecated.
-