Uses of Enum Class
org.spincast.core.utils.GzipOption
Package
Description
-
Uses of GzipOption in org.spincast.core.exchange
Modifier and TypeMethodDescriptionResponseRequestContextAddon.getGzipOption()
The currently set gzip options.Modifier and TypeMethodDescriptionResponseRequestContextAddon.setGzipOption
(GzipOption gzipOption) Enable or disable gzipping of the response. -
Uses of GzipOption in org.spincast.core.utils
Modifier and TypeMethodDescriptionstatic GzipOption
Returns the enum constant of this class with the specified name.static GzipOption[]
GzipOption.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of GzipOption in org.spincast.plugins.response
Modifier and TypeMethodDescriptionSpincastResponseRequestContextAddon.setGzipOption
(GzipOption gzipOption)