public class ServiceCenterRawClient extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ServiceCenterRawClient.Builder |
| Modifier and Type | Method and Description |
|---|---|
HttpResponse |
deleteHttpRequest(String url,
Map<String,String> headers,
String content) |
HttpResponse |
getHttpRequest(String url,
Map<String,String> headers,
String content) |
HttpResponse |
postHttpRequest(String url,
Map<String,String> headers,
String content) |
HttpResponse |
postHttpRequestAbsoluteUrl(String url,
Map<String,String> headers,
String content) |
HttpResponse |
putHttpRequest(String url,
Map<String,String> headers,
String content) |
public HttpResponse getHttpRequest(String url, Map<String,String> headers, String content) throws IOException
IOExceptionpublic HttpResponse postHttpRequestAbsoluteUrl(String url, Map<String,String> headers, String content) throws IOException
IOExceptionpublic HttpResponse postHttpRequest(String url, Map<String,String> headers, String content) throws IOException
IOExceptionpublic HttpResponse putHttpRequest(String url, Map<String,String> headers, String content) throws IOException
IOExceptionpublic HttpResponse deleteHttpRequest(String url, Map<String,String> headers, String content) throws IOException
IOExceptionCopyright © 2017–2022 The Apache Software Foundation. All rights reserved.