Class HttpServerExpectationFilter

java.lang.Object
org.apache.hc.core5.http.io.support.HttpServerExpectationFilter
All Implemented Interfaces:
HttpFilterHandler

@Contract(threading=STATELESS) public class HttpServerExpectationFilter extends Object implements HttpFilterHandler
HttpServerExpectationFilter add support for the Expect-Continue handshake to the request processing pipeline.
Since:
5.0
  • Constructor Details

    • HttpServerExpectationFilter

      public HttpServerExpectationFilter()
  • Method Details