Class RequestManager.SSEInfo

java.lang.Object
jadex.publishservice.impl.RequestManager.SSEInfo
Enclosing class:
RequestManager

public static class RequestManager.SSEInfo extends Object
Struct for storing info about a request and the results.
  • Field Details

    • context

      protected jakarta.servlet.AsyncContext context
    • sessionid

      protected String sessionid
    • lastcheck

      protected long lastcheck
  • Constructor Details

    • SSEInfo

      public SSEInfo(jakarta.servlet.AsyncContext context, String sessionid)
  • Method Details

    • getContext

      public jakarta.servlet.AsyncContext getContext()
    • setContext

      public RequestManager.SSEInfo setContext(jakarta.servlet.AsyncContext context)
    • getSessionId

      public String getSessionId()
    • setSessionId

      public RequestManager.SSEInfo setSessionId(String sessionid)
    • getLastCheck

      public long getLastCheck()
    • setLastCheck

      public RequestManager.SSEInfo setLastCheck(long lastcheck)