Uses of Class
groovyx.net.http.EncoderRegistry
-
Uses of EncoderRegistry in groovyx.net.http
Fields in groovyx.net.http declared as EncoderRegistryModifier and TypeFieldDescriptionprivate EncoderRegistryHttpURLClient.encoderRegistryprotected EncoderRegistryHTTPBuilder.encodersMethods 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 TypeMethodDescriptionvoidHTTPBuilder.setEncoderRegistry(EncoderRegistry er) Set a custom registry used to handle different requestcontent-types.voidHttpURLClient.setEncoders(EncoderRegistry encoderRegistry)