| 限定符和类型 | 接口和说明 |
|---|---|
static interface |
HttpFilterChain.ResponseTrigger
Response trigger that can be used to generate the final HTTP response
and terminate HTTP request processing.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2023. All rights reserved.