Java org.apache.http.cookie CookieSpec fields, constructors, methods, implement or subclass

Example usage for Java org.apache.http.cookie CookieSpec fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.http.cookie CookieSpec.

The text is from its open source code.

Method

List
formatCookies(List cookies)
Create "Cookie" headers for an array of Cookies.
intgetVersion()
Returns version of the state management this cookie specification conforms to.
HeadergetVersionHeader()
Returns a request header identifying what version of the state management specification is understood.
booleanmatch(Cookie cookie, CookieOrigin origin)
Determines if a Cookie matches the target location.
Listparse(Header header, CookieOrigin origin)
Parse the "Set-Cookie" Header into an array of Cookies.
voidvalidate(Cookie cookie, CookieOrigin origin)
Validate the cookie according to validation rules defined by the cookie specification.