Uses of Class
io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager
Packages that use HttpConnectionManager
Package
Description
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 HttpConnectionManagerModifier and TypeFieldDescriptionprivate HttpConnectionManager
EnvoyMobileHttpConnectionManager.Builder.config_
private HttpConnectionManager
EnvoyMobileHttpConnectionManager.config_
private static final HttpConnectionManager
HttpConnectionManager.DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with type parameters of type HttpConnectionManagerModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<HttpConnectionManager, HttpConnectionManager.Builder, HttpConnectionManagerOrBuilder> EnvoyMobileHttpConnectionManager.Builder.configBuilder_
private static final com.google.protobuf.Parser
<HttpConnectionManager> HttpConnectionManager.PARSER
Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return HttpConnectionManagerModifier and TypeMethodDescriptionHttpConnectionManager.Builder.build()
HttpConnectionManager.Builder.buildPartial()
EnvoyMobileHttpConnectionManager.Builder.getConfig()
The configuration for the underlying HttpConnectionManager which will be instantiated for Envoy mobile.EnvoyMobileHttpConnectionManager.getConfig()
The configuration for the underlying HttpConnectionManager which will be instantiated for Envoy mobile.EnvoyMobileHttpConnectionManagerOrBuilder.getConfig()
The configuration for the underlying HttpConnectionManager which will be instantiated for Envoy mobile.static HttpConnectionManager
HttpConnectionManager.getDefaultInstance()
HttpConnectionManager.Builder.getDefaultInstanceForType()
HttpConnectionManager.getDefaultInstanceForType()
static HttpConnectionManager
HttpConnectionManager.parseDelimitedFrom
(InputStream input) static HttpConnectionManager
HttpConnectionManager.parseDelimitedFrom
(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
(InputStream input) static HttpConnectionManager
HttpConnectionManager.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HttpConnectionManager
HttpConnectionManager.parseFrom
(ByteBuffer data) static HttpConnectionManager
HttpConnectionManager.parseFrom
(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 HttpConnectionManagerModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<HttpConnectionManager> HttpConnectionManager.getParserForType()
private com.google.protobuf.SingleFieldBuilder
<HttpConnectionManager, HttpConnectionManager.Builder, HttpConnectionManagerOrBuilder> EnvoyMobileHttpConnectionManager.Builder.internalGetConfigFieldBuilder()
The configuration for the underlying HttpConnectionManager which will be instantiated for Envoy mobile.static com.google.protobuf.Parser
<HttpConnectionManager> HttpConnectionManager.parser()
Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with parameters of type HttpConnectionManagerModifier and TypeMethodDescriptionprivate 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.mergeConfig
(HttpConnectionManager value) The configuration for the underlying HttpConnectionManager which will be instantiated for Envoy mobile.HttpConnectionManager.Builder.mergeFrom
(HttpConnectionManager other) HttpConnectionManager.newBuilder
(HttpConnectionManager prototype) 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 HttpConnectionManagerModifier and TypeMethodDescription(package private) static HttpConnectionManager
XdsListenerResource.parseHttpConnectionManager
(HttpConnectionManager proto, FilterRegistry filterRegistry, boolean isForClient)