Package | Description |
---|---|
org.apache.hc.client5.http.impl.cookie |
Standard and common HTTP cookie management policies.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicExpiresHandler
Cookie
expires attribute handler. |
class |
BasicMaxAgeHandler
Cookie
max-age attribute handler. |
class |
BasicSecureHandler
Cookie
secure attribute handler. |
class |
LaxExpiresHandler
Cookie
expires attribute handler conformant to the more relaxed interpretation
of HTTP state management. |
class |
LaxMaxAgeHandler
Cookie
max-age attribute handler conformant to the more relaxed interpretation
of HTTP state management. |
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.