Package | Description |
---|---|
org.eclipse.jetty.server.handler.gzip |
Jetty GZIP Handler
|
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.atomic.AtomicReference<GzipHttpOutputInterceptor.GZState> |
GzipHttpOutputInterceptor._state |
Modifier and Type | Method and Description |
---|---|
static GzipHttpOutputInterceptor.GZState |
GzipHttpOutputInterceptor.GZState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GzipHttpOutputInterceptor.GZState[] |
GzipHttpOutputInterceptor.GZState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|