Package com.sun.xml.rpc.client.http
Class HttpCookie
java.lang.Object
com.sun.xml.rpc.client.http.HttpCookie
- All Implemented Interfaces:
Serializable
An object which represents an HTTP cookie. Can be constructed by
parsing a string from the set-cookie: header.
Syntax: Set-Cookie: NAME=VALUE; expires=DATE;
path=PATH; domain=DOMAIN_NAME; secure
All but the first field are optional.
- Author:
- JAX-RPC Development Team
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHttpCookie(String cookieString) HttpCookie(URL url, String cookieString) HttpCookie(Date expirationDate, String nameAndValue, String path, String domain, boolean isSecure) -
Method Summary