| Modifier and Type | Field | Description |
|---|---|---|
HttpRequest.HttpVerb |
HttpRequest.verb |
| Modifier and Type | Method | Description |
|---|---|---|
static HttpRequest.HttpVerb |
HttpRequest.HttpVerb.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static HttpRequest.HttpVerb[] |
HttpRequest.HttpVerb.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
static <K> HttpRequest<K,?> |
HttpRequest.of(K key,
HttpRequest.HttpVerb verb,
String url) |
|
static <K> HttpRequest<K,?> |
HttpRequest.of(K key,
HttpRequest.HttpVerb verb,
String url,
String topicName) |
|
static <K,B> HttpRequest<K,B> |
HttpRequest.ofWithBody(K key,
HttpRequest.HttpVerb verb,
String url,
String topicName,
B body) |
Copyright © 2019. All rights reserved.