Uses of Class
groovyx.net.http.EncoderRegistry
-
-
Uses of EncoderRegistry in groovyx.net.http
Fields in groovyx.net.http declared as EncoderRegistry Modifier and Type Field Description protected EncoderRegistry
HTTPBuilder. encoders
Methods in groovyx.net.http that return EncoderRegistry Modifier and Type Method Description EncoderRegistry
HTTPBuilder. getEncoder()
Retrieve the map of registered request content-type encoders.EncoderRegistry
HttpURLClient. getEncoders()
Get the encoder registry used by this instance, which can be used to directly modify the request serialization behavior.Methods in groovyx.net.http with parameters of type EncoderRegistry Modifier and Type Method Description void
HTTPBuilder. setEncoderRegistry(EncoderRegistry er)
Set a custom registry used to handle different requestcontent-type
s.void
HttpURLClient. setEncoders(EncoderRegistry encoderRegistry)
-