| Package | Description |
|---|---|
| org.mule.extension.api.constants | |
| org.mule.extension.api.routing | |
| org.mule.extension.internal.model.builders |
| Modifier and Type | Method and Description |
|---|---|
static HttpScheme |
HttpScheme.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpScheme[] |
HttpScheme.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HttpScheme |
HttpRequestParameters.getScheme() |
HttpScheme |
ODataHttpAttributes.getScheme() |
| Constructor and Description |
|---|
ODataHttpAttributes(HttpMethod method,
HttpScheme scheme,
org.mule.runtime.api.util.MultiMap<String,String> headers,
String rawQueryPath,
String rawRequestUri,
String rawOdataPath,
String rawBaseUri) |
| Modifier and Type | Field and Description |
|---|---|
protected HttpScheme |
BaseRequestBuilder.scheme |
| Modifier and Type | Method and Description |
|---|---|
protected String |
BaseRequestBuilder.buildRawBaseUri(HttpScheme scheme,
String host,
String listenerPath) |
B |
BaseRequestBuilder.withScheme(HttpScheme scheme) |
Copyright © 2024 MuleSoft, Inc.. All rights reserved.