Notice: Over the next few months, we're reorganizing the App Engine documentation site to make it easier to find content and better align with the rest of Google Cloud products. The same content will be available, but the navigation will now match the rest of the Cloud products. If you have feedback or questions as you navigate the site, click Send Feedback.

Serialized Form

Serialized Form

  • Package com.google.appengine.tools.admin

    • Class com.google.appengine.tools.admin.AdminException extends java.lang.RuntimeException implements Serializable

    • Class com.google.appengine.tools.admin.JspCompilationException extends java.lang.RuntimeException implements Serializable

      • Serialized Fields

        • source

          com.google.appengine.tools.admin.JspCompilationException.Source source
    • Class com.google.appengine.tools.admin.OAuth2ServerConnection.OAuthException extends java.io.IOException implements Serializable

    • Class com.google.appengine.tools.admin.OAuth2ServerConnection.OAuthInvalidTokenException extends com.google.appengine.tools.admin.OAuth2ServerConnection.OAuthException implements Serializable

    • Class com.google.appengine.tools.admin.VerificationCodeReceiverRedirectUriException extends java.lang.Exception implements Serializable

    • Class com.google.appengine.tools.admin.VerificationCodeReceiverStopException extends java.lang.Exception implements Serializable

  • Package com.google.appengine.tools.util

    • Class com.google.appengine.tools.util.ClientCookie extends java.lang.Object implements Serializable

      serialVersionUID:
      1L
      • Serialized Fields

        • name_

          java.lang.String name_
          Cookie name (never null).
           
        • value_

          java.lang.String value_
          Cookie value (never null).
           
        • comment_

          java.lang.String comment_
          Cookie comment (always null for V0 cookies).
           
        • domain_

          java.lang.String domain_
          Cookie domain, as seen in the HTTP header (can be null).
           
        • effectiveDomain_

          java.lang.String effectiveDomain_
          Effective cookie domain, used in matches (never null).
           
        • path_

          java.lang.String path_
          Cookie path, as seen in the HTTP header (can be null).
           
        • effectivePath_

          java.lang.String effectivePath_
          Effective cookie path, used in matches (never null).
           
        • secure_

          boolean secure_
          Is this cookie secure? This field is set but currently unused.
           
        • expires_

          long expires_
          Absolute cookie expiration time, in milliseconds since the epoch.
           
        • version_

          int version_
          Cookie version, as seen in the HTTP header (zero if not in header).
           
        • effectiveVersion_

          int effectiveVersion_
          Effective cookie version, as determined by the parser.
           
        • httponly_

          boolean httponly_
          Is this cookie only available via HTTP? This field is set but currently unused.
           
    • Class com.google.appengine.tools.util.ClientCookieManager extends java.lang.Object implements Serializable

      • Serialized Fields

        • maxCookies_

          int maxCookies_
          Maximum number of cookies in the list.
           
        • maxCookieSize_

          int maxCookieSize_
          Maximum character length for cookie name and value combined.
           
        • cookies_

          java.util.LinkedList<E> cookies_
          List of cookies. Most recently used cookies are near the head.
           
    • Class com.google.appengine.tools.util.HttpHeaderParseException extends java.io.IOException implements Serializable

      serialVersionUID:
      1L