Package | Description |
---|---|
com.oracle.bmc.waas.model |
Modifier and Type | Method and Description |
---|---|
static HttpRedirectTarget.Protocol |
HttpRedirectTarget.Protocol.create(String key) |
HttpRedirectTarget.Protocol |
HttpRedirectTarget.getProtocol()
The protocol used for the target, http or https.
|
static HttpRedirectTarget.Protocol |
HttpRedirectTarget.Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpRedirectTarget.Protocol[] |
HttpRedirectTarget.Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HttpRedirectTarget.Builder |
HttpRedirectTarget.Builder.protocol(HttpRedirectTarget.Protocol protocol)
The protocol used for the target, http or https.
|
Constructor and Description |
---|
HttpRedirectTarget(HttpRedirectTarget.Protocol protocol,
String host,
Integer port,
String path,
String query)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.