| Package | Description |
|---|---|
| com.webull.openapi.core.http | |
| com.webull.openapi.core.http.common | |
| com.webull.openapi.core.http.retry |
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
HttpRequest.getMethod() |
| Constructor and Description |
|---|
HttpRequest(String endpoint,
Integer port,
String requestUri,
String version,
HttpMethod method,
HttpProtocol protocol,
SignAlgorithm signAlgorithm) |
HttpRequest(String requestUri,
String version,
HttpMethod httpMethod) |
HttpRequest(String endpoint,
String requestUri,
String version,
HttpMethod httpMethod) |
| 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 |
|---|---|
HttpMethod |
HttpRetryContext.getMethod() |
| Constructor and Description |
|---|
HttpRetryContext(String uri,
HttpMethod method,
int httpStatusCode,
int retriesAttempted,
Throwable cause) |
Copyright © 2025 Webull. All rights reserved.