| Modifier and Type | Field and Description |
|---|---|
HttpResponse |
PostResult.response |
| Modifier and Type | Method and Description |
|---|---|
HttpResponse |
IPoster.post(String uri,
Duration connectTimeout,
Duration readTimeout,
Map<String,String> headers,
byte[] payload) |
HttpResponse |
DefaultPoster.post(String uri,
Duration connectTimeout,
Duration readTimeout,
Map<String,String> headers,
byte[] payload) |
| Modifier and Type | Method and Description |
|---|---|
PostResult |
SDResponseConverter.convert(byte[] payload,
HttpResponse response) |
PostResult |
MDResponseConverter.convert(byte[] payload,
HttpResponse response) |
PostResult |
IResponseConverter.convert(byte[] payload,
HttpResponse response) |
| Constructor and Description |
|---|
PostResult(boolean md,
byte[] payload,
HttpResponse response) |
Copyright © 2017. All rights reserved.