| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | HttpFilterChain.ResponseTriggerResponse trigger that can be used to generate the final HTTP response
 and terminate HTTP request processing. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | proceed(ClassicHttpRequest request,
       HttpFilterChain.ResponseTrigger responseTrigger,
       HttpContext context)Proceeds to the next element in the request processing chain. | 
void proceed(ClassicHttpRequest request, HttpFilterChain.ResponseTrigger responseTrigger, HttpContext context) throws HttpException, IOException
request - the actual request.responseTrigger - the response trigger.context - the actual execution context.HttpException - in case of an HTTP protocol violation.IOException - in case of an I/O error.Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.