Java 8 has reached end of support
and will be deprecated
on January 31, 2026. After deprecation, you won't be able to deploy Java 8
applications, even if your organization previously used an organization policy to
re-enable deployments of legacy runtimes. Your existing Java
8 applications will continue to run and receive traffic after their
deprecation date. We recommend that
you migrate to the latest supported version of Java.
Serialized Form
Stay organized with collections
Save and categorize content based on your preferences.
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
-