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