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
Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return HttpConnectionManager.CodecType Modifier and Type Method Description static HttpConnectionManager.CodecTypeHttpConnectionManager.CodecType. forNumber(int value)HttpConnectionManager.CodecTypeHttpConnectionManager.Builder. getCodecType()Supplies the type of codec that the connection manager should use.HttpConnectionManager.CodecTypeHttpConnectionManager. getCodecType()Supplies the type of codec that the connection manager should use.HttpConnectionManager.CodecTypeHttpConnectionManagerOrBuilder. getCodecType()Supplies the type of codec that the connection manager should use.static HttpConnectionManager.CodecTypeHttpConnectionManager.CodecType. valueOf(int value)Deprecated.static HttpConnectionManager.CodecTypeHttpConnectionManager.CodecType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static HttpConnectionManager.CodecTypeHttpConnectionManager.CodecType. valueOf(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.BuilderHttpConnectionManager.Builder. setCodecType(HttpConnectionManager.CodecType value)Supplies the type of codec that the connection manager should use.
-