Uses of Enum Class
org.spincast.core.utils.GzipOption
Packages that use GzipOption
Package
Description
-
Uses of GzipOption in org.spincast.core.exchange
Methods in org.spincast.core.exchange that return GzipOptionModifier and TypeMethodDescriptionResponseRequestContextAddon.getGzipOption()
The currently set gzip options.Methods in org.spincast.core.exchange with parameters of type GzipOptionModifier and TypeMethodDescriptionResponseRequestContextAddon.setGzipOption
(GzipOption gzipOption) Enable or disable gzipping of the response. -
Uses of GzipOption in org.spincast.core.utils
Methods in org.spincast.core.utils that return GzipOptionModifier 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
Methods in org.spincast.plugins.response that return GzipOptionMethods in org.spincast.plugins.response with parameters of type GzipOptionModifier and TypeMethodDescriptionSpincastResponseRequestContextAddon.setGzipOption
(GzipOption gzipOption)