Uses of Class
org.apache.hc.core5.http.protocol.HttpCoreContext
Packages that use HttpCoreContext
Package
Description
Default implementation of HTTP/1.1 transport based on
the asynchronous (non-blocking) I/O model.
Core HTTP protocol interceptors.
Default implementation of HTTP/2 transport based on
the asynchronous (non-blocking) I/O model.
-
Uses of HttpCoreContext in org.apache.hc.core5.http.impl.nio
Fields in org.apache.hc.core5.http.impl.nio declared as HttpCoreContextModifier and TypeFieldDescriptionprivate final HttpCoreContextClientHttp1StreamHandler.contextprivate final HttpCoreContextServerHttp1StreamHandler.contextConstructors in org.apache.hc.core5.http.impl.nio with parameters of type HttpCoreContextModifierConstructorDescription(package private)ClientHttp1StreamHandler(Http1StreamChannel<HttpRequest> outputChannel, HttpProcessor httpProcessor, Http1Config http1Config, ConnectionReuseStrategy connectionReuseStrategy, AsyncClientExchangeHandler exchangeHandler, HttpCoreContext context) (package private)ServerHttp1StreamHandler(Http1StreamChannel<HttpResponse> outputChannel, HttpProcessor httpProcessor, Http1Config http1Config, ConnectionReuseStrategy connectionReuseStrategy, HandlerFactory<AsyncServerExchangeHandler> exchangeHandlerFactory, Callback<Exception> exceptionCallback, HttpCoreContext context) -
Uses of HttpCoreContext in org.apache.hc.core5.http.protocol
Subclasses of HttpCoreContext in org.apache.hc.core5.http.protocolModifier and TypeClassDescription(package private) static classInternal adaptor class that delegates all its method calls to a plainHttpContext.Methods in org.apache.hc.core5.http.protocol that return HttpCoreContextModifier and TypeMethodDescriptionstatic HttpCoreContextHttpCoreContext.adapt(HttpContext context) Deprecated.static HttpCoreContextHttpCoreContext.cast(HttpContext context) Casts the given genericHttpContextasHttpCoreContext.static HttpCoreContextHttpCoreContext.castOrCreate(HttpContext context) Casts the given genericHttpContextasHttpCoreContextor creates newHttpCoreContextif the given context is null.static HttpCoreContextHttpCoreContext.create() -
Uses of HttpCoreContext in org.apache.hc.core5.http2.impl.nio
Fields in org.apache.hc.core5.http2.impl.nio declared as HttpCoreContextModifier and TypeFieldDescriptionprivate final HttpCoreContextClientH2StreamHandler.contextprivate final HttpCoreContextClientPushH2StreamHandler.contextprivate final HttpCoreContextServerH2StreamHandler.contextprivate final HttpCoreContextServerPushH2StreamHandler.contextConstructors in org.apache.hc.core5.http2.impl.nio with parameters of type HttpCoreContextModifierConstructorDescription(package private)ClientH2StreamHandler(H2StreamChannel outputChannel, HttpProcessor httpProcessor, BasicHttpConnectionMetrics connMetrics, AsyncClientExchangeHandler exchangeHandler, HandlerFactory<AsyncPushConsumer> pushHandlerFactory, HttpCoreContext context) (package private)ClientPushH2StreamHandler(H2StreamChannel outputChannel, HttpProcessor httpProcessor, BasicHttpConnectionMetrics connMetrics, HandlerFactory<AsyncPushConsumer> pushHandlerFactory, HttpCoreContext context) (package private)ServerH2StreamHandler(H2StreamChannel outputChannel, HttpProcessor httpProcessor, BasicHttpConnectionMetrics connMetrics, HandlerFactory<AsyncServerExchangeHandler> exchangeHandlerFactory, HttpCoreContext context) (package private)ServerPushH2StreamHandler(H2StreamChannel outputChannel, HttpProcessor httpProcessor, BasicHttpConnectionMetrics connMetrics, AsyncPushProducer pushProducer, HttpCoreContext context)
HttpCoreContext.cast(HttpContext).