| 程序包 | 说明 |
|---|---|
| com.firefly.server.http2.router | |
| com.firefly.server.http2.router.handler.session | |
| com.firefly.server.http2.router.impl | |
| com.firefly.server.http2.router.spi |
| 限定符和类型 | 方法和说明 |
|---|---|
static HTTPSession |
HTTPSession.create(String id,
int maxInactiveInterval) |
default HTTPSession |
RoutingContext.getSessionNow() |
default HTTPSession |
RoutingContext.getSessionNow(boolean create) |
| 限定符和类型 | 方法和说明 |
|---|---|
CompletableFuture<HTTPSession> |
SessionStore.get(String key) |
CompletableFuture<HTTPSession> |
RoutingContext.getSession() |
CompletableFuture<HTTPSession> |
RoutingContext.getSession(boolean create) |
| 限定符和类型 | 方法和说明 |
|---|---|
CompletableFuture<Boolean> |
SessionStore.put(String key,
HTTPSession value) |
CompletableFuture<Boolean> |
RoutingContext.updateSession(HTTPSession httpSession) |
default boolean |
RoutingContext.updateSessionNow(HTTPSession httpSession) |
| 限定符和类型 | 方法和说明 |
|---|---|
CompletableFuture<HTTPSession> |
LocalSessionStore.get(String key) |
CompletableFuture<HTTPSession> |
HTTPSessionHandlerSPIImpl.getSession() |
CompletableFuture<HTTPSession> |
HTTPSessionHandlerSPIImpl.getSession(boolean create) |
| 限定符和类型 | 方法和说明 |
|---|---|
CompletableFuture<Boolean> |
LocalSessionStore.put(String key,
HTTPSession value) |
CompletableFuture<Boolean> |
HTTPSessionHandlerSPIImpl.updateSession(HTTPSession httpSession) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
HTTPSessionHandlerSPIImpl.createSession(CompletableFuture<HTTPSession> ret) |
| 限定符和类型 | 方法和说明 |
|---|---|
CompletableFuture<HTTPSession> |
RoutingContextImpl.getSession() |
CompletableFuture<HTTPSession> |
RoutingContextImpl.getSession(boolean create) |
| 限定符和类型 | 方法和说明 |
|---|---|
CompletableFuture<Boolean> |
RoutingContextImpl.updateSession(HTTPSession httpSession) |
| 限定符和类型 | 方法和说明 |
|---|---|
CompletableFuture<HTTPSession> |
HTTPSessionHandlerSPI.getSession() |
CompletableFuture<HTTPSession> |
HTTPSessionHandlerSPI.getSession(boolean create) |
| 限定符和类型 | 方法和说明 |
|---|---|
CompletableFuture<Boolean> |
HTTPSessionHandlerSPI.updateSession(HTTPSession httpSession) |
Copyright © 2017. All rights reserved.