| Package | Description |
|---|---|
| com.contrastsecurity.http | |
| com.contrastsecurity.sdk |
| Modifier and Type | Method and Description |
|---|---|
static HttpMethod |
HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethod[] |
HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContrastSDK.downloadFile(HttpMethod method,
String path,
String saveDir) |
InputStream |
ContrastSDK.makeRequest(HttpMethod method,
String path) |
InputStream |
ContrastSDK.makeRequestWithBody(HttpMethod method,
String path,
String body,
MediaType mediaType) |
MakeRequestResponse |
ContrastSDK.makeRequestWithResponse(HttpMethod method,
String path) |
Copyright © 2021 Contrast Security. All rights reserved.