Uses of Class
org.apache.hc.core5.http.protocol.HttpCoreContext
-
Packages that use HttpCoreContext Package Description org.apache.hc.core5.benchmark Apache Bench (AB) clone based on HttpCore.org.apache.hc.core5.http.impl.nio Default implementation of HTTP/1.1 transport based on the asynchronous (non-blocking) I/O model.org.apache.hc.core5.http.protocol Core HTTP protocol interceptors.org.apache.hc.core5.http2.impl.nio Default implementation of HTTP/2 transport based on the asynchronous (non-blocking) I/O model. -
-
Uses of HttpCoreContext in org.apache.hc.core5.benchmark
Fields in org.apache.hc.core5.benchmark declared as HttpCoreContext Modifier and Type Field Description private HttpCoreContext
BenchmarkWorker. context
Constructors in org.apache.hc.core5.benchmark with parameters of type HttpCoreContext Constructor Description BenchmarkWorker(HttpAsyncRequester requester, HttpHost host, HttpCoreContext context, java.util.concurrent.atomic.AtomicLong requestCount, java.util.concurrent.CountDownLatch completionLatch, Stats stats, BenchmarkConfig config)
-
Uses of HttpCoreContext in org.apache.hc.core5.http.impl.nio
Fields in org.apache.hc.core5.http.impl.nio declared as HttpCoreContext Modifier and Type Field Description private HttpCoreContext
ClientHttp1StreamHandler. context
private HttpCoreContext
ServerHttp1StreamHandler. context
Constructors in org.apache.hc.core5.http.impl.nio with parameters of type HttpCoreContext Constructor Description ClientHttp1StreamHandler(Http1StreamChannel<HttpRequest> outputChannel, HttpProcessor httpProcessor, Http1Config http1Config, ConnectionReuseStrategy connectionReuseStrategy, AsyncClientExchangeHandler exchangeHandler, HttpCoreContext context)
ServerHttp1StreamHandler(Http1StreamChannel<HttpResponse> outputChannel, HttpProcessor httpProcessor, ConnectionReuseStrategy connectionReuseStrategy, HandlerFactory<AsyncServerExchangeHandler> exchangeHandlerFactory, HttpCoreContext context)
-
Uses of HttpCoreContext in org.apache.hc.core5.http.protocol
Methods in org.apache.hc.core5.http.protocol that return HttpCoreContext Modifier and Type Method Description static HttpCoreContext
HttpCoreContext. adapt(HttpContext context)
static HttpCoreContext
HttpCoreContext. create()
-
Uses of HttpCoreContext in org.apache.hc.core5.http2.impl.nio
Fields in org.apache.hc.core5.http2.impl.nio declared as HttpCoreContext Modifier and Type Field Description private HttpCoreContext
ClientH2StreamHandler. context
private HttpCoreContext
ClientPushH2StreamHandler. context
private HttpCoreContext
ServerH2StreamHandler. context
private HttpCoreContext
ServerPushH2StreamHandler. context
Constructors in org.apache.hc.core5.http2.impl.nio with parameters of type HttpCoreContext Constructor Description ClientH2StreamHandler(H2StreamChannel outputChannel, HttpProcessor httpProcessor, BasicHttpConnectionMetrics connMetrics, AsyncClientExchangeHandler exchangeHandler, HandlerFactory<AsyncPushConsumer> pushHandlerFactory, HttpCoreContext context)
ClientPushH2StreamHandler(H2StreamChannel outputChannel, HttpProcessor httpProcessor, BasicHttpConnectionMetrics connMetrics, HandlerFactory<AsyncPushConsumer> pushHandlerFactory, HttpCoreContext context)
ServerH2StreamHandler(H2StreamChannel outputChannel, HttpProcessor httpProcessor, BasicHttpConnectionMetrics connMetrics, HandlerFactory<AsyncServerExchangeHandler> exchangeHandlerFactory, HttpCoreContext context)
ServerPushH2StreamHandler(H2StreamChannel outputChannel, HttpProcessor httpProcessor, BasicHttpConnectionMetrics connMetrics, AsyncPushProducer pushProducer, HttpCoreContext context)
-