Modifier and Type | Field | Description |
---|---|---|
protected EncoderRegistry |
HTTPBuilder.encoders |
Modifier and Type | Method | 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 | 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–2019. All rights reserved.