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.filtersMethods in org.apache.hc.core5.http.impl.bootstrap with parameters of type HttpFilterHandlerModifier and TypeMethodDescriptionfinal ServerBootstrapServerBootstrap.addFilterAfter(String existing, String name, HttpFilterHandler filterHandler) Adds the filter after the filter with the given name.final ServerBootstrapServerBootstrap.addFilterBefore(String existing, String name, HttpFilterHandler filterHandler) Adds the filter before the filter with the given name.final ServerBootstrapServerBootstrap.addFilterFirst(String name, HttpFilterHandler filterHandler) Add an filter to the head of the processing list.final ServerBootstrapServerBootstrap.addFilterLast(String name, HttpFilterHandler filterHandler) Add an filter to the tail of the processing list.final ServerBootstrapServerBootstrap.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 TypeClassDescriptionclassAbstract HTTP request filter that implements standard HTTP authentication handshake.classHttpServerExpectationFilter add support for the Expect-Continue handshake to the request processing pipeline.final classHttpFilterHandlerimplementation represents a terminal handler in a request processing pipeline that makes use ofHttpRequestMapperto dispatch the request to a particularHttpRequestHandler.Fields in org.apache.hc.core5.http.io.support declared as HttpFilterHandlerModifier and TypeFieldDescriptionprivate final HttpFilterHandlerHttpServerFilterChainElement.handlerConstructors in org.apache.hc.core5.http.io.support with parameters of type HttpFilterHandlerModifierConstructorDescription