Package | Description |
---|---|
org.datadog.jenkins.plugins.datadog.transport |
Modifier and Type | Method and Description |
---|---|
HttpMessage.HttpMethod |
HttpMessage.getMethod() |
static HttpMessage.HttpMethod |
HttpMessage.HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMessage.HttpMethod[] |
HttpMessage.HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HttpMessageFactory.Builder |
HttpMessageFactory.Builder.httpMethod(HttpMessage.HttpMethod httpMethod) |
Constructor and Description |
---|
HttpMessage(URL url,
HttpMessage.HttpMethod method,
String contentType,
byte[] payload) |
Copyright © 2016–2023. All rights reserved.