Package | Description |
---|---|
com.obs.services.model |
Modifier and Type | Method and Description |
---|---|
ProtocolEnum |
Redirect.getRedirectProtocol()
Obtain the protocol used for redirecting the request.
|
ProtocolEnum |
RedirectAllRequest.getRedirectProtocol()
Obtain the protocol used for redirecting requests.
|
static ProtocolEnum |
ProtocolEnum.getValueFromCode(String code) |
static ProtocolEnum |
ProtocolEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtocolEnum[] |
ProtocolEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Redirect.setRedirectProtocol(ProtocolEnum protocol)
Set the protocol used for redirecting the request.
|
void |
RedirectAllRequest.setRedirectProtocol(ProtocolEnum protocol)
Set the protocol used for redirecting requests.
|
Copyright © 2019. All rights reserved.