Uses of Class
io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager
-
Packages that use HttpConnectionManager Package Description io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 io.grpc.xds Library for gPRC proxyless service mesh using Envoy xDS protocol. -
-
Uses of HttpConnectionManager 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 Modifier and Type Field Description private HttpConnectionManagerEnvoyMobileHttpConnectionManager.Builder. config_private HttpConnectionManagerEnvoyMobileHttpConnectionManager. config_private static HttpConnectionManagerHttpConnectionManager. DEFAULT_INSTANCEFields in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with type parameters of type HttpConnectionManager Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<HttpConnectionManager,HttpConnectionManager.Builder,HttpConnectionManagerOrBuilder>EnvoyMobileHttpConnectionManager.Builder. configBuilder_private static com.google.protobuf.Parser<HttpConnectionManager>HttpConnectionManager. PARSERMethods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return HttpConnectionManager Modifier and Type Method Description HttpConnectionManagerHttpConnectionManager.Builder. build()HttpConnectionManagerHttpConnectionManager.Builder. buildPartial()HttpConnectionManagerEnvoyMobileHttpConnectionManager.Builder. getConfig()The configuration for the underlying HttpConnectionManager which will be instantiated for Envoy mobile.HttpConnectionManagerEnvoyMobileHttpConnectionManager. getConfig()The configuration for the underlying HttpConnectionManager which will be instantiated for Envoy mobile.HttpConnectionManagerEnvoyMobileHttpConnectionManagerOrBuilder. getConfig()The configuration for the underlying HttpConnectionManager which will be instantiated for Envoy mobile.static HttpConnectionManagerHttpConnectionManager. getDefaultInstance()HttpConnectionManagerHttpConnectionManager.Builder. getDefaultInstanceForType()HttpConnectionManagerHttpConnectionManager. getDefaultInstanceForType()static HttpConnectionManagerHttpConnectionManager. parseDelimitedFrom(java.io.InputStream input)static HttpConnectionManagerHttpConnectionManager. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpConnectionManagerHttpConnectionManager. parseFrom(byte[] data)static HttpConnectionManagerHttpConnectionManager. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpConnectionManagerHttpConnectionManager. parseFrom(com.google.protobuf.ByteString data)static HttpConnectionManagerHttpConnectionManager. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpConnectionManagerHttpConnectionManager. parseFrom(com.google.protobuf.CodedInputStream input)static HttpConnectionManagerHttpConnectionManager. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpConnectionManagerHttpConnectionManager. parseFrom(java.io.InputStream input)static HttpConnectionManagerHttpConnectionManager. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpConnectionManagerHttpConnectionManager. parseFrom(java.nio.ByteBuffer data)static HttpConnectionManagerHttpConnectionManager. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return types with arguments of type HttpConnectionManager Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<HttpConnectionManager,HttpConnectionManager.Builder,HttpConnectionManagerOrBuilder>EnvoyMobileHttpConnectionManager.Builder. getConfigFieldBuilder()The configuration for the underlying HttpConnectionManager which will be instantiated for Envoy mobile.com.google.protobuf.Parser<HttpConnectionManager>HttpConnectionManager. getParserForType()static com.google.protobuf.Parser<HttpConnectionManager>HttpConnectionManager. parser()Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with parameters of type HttpConnectionManager Modifier and Type Method Description private voidHttpConnectionManager.Builder. buildPartial0(HttpConnectionManager result)private voidHttpConnectionManager.Builder. buildPartial1(HttpConnectionManager result)private voidHttpConnectionManager.Builder. buildPartialOneofs(HttpConnectionManager result)private voidHttpConnectionManager.Builder. buildPartialRepeatedFields(HttpConnectionManager result)EnvoyMobileHttpConnectionManager.BuilderEnvoyMobileHttpConnectionManager.Builder. mergeConfig(HttpConnectionManager value)The configuration for the underlying HttpConnectionManager which will be instantiated for Envoy mobile.HttpConnectionManager.BuilderHttpConnectionManager.Builder. mergeFrom(HttpConnectionManager other)static HttpConnectionManager.BuilderHttpConnectionManager. newBuilder(HttpConnectionManager prototype)EnvoyMobileHttpConnectionManager.BuilderEnvoyMobileHttpConnectionManager.Builder. setConfig(HttpConnectionManager value)The configuration for the underlying HttpConnectionManager which will be instantiated for Envoy mobile. -
Uses of HttpConnectionManager in io.grpc.xds
Methods in io.grpc.xds with parameters of type HttpConnectionManager Modifier and Type Method Description (package private) static HttpConnectionManagerXdsListenerResource. parseHttpConnectionManager(HttpConnectionManager proto, FilterRegistry filterRegistry, boolean isForClient)
-