Uses of Interface
org.apache.hc.core5.http.impl.nio.Http1StreamChannel
Packages that use Http1StreamChannel
Package
Description
Default implementation of HTTP/1.1 transport based on
the asynchronous (non-blocking) I/O model.
-
Uses of Http1StreamChannel in org.apache.hc.core5.http.impl.nio
Classes in org.apache.hc.core5.http.impl.nio that implement Http1StreamChannelModifier and TypeClassDescriptionprivate static class
Fields in org.apache.hc.core5.http.impl.nio declared as Http1StreamChannelModifier and TypeFieldDescriptionprivate final Http1StreamChannel
<HttpResponse> ServerHttp1StreamDuplexer.DelayedOutputChannel.channel
private final Http1StreamChannel
<HttpRequest> ClientHttp1StreamDuplexer.outputChannel
private final Http1StreamChannel
<HttpRequest> ClientHttp1StreamHandler.outputChannel
private final Http1StreamChannel
<HttpResponse> ServerHttp1StreamDuplexer.outputChannel
private final Http1StreamChannel
<HttpResponse> ServerHttp1StreamHandler.outputChannel
Constructors in org.apache.hc.core5.http.impl.nio with parameters of type Http1StreamChannelModifierConstructorDescription(package private)
ClientHttp1StreamHandler
(Http1StreamChannel<HttpRequest> outputChannel, HttpProcessor httpProcessor, Http1Config http1Config, ConnectionReuseStrategy connectionReuseStrategy, AsyncClientExchangeHandler exchangeHandler, HttpCoreContext context) private
(package private)
ServerHttp1StreamHandler
(Http1StreamChannel<HttpResponse> outputChannel, HttpProcessor httpProcessor, ConnectionReuseStrategy connectionReuseStrategy, HandlerFactory<AsyncServerExchangeHandler> exchangeHandlerFactory, HttpCoreContext context)