Class RequestManager.RequestToken

  • Enclosing class:
    RequestManager

    public static class RequestManager.RequestToken
    extends Object
    RequestToken acts as a Memento object that passes state between a call to startRequest and finishRequest. It should be treated as opaque by clients.
    • Method Detail

      • getRequestId

        public String getRequestId()
      • getSecurityTicket

        public String getSecurityTicket()
      • getAppVersion

        public AppVersion getAppVersion()
      • getDeadline

        public long getDeadline()
      • getStartTimeMillis

        public long getStartTimeMillis()
      • addAppLogMessage

        public void addAppLogMessage​(com.google.apphosting.api.ApiProxy.LogRecord.Level level,
                                     String message)