Uses of Enum Class
org.spincast.core.utils.GzipOption
Packages that use GzipOption
-
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 GzipOptionReturns 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.