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 HttpConnectionManager
EnvoyMobileHttpConnectionManager.Builder. config_
private HttpConnectionManager
EnvoyMobileHttpConnectionManager. config_
private static HttpConnectionManager
HttpConnectionManager. DEFAULT_INSTANCE
Fields 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. PARSER
Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return HttpConnectionManager Modifier and Type Method Description HttpConnectionManager
HttpConnectionManager.Builder. build()
HttpConnectionManager
HttpConnectionManager.Builder. buildPartial()
HttpConnectionManager
EnvoyMobileHttpConnectionManager.Builder. getConfig()
The configuration for the underlying HttpConnectionManager which will be instantiated for Envoy mobile.HttpConnectionManager
EnvoyMobileHttpConnectionManager. getConfig()
The configuration for the underlying HttpConnectionManager which will be instantiated for Envoy mobile.HttpConnectionManager
EnvoyMobileHttpConnectionManagerOrBuilder. getConfig()
The configuration for the underlying HttpConnectionManager which will be instantiated for Envoy mobile.static HttpConnectionManager
HttpConnectionManager. getDefaultInstance()
HttpConnectionManager
HttpConnectionManager.Builder. getDefaultInstanceForType()
HttpConnectionManager
HttpConnectionManager. getDefaultInstanceForType()
static HttpConnectionManager
HttpConnectionManager. parseDelimitedFrom(java.io.InputStream input)
static HttpConnectionManager
HttpConnectionManager. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpConnectionManager
HttpConnectionManager. parseFrom(byte[] data)
static HttpConnectionManager
HttpConnectionManager. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpConnectionManager
HttpConnectionManager. parseFrom(com.google.protobuf.ByteString data)
static HttpConnectionManager
HttpConnectionManager. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpConnectionManager
HttpConnectionManager. parseFrom(com.google.protobuf.CodedInputStream input)
static HttpConnectionManager
HttpConnectionManager. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpConnectionManager
HttpConnectionManager. parseFrom(java.io.InputStream input)
static HttpConnectionManager
HttpConnectionManager. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpConnectionManager
HttpConnectionManager. parseFrom(java.nio.ByteBuffer data)
static HttpConnectionManager
HttpConnectionManager. 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 void
HttpConnectionManager.Builder. buildPartial0(HttpConnectionManager result)
private void
HttpConnectionManager.Builder. buildPartial1(HttpConnectionManager result)
private void
HttpConnectionManager.Builder. buildPartialOneofs(HttpConnectionManager result)
private void
HttpConnectionManager.Builder. buildPartialRepeatedFields(HttpConnectionManager result)
EnvoyMobileHttpConnectionManager.Builder
EnvoyMobileHttpConnectionManager.Builder. mergeConfig(HttpConnectionManager value)
The configuration for the underlying HttpConnectionManager which will be instantiated for Envoy mobile.HttpConnectionManager.Builder
HttpConnectionManager.Builder. mergeFrom(HttpConnectionManager other)
static HttpConnectionManager.Builder
HttpConnectionManager. newBuilder(HttpConnectionManager prototype)
EnvoyMobileHttpConnectionManager.Builder
EnvoyMobileHttpConnectionManager.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 HttpConnectionManager
XdsListenerResource. parseHttpConnectionManager(HttpConnectionManager proto, FilterRegistry filterRegistry, boolean isForClient)
-