| Modifier and Type | Class | Description |
|---|---|---|
class |
RequestCookieImpl |
Implementation of the
RequestCookie interface. |
| Modifier and Type | Method | Description |
|---|---|---|
default RequestCookie |
RequestHeaderFields.addCookie(String aHttpCookie) |
Adds an individual server-side cookie to be sent to the client to this
ResponseHeaderFields instance. |
protected RequestCookie |
RequestHeaderFieldsImpl.createCookie(String aHttpCookie) |
|
protected RequestCookie |
RequestHeaderFieldsImpl.createCookie(String aCookieName,
String aValue) |
Creates a plain
Cookie with the given name and value. |
default RequestCookie |
RequestCookie.withHttpCookie(String aCookie) |
Sets the cookie according to the provided HTTP cookie text via
Cookie.fromHttpCookie(String). |
Copyright © 2018. All rights reserved.