Interface HttpFilterChain
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceResponse trigger that can be used to generate the final HTTP response and terminate HTTP request processing. -
Method Summary
Modifier and TypeMethodDescriptionvoidproceed(ClassicHttpRequest request, HttpFilterChain.ResponseTrigger responseTrigger, HttpContext context) Proceeds to the next element in the request processing chain.
-
Method Details
-
proceed
void proceed(ClassicHttpRequest request, HttpFilterChain.ResponseTrigger responseTrigger, HttpContext context) throws HttpException, IOException Proceeds to the next element in the request processing chain.- Parameters:
request- the actual request.responseTrigger- the response trigger.context- the actual execution context.- Throws:
HttpExceptionIOException
-