Uses of Class
io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager.CodecType
-
Packages that use HttpConnectionManager.CodecType Package Description io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 -
-
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.CodecType Modifier and Type Field Description private static HttpConnectionManager.CodecType[]
HttpConnectionManager.CodecType. VALUES
Fields in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with type parameters of type HttpConnectionManager.CodecType Modifier and Type Field Description private static 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.CodecType Modifier and Type Method Description static HttpConnectionManager.CodecType
HttpConnectionManager.CodecType. forNumber(int value)
HttpConnectionManager.CodecType
HttpConnectionManager.Builder. getCodecType()
Supplies the type of codec that the connection manager should use.HttpConnectionManager.CodecType
HttpConnectionManager. getCodecType()
Supplies the type of codec that the connection manager should use.HttpConnectionManager.CodecType
HttpConnectionManagerOrBuilder. getCodecType()
Supplies the type of codec that the connection manager should use.static HttpConnectionManager.CodecType
HttpConnectionManager.CodecType. valueOf(int value)
Deprecated.static HttpConnectionManager.CodecType
HttpConnectionManager.CodecType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static HttpConnectionManager.CodecType
HttpConnectionManager.CodecType. valueOf(java.lang.String 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.CodecType Modifier and Type Method Description static 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.CodecType Modifier and Type Method Description HttpConnectionManager.Builder
HttpConnectionManager.Builder. setCodecType(HttpConnectionManager.CodecType value)
Supplies the type of codec that the connection manager should use.
-