Uses of Class
org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
-
Packages that use AbstractHttp1StreamDuplexer 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 AbstractHttp1StreamDuplexer in org.apache.hc.core5.http.impl.nio
Subclasses of AbstractHttp1StreamDuplexer in org.apache.hc.core5.http.impl.nio Modifier and Type Class Description class
ClientHttp1StreamDuplexer
I/O event handler for events fired byProtocolIOSession
that implements client side HTTP/1.1 messaging protocol with full support for duplexed message transmission and message pipelining.class
ServerHttp1StreamDuplexer
I/O event handler for events fired byProtocolIOSession
that implements server side HTTP/1.1 messaging protocol with full support for duplexed message transmission and message pipelining.Fields in org.apache.hc.core5.http.impl.nio declared as AbstractHttp1StreamDuplexer Modifier and Type Field Description (package private) AbstractHttp1StreamDuplexer<?,?>
AbstractHttp1IOEventHandler. streamDuplexer
Constructors in org.apache.hc.core5.http.impl.nio with parameters of type AbstractHttp1StreamDuplexer Constructor Description AbstractHttp1IOEventHandler(AbstractHttp1StreamDuplexer<?,?> streamDuplexer)
-