public static class ResponseHeaders.SetCookie extends Object
'Set-Cookie' header value specified by RFC6265 and
use in method ResponseHeaders.addCookie(SetCookie).
It is mutable and fluent builder.
| Constructor | Description |
|---|---|
SetCookie(String name,
String value) |
Creates new instance.
|
| Modifier and Type | Method | Description |
|---|---|---|
String |
toString() |
Returns content of this instance as a 'Set-Cookie:' header value specified
by RFC6265.
|
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.