| Package | Description |
|---|---|
| com.contrastsecurity.http | |
| com.contrastsecurity.sdk |
| Modifier and Type | Method and Description |
|---|---|
static HttpMethod |
HttpMethod.valueOf(java.lang.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 |
|---|---|
java.io.InputStream |
ContrastSDK.makeRequest(HttpMethod method,
java.lang.String path) |
java.io.InputStream |
ContrastSDK.makeRequestWithBody(HttpMethod method,
java.lang.String path,
java.lang.String body,
MediaType mediaType) |
Copyright © 2020 Contrast Security. All Rights Reserved.