Uses of Enum
org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor.GZState
Packages that use GzipHttpOutputInterceptor.GZState
-
Uses of GzipHttpOutputInterceptor.GZState in org.eclipse.jetty.server.handler.gzip
Subclasses with type arguments of type GzipHttpOutputInterceptor.GZState in org.eclipse.jetty.server.handler.gzipFields in org.eclipse.jetty.server.handler.gzip with type parameters of type GzipHttpOutputInterceptor.GZStateModifier and TypeFieldDescriptionprivate final AtomicReference<GzipHttpOutputInterceptor.GZState> GzipHttpOutputInterceptor._stateMethods in org.eclipse.jetty.server.handler.gzip that return GzipHttpOutputInterceptor.GZStateModifier and TypeMethodDescriptionReturns 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.