Uses of Interface
org.apache.hc.core5.http.io.HttpFilterHandler
Packages that use HttpFilterHandler
Package
Description
HTTP/1.1 requester and server bootstrap.
Support classes for the classic (blocking) I/O model.
-
Uses of HttpFilterHandler in org.apache.hc.core5.http.impl.bootstrap
Fields in org.apache.hc.core5.http.impl.bootstrap with type parameters of type HttpFilterHandlerModifier and TypeFieldDescriptionprivate final List
<FilterEntry<HttpFilterHandler>> ServerBootstrap.filters
Methods in org.apache.hc.core5.http.impl.bootstrap with parameters of type HttpFilterHandlerModifier and TypeMethodDescriptionfinal ServerBootstrap
ServerBootstrap.addFilterAfter
(String existing, String name, HttpFilterHandler filterHandler) Adds the filter after the filter with the given name.final ServerBootstrap
ServerBootstrap.addFilterBefore
(String existing, String name, HttpFilterHandler filterHandler) Adds the filter before the filter with the given name.final ServerBootstrap
ServerBootstrap.addFilterFirst
(String name, HttpFilterHandler filterHandler) Add an filter to the head of the processing list.final ServerBootstrap
ServerBootstrap.addFilterLast
(String name, HttpFilterHandler filterHandler) Add an filter to the tail of the processing list.final ServerBootstrap
ServerBootstrap.replaceFilter
(String existing, HttpFilterHandler filterHandler) Replace an existing filter with the given name with new filter. -
Uses of HttpFilterHandler in org.apache.hc.core5.http.io.support
Classes in org.apache.hc.core5.http.io.support that implement HttpFilterHandlerModifier and TypeClassDescriptionclass
Abstract HTTP request filter that implements standard HTTP authentication handshake.class
HttpServerExpectationFilter add support for the Expect-Continue handshake to the request processing pipeline.final class
HttpFilterHandler
implementation represents a terminal handler in a request processing pipeline that makes use ofHttpRequestMapper
to dispatch the request to a particularHttpRequestHandler
.Fields in org.apache.hc.core5.http.io.support declared as HttpFilterHandlerModifier and TypeFieldDescriptionprivate final HttpFilterHandler
HttpServerFilterChainElement.handler
Constructors in org.apache.hc.core5.http.io.support with parameters of type HttpFilterHandlerModifierConstructorDescription