public abstract class AbstractBodyHandler extends AbstractClient
| Constructor and Description |
|---|
AbstractBodyHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.http.entity.StringEntity |
buildRequestEntity(String requestBody,
Map<String,String> headers)
Builds a new StringEntity object that's used as HTTP request body.
|
buildtHttpRequest, sendprotected org.apache.http.entity.StringEntity buildRequestEntity(String requestBody, Map<String,String> headers)
requestBody - request bodyheaders - HTTP headers to be added to the requestCopyright © 2014–2017. All rights reserved.