Uses of Enum Class
org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor.GZState
Packages that use GzipHttpOutputInterceptor.GZState
-
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.GZStateModifier and TypeFieldDescriptionprivate final AtomicReference<GzipHttpOutputInterceptor.GZState>
GzipHttpOutputInterceptor._state
Methods in org.eclipse.jetty.server.handler.gzip that return GzipHttpOutputInterceptor.GZStateModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static GzipHttpOutputInterceptor.GZState[]
GzipHttpOutputInterceptor.GZState.values()
Returns an array containing the constants of this enum class, in the order they are declared.