Uses of Enum
io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager.CodecType
Packages that use HttpConnectionManager.CodecType
-
Uses of HttpConnectionManager.CodecType in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3
Fields in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 declared as HttpConnectionManager.CodecTypeModifier and TypeFieldDescriptionprivate static final HttpConnectionManager.CodecType[]
HttpConnectionManager.CodecType.VALUES
Fields in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with type parameters of type HttpConnectionManager.CodecTypeModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap
<HttpConnectionManager.CodecType> HttpConnectionManager.CodecType.internalValueMap
Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return HttpConnectionManager.CodecTypeModifier and TypeMethodDescriptionHttpConnectionManager.CodecType.forNumber
(int value) HttpConnectionManager.Builder.getCodecType()
Supplies the type of codec that the connection manager should use.HttpConnectionManager.getCodecType()
Supplies the type of codec that the connection manager should use.HttpConnectionManagerOrBuilder.getCodecType()
Supplies the type of codec that the connection manager should use.HttpConnectionManager.CodecType.valueOf
(int value) Deprecated.HttpConnectionManager.CodecType.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.static HttpConnectionManager.CodecType[]
HttpConnectionManager.CodecType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return types with arguments of type HttpConnectionManager.CodecTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<HttpConnectionManager.CodecType> HttpConnectionManager.CodecType.internalGetValueMap()
Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with parameters of type HttpConnectionManager.CodecTypeModifier and TypeMethodDescriptionHttpConnectionManager.Builder.setCodecType
(HttpConnectionManager.CodecType value) Supplies the type of codec that the connection manager should use.