protected class JavaHttpBuilder.Action.JavaToServer extends java.lang.Object implements ToServer
Modifier | Constructor and Description |
---|---|
protected |
JavaToServer() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
content() |
void |
toServer(java.io.InputStream inputStream)
Translates the request content appropriately for the underlying client implementation.
|
public void toServer(java.io.InputStream inputStream)
ToServer
Translates the request content appropriately for the underlying client implementation. The contentType will be determined by the request.
public java.lang.String content()