public class SseSessionBuilder extends Object
| Constructor and Description |
|---|
SseSessionBuilder() |
| Modifier and Type | Method and Description |
|---|---|
protected static SseSession |
buildSession(javax.servlet.AsyncContext asyncContext,
SseSessionManager manager)
Build a session without keepalive
|
protected static SseSession |
buildSession(javax.servlet.AsyncContext asyncContext,
SseSessionManager manager,
boolean keepAlive)
Build a session with a keep alive param
|
protected static SseSession buildSession(javax.servlet.AsyncContext asyncContext, SseSessionManager manager)
asyncContext - manager - protected static SseSession buildSession(javax.servlet.AsyncContext asyncContext, SseSessionManager manager, boolean keepAlive)
asyncContext - manager - keepAlive - Copyright © 2018. All rights reserved.