| Package | Description |
|---|---|
| org.eclipse.jetty.http |
Jetty Http : Tools for Http processing
|
| org.eclipse.jetty.server |
Jetty Server : Core Server API
|
| Modifier and Type | Method and Description |
|---|---|
static CookieCompliance |
CookieCompliance.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CookieCompliance[] |
CookieCompliance.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CookieCompliance |
HttpConfiguration.getCookieCompliance() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
HttpConfiguration.isCookieCompliance(CookieCompliance compliance) |
void |
HttpConfiguration.setCookieCompliance(CookieCompliance cookieCompliance) |
| Constructor and Description |
|---|
CookieCutter(CookieCompliance compliance) |
Copyright © 1995–2018 Webtide. All rights reserved.