Uses of Interface
org.apache.hc.core5.http.HttpResponseInterceptor
Packages that use HttpResponseInterceptor
Package
Description
Core HTTP protocol interceptors.
HTTP/2 protocol interceptors.
-
Uses of HttpResponseInterceptor in org.apache.hc.core5.http.protocol
Subinterfaces of HttpResponseInterceptor in org.apache.hc.core5.http.protocolModifier and TypeInterfaceDescriptioninterfaceCollects protocol interceptors that implements the 'Chain of Responsibility' pattern, where each individual protocol interceptor is expected to work on a particular aspect of the HTTP protocol the interceptor is responsible for.Classes in org.apache.hc.core5.http.protocol that implement HttpResponseInterceptorModifier and TypeClassDescriptionfinal classDefault immutable implementation ofHttpProcessor.classThis response interceptor is responsible for making the protocol conformance checks of outgoing response messages.classThis response interceptor is responsible for addingConnectionheader to outgoing responses, which is essential for managing persistence ofHTTP/1.0connections.classThis response interceptor is responsible for delimiting the message content by addingContent-LengthorTransfer-Contentheaders based on the properties of the enclosed entity and the protocol version.classThis response interceptor is responsible for addingDateheader to outgoing response messages.classThis response interceptor is responsible for addingServerheader.Fields in org.apache.hc.core5.http.protocol declared as HttpResponseInterceptorModifier and TypeFieldDescriptionprivate final HttpResponseInterceptor[]DefaultHttpProcessor.responseInterceptorsFields in org.apache.hc.core5.http.protocol with type parameters of type HttpResponseInterceptorModifier and TypeFieldDescriptionprivate ChainBuilder<HttpResponseInterceptor> HttpProcessorBuilder.responseChainBuilderMethods in org.apache.hc.core5.http.protocol that return types with arguments of type HttpResponseInterceptorModifier and TypeMethodDescriptionprivate ChainBuilder<HttpResponseInterceptor> HttpProcessorBuilder.getResponseChainBuilder()Methods in org.apache.hc.core5.http.protocol with parameters of type HttpResponseInterceptorModifier and TypeMethodDescriptionHttpProcessorBuilder.add(HttpResponseInterceptor e) HttpProcessorBuilder.addAll(HttpResponseInterceptor... e) HttpProcessorBuilder.addAllFirst(HttpResponseInterceptor... e) HttpProcessorBuilder.addAllLast(HttpResponseInterceptor... e) HttpProcessorBuilder.addFirst(HttpResponseInterceptor e) HttpProcessorBuilder.addLast(HttpResponseInterceptor e) Constructors in org.apache.hc.core5.http.protocol with parameters of type HttpResponseInterceptorModifierConstructorDescriptionDefaultHttpProcessor(HttpRequestInterceptor[] requestInterceptors, HttpResponseInterceptor[] responseInterceptors) DefaultHttpProcessor(HttpResponseInterceptor... responseInterceptors) -
Uses of HttpResponseInterceptor in org.apache.hc.core5.http2.protocol
Classes in org.apache.hc.core5.http2.protocol that implement HttpResponseInterceptorModifier and TypeClassDescriptionclassThis response interceptor is responsible for making the protocol conformance checks of incoming or outgoing HTTP/2 response messages.classHTTP/2 compatible extension ofResponseConnControl.classHTTP/2 compatible extension ofResponseContent.