Package | Description |
---|---|
org.eclipse.jetty.server |
Jetty Server : Core Server API
|
Modifier and Type | Field and Description |
---|---|
private Response.EncodingFrom |
Response._encodingFrom |
Modifier and Type | Field and Description |
---|---|
private static java.util.EnumSet<Response.EncodingFrom> |
Response.__explicitCharset |
private static java.util.EnumSet<Response.EncodingFrom> |
Response.__localeOverride |
Modifier and Type | Method and Description |
---|---|
static Response.EncodingFrom |
Response.EncodingFrom.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Response.EncodingFrom[] |
Response.EncodingFrom.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private void |
Response.setCharacterEncoding(java.lang.String encoding,
Response.EncodingFrom from) |