Uses of Interface
org.apache.hc.core5.http.impl.nio.Http1StreamChannel
-
Packages that use Http1StreamChannel 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 Http1StreamChannel in org.apache.hc.core5.http.impl.nio
Classes in org.apache.hc.core5.http.impl.nio that implement Http1StreamChannel Modifier and Type Class Description private static class
ServerHttp1StreamDuplexer.DelayedOutputChannel
Fields in org.apache.hc.core5.http.impl.nio declared as Http1StreamChannel Modifier and Type Field Description private Http1StreamChannel<HttpResponse>
ServerHttp1StreamDuplexer.DelayedOutputChannel. channel
private Http1StreamChannel<HttpRequest>
ClientHttp1StreamDuplexer. outputChannel
private Http1StreamChannel<HttpRequest>
ClientHttp1StreamHandler. outputChannel
private Http1StreamChannel<HttpResponse>
ServerHttp1StreamDuplexer. outputChannel
private Http1StreamChannel<HttpResponse>
ServerHttp1StreamHandler. outputChannel
Constructors in org.apache.hc.core5.http.impl.nio with parameters of type Http1StreamChannel Constructor Description ClientHttp1StreamHandler(Http1StreamChannel<HttpRequest> outputChannel, HttpProcessor httpProcessor, Http1Config http1Config, ConnectionReuseStrategy connectionReuseStrategy, AsyncClientExchangeHandler exchangeHandler, HttpCoreContext context)
DelayedOutputChannel(Http1StreamChannel<HttpResponse> channel)
ServerHttp1StreamHandler(Http1StreamChannel<HttpResponse> outputChannel, HttpProcessor httpProcessor, ConnectionReuseStrategy connectionReuseStrategy, HandlerFactory<AsyncServerExchangeHandler> exchangeHandlerFactory, HttpCoreContext context)
-