| Package | Description |
|---|---|
| groovyx.net.http |
HTTPBuilder provides a simple Groovy API for HTTP and REST client operations.
|
| Modifier and Type | Field and Description |
|---|---|
protected EncoderRegistry |
HTTPBuilder.encoders |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HTTPBuilder.setEncoderRegistry(EncoderRegistry er)
Set a custom registry used to handle different request
content-types. |
void |
HttpURLClient.setEncoders(EncoderRegistry encoderRegistry) |
Copyright © 2008-2014. All Rights Reserved.