Example usage for Java java.net CookieHandler fields, constructors, methods, implement or subclass
The text is from its open source code.
Map | get(URI uri, Map Gets all the applicable cookies from a cookie cache for the specified uri in the request header. |
Class> | getClass() Returns the runtime class of this Object . |
CookieHandler | getDefault() Gets the system-wide cookie handler. |
void | put(URI uri, Map Sets all the applicable cookies, examples are response header fields that are named Set-Cookie2, present in the response headers into a cookie cache. |
void | setDefault(CookieHandler cHandler) Sets (or unsets) the system-wide cookie handler. |
String | toString() Returns a string representation of the object. |