public abstract static class CookiesBuilder.AbstractCookiesBuilder<E extends CookiesBuilder.AbstractCookiesBuilder> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Cookies |
cookies |
protected boolean |
rfc6265Enabled |
protected boolean |
strictVersionOneCompliant |
| Constructor and Description |
|---|
AbstractCookiesBuilder(boolean strictVersionOneCompliant,
boolean rfc6265Enabled) |
| Modifier and Type | Method and Description |
|---|---|
Cookies |
build() |
abstract E |
parse(org.glassfish.grizzly.Buffer cookiesHeader) |
abstract E |
parse(org.glassfish.grizzly.Buffer cookiesHeader,
int position,
int limit) |
abstract E |
parse(String cookiesHeader) |
protected final boolean strictVersionOneCompliant
protected final boolean rfc6265Enabled
protected final Cookies cookies
Copyright © 2017–2019 Oracle Corporation. All rights reserved.