Uses of Class
com.google.appengine.tools.util.HttpHeaderParseException
Packages that use HttpHeaderParseException
-
Uses of HttpHeaderParseException in com.google.appengine.tools.util
Methods in com.google.appengine.tools.util that throw HttpHeaderParseExceptionModifier and TypeMethodDescriptionvoidHttpHeaderParser.eatChar(char ch) Eat a given character.HttpHeaderParser.eatQuotedString()Eat a quoted string.HttpHeaderParser.eatToken()Eat a token.HttpHeaderParser.eatTokenOrQuotedString()Eat a token or a quoted string.HttpHeaderParser.eatV0CookieDate()Eat a Netscape V0 cookie date.HttpHeaderParser.eatV0CookieToken()Eat a Netscape V0 cookie token.static StringHttpHeaderParser.getContentCharset(String contentType) Get a charset from content type.static List<ClientCookie> ClientCookie.parseSetCookie(String setCookieHeader, URL url) Get all cookies from a Set-Cookie header.