Uses of Class
io.envoyproxy.envoy.type.CodecClientType
-
Packages that use CodecClientType Package Description io.envoyproxy.envoy.api.v2.core io.envoyproxy.envoy.type -
-
Uses of CodecClientType in io.envoyproxy.envoy.api.v2.core
Methods in io.envoyproxy.envoy.api.v2.core that return CodecClientType Modifier and Type Method Description CodecClientTypeHealthCheck.HttpHealthCheck.Builder. getCodecClientType()Use specified application protocol for health checks.CodecClientTypeHealthCheck.HttpHealthCheck. getCodecClientType()Use specified application protocol for health checks.CodecClientTypeHealthCheck.HttpHealthCheckOrBuilder. getCodecClientType()Use specified application protocol for health checks.Methods in io.envoyproxy.envoy.api.v2.core with parameters of type CodecClientType Modifier and Type Method Description HealthCheck.HttpHealthCheck.BuilderHealthCheck.HttpHealthCheck.Builder. setCodecClientType(CodecClientType value)Use specified application protocol for health checks. -
Uses of CodecClientType in io.envoyproxy.envoy.type
Methods in io.envoyproxy.envoy.type that return CodecClientType Modifier and Type Method Description static CodecClientTypeCodecClientType. forNumber(int value)static CodecClientTypeCodecClientType. valueOf(int value)Deprecated.static CodecClientTypeCodecClientType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static CodecClientTypeCodecClientType. valueOf(String name)Returns the enum constant of this type with the specified name.static CodecClientType[]CodecClientType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.type that return types with arguments of type CodecClientType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<CodecClientType>CodecClientType. internalGetValueMap()
-