Uses of Class
groovyx.net.http.EncoderRegistry
-
Uses of EncoderRegistry in groovyx.net.http
Fields in groovyx.net.http declared as EncoderRegistryModifier and TypeFieldDescriptionprivate EncoderRegistry
HttpURLClient.encoderRegistry
protected EncoderRegistry
HTTPBuilder.encoders
Methods in groovyx.net.http that return EncoderRegistryModifier and TypeMethodDescriptionHTTPBuilder.getEncoder()
Retrieve the map of registered request content-type encoders.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 EncoderRegistryModifier and TypeMethodDescriptionvoid
HTTPBuilder.setEncoderRegistry
(EncoderRegistry er) Set a custom registry used to handle different requestcontent-type
s.void
HttpURLClient.setEncoders
(EncoderRegistry encoderRegistry)