Package | Description |
---|---|
org.tio.http.common | |
org.tio.http.server.handler | |
org.tio.http.server.intf | |
org.tio.http.server.session |
Modifier and Type | Method and Description |
---|---|
HttpSession |
HttpRequest.getHttpSession() |
HttpSession |
HttpConfig.getHttpSession(String sessionId)
根据sessionId获取HttpSession对象
|
Modifier and Type | Method and Description |
---|---|
void |
HttpRequest.setHttpSession(HttpSession httpSession) |
Modifier and Type | Method and Description |
---|---|
HttpSession |
DefaultHttpRequestHandler.createSession(HttpRequest request)
创建httpsession
|
HttpSession |
DefaultHttpRequestHandler.updateSessionId(HttpRequest request,
HttpSession httpSession,
HttpResponse httpResponse)
更新sessionId
|
Modifier and Type | Method and Description |
---|---|
HttpSession |
DefaultHttpRequestHandler.updateSessionId(HttpRequest request,
HttpSession httpSession,
HttpResponse httpResponse)
更新sessionId
|
Modifier and Type | Method and Description |
---|---|
void |
HttpSessionListener.doAfterCreated(HttpRequest request,
HttpSession session,
HttpConfig httpConfig) |
Modifier and Type | Method and Description |
---|---|
void |
HttpSessionListener.doAfterCreated(HttpRequest request,
HttpSession session,
HttpConfig httpConfig) |
Copyright © 2021. All rights reserved.