Uses of Class
groovyx.net.http.ContentEncodingRegistry
-
-
Uses of ContentEncodingRegistry in groovyx.net.http
Fields in groovyx.net.http declared as ContentEncodingRegistry Modifier and Type Field Description protected ContentEncodingRegistry
HTTPBuilder. contentEncodingHandler
Methods in groovyx.net.http with parameters of type ContentEncodingRegistry Modifier and Type Method Description void
HTTPBuilder. setContentEncodingRegistry(ContentEncodingRegistry cer)
Set a custom registry used to handle differentcontent-encoding
types in responses.
-