public class HttpServerFilterChainRequestHandler extends Object implements HttpServerRequestHandler
HttpServerRequestHandler
implementation that delegates request processing
to a HttpServerFilterChainElement
.HttpServerRequestHandler.ResponseTrigger
Constructor and Description |
---|
HttpServerFilterChainRequestHandler(HttpServerFilterChainElement filterChain) |
Modifier and Type | Method and Description |
---|---|
void |
handle(ClassicHttpRequest request,
HttpServerRequestHandler.ResponseTrigger trigger,
HttpContext context)
Handles the request and submits a final response to be sent back to the client.
|
public HttpServerFilterChainRequestHandler(HttpServerFilterChainElement filterChain)
public void handle(ClassicHttpRequest request, HttpServerRequestHandler.ResponseTrigger trigger, HttpContext context) throws HttpException, IOException
HttpServerRequestHandler
handle
in interface HttpServerRequestHandler
request
- the actual request.trigger
- the response trigger.context
- the actual execution context.HttpException
IOException
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.