public interface ToServer
Adapter interface used to translate request content from the HttpBuilder
API to the specific format required by the underlying client
implementation.
Modifier and Type | Method and Description |
---|---|
void |
toServer(java.io.InputStream inputStream)
Translates the request content appropriately for the underlying client implementation.
|