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-type s. |
void |
HttpURLClient.setEncoders(EncoderRegistry encoderRegistry) |
Copyright © 2008–2018. All rights reserved.