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 classServerHttp1StreamDuplexer.DelayedOutputChannelFields in org.apache.hc.core5.http.impl.nio declared as Http1StreamChannel Modifier and Type Field Description private Http1StreamChannel<HttpResponse>ServerHttp1StreamDuplexer.DelayedOutputChannel. channelprivate Http1StreamChannel<HttpRequest>ClientHttp1StreamDuplexer. outputChannelprivate Http1StreamChannel<HttpRequest>ClientHttp1StreamHandler. outputChannelprivate Http1StreamChannel<HttpResponse>ServerHttp1StreamDuplexer. outputChannelprivate Http1StreamChannel<HttpResponse>ServerHttp1StreamHandler. outputChannelConstructors 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)
-