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()
Deprecated.
|
CookieCompliance |
HttpConfiguration.getRequestCookieCompliance() |
CookieCompliance |
HttpConfiguration.getResponseCookieCompliance() |
Modifier and Type | Method and Description |
---|---|
boolean |
HttpConfiguration.isCookieCompliance(CookieCompliance compliance)
Deprecated.
|
void |
HttpConfiguration.setCookieCompliance(CookieCompliance compliance)
Deprecated.
|
void |
HttpConfiguration.setRequestCookieCompliance(CookieCompliance cookieCompliance) |
void |
HttpConfiguration.setResponseCookieCompliance(CookieCompliance cookieCompliance) |
Constructor and Description |
---|
CookieCutter(CookieCompliance compliance) |
Copyright © 1995–2023 Webtide. All rights reserved.