| Package | Description |
|---|---|
| io.envoyproxy.envoy.type |
| Modifier and Type | Method and Description |
|---|---|
static StatusCode |
StatusCode.forNumber(int value) |
StatusCode |
HttpStatus.getCode()
Supplies HTTP response code.
|
StatusCode |
HttpStatus.Builder.getCode()
Supplies HTTP response code.
|
StatusCode |
HttpStatusOrBuilder.getCode()
Supplies HTTP response code.
|
static StatusCode |
StatusCode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static StatusCode |
StatusCode.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static StatusCode |
StatusCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatusCode[] |
StatusCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<StatusCode> |
StatusCode.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
HttpStatus.Builder |
HttpStatus.Builder.setCode(StatusCode value)
Supplies HTTP response code.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.