| 程序包 | 说明 |
|---|---|
| cn.schoolwow.quickserver.controller | |
| cn.schoolwow.quickserver.domain | |
| cn.schoolwow.quickserver.interceptor | |
| cn.schoolwow.quickserver.session |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
ResponseBodyAdvice.beforeBodyWrite(Object result,
Method method,
HttpRequest httpRequest,
HttpResponse httpResponse,
HttpSession httpSession)
定制化返回结果
|
Object |
ExceptionHandler.beforeBodyWrite(Throwable throwable,
HttpRequest httpRequest,
HttpResponse httpResponse,
HttpSession httpSession)
定制化返回结果
|
| 限定符和类型 | 字段和说明 |
|---|---|
HttpSession |
Client.httpSession
会话接口
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
HandlerInterceptor.beforeResponse(HttpRequest httpRequest,
HttpResponse httpResponse,
HttpSession httpSession)
响应返回之前
|
void |
HandlerInterceptor.postHandle(HttpRequest httpRequest,
HttpResponse httpResponse,
HttpSession httpSession)
请求处理以后
|
boolean |
HandlerInterceptor.preHandle(HttpRequest httpRequest,
HttpResponse httpResponse,
HttpSession httpSession)
请求处理之前
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
HttpSessionImpl |
Copyright © 2022. All rights reserved.