Package org.apache.http.impl.nio
Class DefaultServerIOEventDispatch
- java.lang.Object
-
- org.apache.http.impl.nio.reactor.AbstractIODispatch<NHttpServerIOTarget>
-
- org.apache.http.impl.nio.DefaultServerIOEventDispatch
-
- All Implemented Interfaces:
IOEventDispatch
- Direct Known Subclasses:
SSLServerIOEventDispatch
@Deprecated @Contract(threading=IMMUTABLE_CONDITIONAL) public class DefaultServerIOEventDispatch extends AbstractIODispatch<NHttpServerIOTarget>
Deprecated.(4.2) useDefaultHttpServerIODispatch
Default implementation ofIOEventDispatch
interface for plain (unencrypted) server-side HTTP connections.- Since:
- 4.0
-
-
Field Summary
-
Fields inherited from interface org.apache.http.nio.reactor.IOEventDispatch
CONNECTION_KEY
-
-
Constructor Summary
Constructors Constructor Description DefaultServerIOEventDispatch(NHttpServiceHandler handler, HttpParams params)
Deprecated.Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler.
-
Method Summary
-
Methods inherited from class org.apache.http.impl.nio.reactor.AbstractIODispatch
connected, disconnected, inputReady, outputReady, timeout
-
-
-
-
Constructor Detail
-
DefaultServerIOEventDispatch
public DefaultServerIOEventDispatch(NHttpServiceHandler handler, HttpParams params)
Deprecated.Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler.- Parameters:
handler
- the server protocol handler.params
- HTTP parameters.
-
-