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
Serialized Form
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-02-15 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-02-15 UTC."],[[["The `com.google.appengine.tools.admin` package contains several serializable classes, including exceptions like `AdminException`, `JspCompilationException`, `OAuthException`, `OAuthInvalidTokenException`, `VerificationCodeReceiverRedirectUriException`, and `VerificationCodeReceiverStopException`."],["The `JspCompilationException` class within the `com.google.appengine.tools.admin` package has a serialized field named `source` of type `com.google.appengine.tools.admin.JspCompilationException.Source`."],["The `com.google.appengine.tools.util` package includes the `ClientCookie` class, which has multiple serialized fields such as `name_`, `value_`, `domain_`, `path_`, `expires_`, `version_`, and others, representing various cookie properties."],["The `ClientCookieManager` class, also within `com.google.appengine.tools.util`, manages a list of cookies and has serialized fields for `maxCookies_`, `maxCookieSize_`, and the `cookies_` list itself."],["The `HttpHeaderParseException` class, belonging to the package `com.google.appengine.tools.util`, is a serializable exception that extends `java.io.IOException`, and has a serialVersionUID of `1L`."]]],[]]