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

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

Introduction

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

The text is from its open source code.

Method

booleanmatch(Cookie cookie, CookieOrigin origin)
Matches the given value (property of the destination host where request is being submitted) with the corresponding cookie attribute.
voidparse(SetCookie cookie, String value)
Parse the given cookie attribute value and update the corresponding org.apache.http.cookie.Cookie property.
voidvalidate(Cookie cookie, CookieOrigin origin)
Peforms cookie validation for the given attribute value.