Java java.net CookieHandler fields, constructors, methods, implement or subclass

Example usage for Java java.net CookieHandler fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.net CookieHandler.

The text is from its open source code.

Subclass

java.net.CookieHandler has subclasses.
Click this link to see all its subclasses.

Method

Map>get(URI uri, Map> requestHeaders)
Gets all the applicable cookies from a cookie cache for the specified uri in the request header.
ClassgetClass()
Returns the runtime class of this Object .
CookieHandlergetDefault()
Gets the system-wide cookie handler.
voidput(URI uri, Map> responseHeaders)
Sets all the applicable cookies, examples are response header fields that are named Set-Cookie2, present in the response headers into a cookie cache.
voidsetDefault(CookieHandler cHandler)
Sets (or unsets) the system-wide cookie handler.
StringtoString()
Returns a string representation of the object.