public class BrktHttpClient extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BrktHttpClient.Builder |
static class |
BrktHttpClient.Response |
| Modifier and Type | Field and Description |
|---|---|
static byte[] |
NO_CONTENT |
| Modifier and Type | Method and Description |
|---|---|
BrktHttpClient.Response |
delete(String path) |
BrktHttpClient.Response |
get(String path) |
BrktHttpClient.Response |
post(String path,
byte[] requestPayload) |
public BrktHttpClient.Response get(String path) throws IOException
IOExceptionpublic BrktHttpClient.Response post(String path, byte[] requestPayload) throws IOException
IOExceptionpublic BrktHttpClient.Response delete(String path) throws IOException
IOExceptionCopyright © 2015. All rights reserved.