Uses of Class
groovyx.net.http.ContentEncoding.Type
-
-
Uses of ContentEncoding.Type in groovyx.net.http
Methods in groovyx.net.http that return ContentEncoding.Type Modifier and Type Method Description static ContentEncoding.Type
ContentEncoding.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ContentEncoding.Type[]
ContentEncoding.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-