| 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.HttpExceptionIOExceptionCopyright © 2005–2022 The Apache Software Foundation. All rights reserved.