Uses of Class
io.envoyproxy.envoy.type.v3.StatusCode
-
Packages that use StatusCode Package Description io.envoyproxy.envoy.type.v3 -
-
Uses of StatusCode in io.envoyproxy.envoy.type.v3
Fields in io.envoyproxy.envoy.type.v3 declared as StatusCode Modifier and Type Field Description private static StatusCode[]
StatusCode. VALUES
Fields in io.envoyproxy.envoy.type.v3 with type parameters of type StatusCode Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<StatusCode>
StatusCode. internalValueMap
Methods in io.envoyproxy.envoy.type.v3 that return StatusCode Modifier and Type Method Description static StatusCode
StatusCode. forNumber(int value)
StatusCode
HttpStatus.Builder. getCode()
Supplies HTTP response code.StatusCode
HttpStatus. getCode()
Supplies HTTP response code.StatusCode
HttpStatusOrBuilder. getCode()
Supplies HTTP response code.static StatusCode
StatusCode. valueOf(int value)
Deprecated.static StatusCode
StatusCode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static StatusCode
StatusCode. valueOf(java.lang.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.Methods in io.envoyproxy.envoy.type.v3 that return types with arguments of type StatusCode Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<StatusCode>
StatusCode. internalGetValueMap()
Methods in io.envoyproxy.envoy.type.v3 with parameters of type StatusCode Modifier and Type Method Description HttpStatus.Builder
HttpStatus.Builder. setCode(StatusCode value)
Supplies HTTP response code.
-