Package org.apache.hc.core5.http.io
Interface HttpFilterChain
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
HttpFilterChain.ResponseTrigger
Response trigger that can be used to generate the final HTTP response and terminate HTTP request processing.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
proceed(ClassicHttpRequest request, HttpFilterChain.ResponseTrigger responseTrigger, HttpContext context)
Proceeds to the next element in the request processing chain.
-
-
-
Method Detail
-
proceed
void proceed(ClassicHttpRequest request, HttpFilterChain.ResponseTrigger responseTrigger, HttpContext context) throws HttpException, java.io.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:
HttpException
java.io.IOException
-
-