Uses of Class
org.apache.hc.core5.http.impl.nio.AbstractHttp1IOEventHandler
-
Packages that use AbstractHttp1IOEventHandler Package Description org.apache.hc.core5.http.impl.nio Default implementation of HTTP/1.1 transport based on the asynchronous (non-blocking) I/O model. -
-
Uses of AbstractHttp1IOEventHandler in org.apache.hc.core5.http.impl.nio
Subclasses of AbstractHttp1IOEventHandler in org.apache.hc.core5.http.impl.nio Modifier and Type Class Description class
ClientHttp1IOEventHandler
IOEventHandler
that implements client side HTTP/1.1 messaging protocol with full support for duplexed message transmission and message pipelining.class
ServerHttp1IOEventHandler
IOEventHandler
that implements server side HTTP/1.1 messaging protocol with full support for duplexed message transmission and message pipelining.
-