public final class HttpServerFilterChainElement extends Object
| Constructor and Description | 
|---|
| HttpServerFilterChainElement(HttpFilterHandler handler,
                            HttpServerFilterChainElement next) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | handle(ClassicHttpRequest request,
      HttpFilterChain.ResponseTrigger responseTrigger,
      HttpContext context) | 
| String | toString() | 
public HttpServerFilterChainElement(HttpFilterHandler handler, HttpServerFilterChainElement next)
public void handle(ClassicHttpRequest request, HttpFilterChain.ResponseTrigger responseTrigger, HttpContext context) throws IOException, HttpException
IOExceptionHttpExceptionCopyright © 2005–2021 The Apache Software Foundation. All rights reserved.