| Modifier and Type | Method and Description |
|---|---|
HttpConstants.Protocols |
UriParameters.getScheme() |
| Modifier and Type | Method and Description |
|---|---|
HttpConstants.Protocols |
HttpListenerProvider.ConnectionParams.getProtocol() |
| Modifier and Type | Method and Description |
|---|---|
HttpConstants.Protocols |
RequestConnectionParams.getProtocol() |
| Modifier and Type | Method and Description |
|---|---|
void |
RequestConnectionParams.setProtocol(HttpConstants.Protocols protocol) |
| Modifier and Type | Method and Description |
|---|---|
HttpConstants.Protocols |
DefaultUriParameters.getScheme() |
| Constructor and Description |
|---|
DefaultUriParameters(HttpConstants.Protocols protocol,
Function<Event,String> host,
Function<Event,Integer> port) |
| Modifier and Type | Method and Description |
|---|---|
static HttpConstants.Protocols |
HttpConstants.Protocols.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpConstants.Protocols[] |
HttpConstants.Protocols.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HttpRequesterConfigBuilder |
HttpRequesterConfigBuilder.setProtocol(HttpConstants.Protocols protocol) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultHttpListenerConfig.setProtocol(HttpConstants.Protocols protocol) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultHttpRequesterConfig.setProtocol(HttpConstants.Protocols protocol) |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.