Package jadex.publishservice.impl
Class RequestManager.SSEInfo
java.lang.Object
jadex.publishservice.impl.RequestManager.SSEInfo
- Enclosing class:
RequestManager
Struct for storing info about a request and the results.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.servlet.AsyncContext
long
setContext
(jakarta.servlet.AsyncContext context) setLastCheck
(long lastcheck) setSessionId
(String sessionid)
-
Field Details
-
context
protected jakarta.servlet.AsyncContext context -
sessionid
-
lastcheck
protected long lastcheck
-
-
Constructor Details
-
SSEInfo
-
-
Method Details
-
getContext
public jakarta.servlet.AsyncContext getContext() -
setContext
-
getSessionId
-
setSessionId
-
getLastCheck
public long getLastCheck() -
setLastCheck
-