public interface HTTPSessionHandlerSPI
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getRequestedSessionId() |
CompletableFuture<HTTPSession> |
getSession() |
CompletableFuture<HTTPSession> |
getSession(boolean create) |
String |
getSessionIdParameterName() |
CompletableFuture<Integer> |
getSessionSize() |
boolean |
isRequestedSessionIdFromCookie() |
boolean |
isRequestedSessionIdFromURL() |
CompletableFuture<Boolean> |
removeSession() |
CompletableFuture<Boolean> |
updateSession(HTTPSession httpSession) |
CompletableFuture<HTTPSession> getSession()
CompletableFuture<HTTPSession> getSession(boolean create)
CompletableFuture<Integer> getSessionSize()
CompletableFuture<Boolean> removeSession()
CompletableFuture<Boolean> updateSession(HTTPSession httpSession)
boolean isRequestedSessionIdFromURL()
boolean isRequestedSessionIdFromCookie()
String getRequestedSessionId()
String getSessionIdParameterName()
Copyright © 2017. All rights reserved.