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 private EncoderRegistryHttpURLClient. encoderRegistryprotected EncoderRegistryHTTPBuilder. encodersMethods in groovyx.net.http that return EncoderRegistry Modifier and Type Method Description EncoderRegistryHTTPBuilder. getEncoder()Retrieve the map of registered request content-type encoders.EncoderRegistryHttpURLClient. 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 voidHTTPBuilder. setEncoderRegistry(EncoderRegistry er)Set a custom registry used to handle different requestcontent-types.voidHttpURLClient. setEncoders(EncoderRegistry encoderRegistry)
-