Uses of Class
org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor.GZState
-
Packages that use GzipHttpOutputInterceptor.GZState Package Description org.eclipse.jetty.server.handler.gzip Jetty GZIP Handler -
-
Uses of GzipHttpOutputInterceptor.GZState in org.eclipse.jetty.server.handler.gzip
Fields in org.eclipse.jetty.server.handler.gzip with type parameters of type GzipHttpOutputInterceptor.GZState Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<GzipHttpOutputInterceptor.GZState>GzipHttpOutputInterceptor. _stateMethods in org.eclipse.jetty.server.handler.gzip that return GzipHttpOutputInterceptor.GZState Modifier and Type Method Description static GzipHttpOutputInterceptor.GZStateGzipHttpOutputInterceptor.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.
-