public class PutClient extends AbstractBodyHandler
| Constructor and Description |
|---|
PutClient() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.http.client.methods.HttpUriRequest |
buildtHttpRequest(String url,
String requestBody,
Map<String,String> headers)
Builds a new HTTP PUT request with the given URL and request body.
|
buildRequestEntitysendprotected org.apache.http.client.methods.HttpUriRequest buildtHttpRequest(String url, String requestBody, Map<String,String> headers)
buildtHttpRequest in class AbstractClienturl - URL where the request is sentrequestBody - request bodyheaders - HTTP headers to be added to the requestCopyright © 2014–2017. All rights reserved.