Uses of Class
io.envoyproxy.envoy.api.v2.auth.DownstreamTlsContext
-
Packages that use DownstreamTlsContext Package Description io.envoyproxy.envoy.api.v2.auth io.envoyproxy.envoy.api.v2.listener -
-
Uses of DownstreamTlsContext in io.envoyproxy.envoy.api.v2.auth
Methods in io.envoyproxy.envoy.api.v2.auth that return DownstreamTlsContext Modifier and Type Method Description DownstreamTlsContextDownstreamTlsContext.Builder. build()DownstreamTlsContextDownstreamTlsContext.Builder. buildPartial()static DownstreamTlsContextDownstreamTlsContext. getDefaultInstance()DownstreamTlsContextDownstreamTlsContext.Builder. getDefaultInstanceForType()DownstreamTlsContextDownstreamTlsContext. getDefaultInstanceForType()static DownstreamTlsContextDownstreamTlsContext. parseDelimitedFrom(InputStream input)static DownstreamTlsContextDownstreamTlsContext. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DownstreamTlsContextDownstreamTlsContext. parseFrom(byte[] data)static DownstreamTlsContextDownstreamTlsContext. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DownstreamTlsContextDownstreamTlsContext. parseFrom(com.google.protobuf.ByteString data)static DownstreamTlsContextDownstreamTlsContext. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DownstreamTlsContextDownstreamTlsContext. parseFrom(com.google.protobuf.CodedInputStream input)static DownstreamTlsContextDownstreamTlsContext. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DownstreamTlsContextDownstreamTlsContext. parseFrom(InputStream input)static DownstreamTlsContextDownstreamTlsContext. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DownstreamTlsContextDownstreamTlsContext. parseFrom(ByteBuffer data)static DownstreamTlsContextDownstreamTlsContext. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.api.v2.auth that return types with arguments of type DownstreamTlsContext Modifier and Type Method Description com.google.protobuf.Parser<DownstreamTlsContext>DownstreamTlsContext. getParserForType()static com.google.protobuf.Parser<DownstreamTlsContext>DownstreamTlsContext. parser()Methods in io.envoyproxy.envoy.api.v2.auth with parameters of type DownstreamTlsContext Modifier and Type Method Description DownstreamTlsContext.BuilderDownstreamTlsContext.Builder. mergeFrom(DownstreamTlsContext other)static DownstreamTlsContext.BuilderDownstreamTlsContext. newBuilder(DownstreamTlsContext prototype) -
Uses of DownstreamTlsContext in io.envoyproxy.envoy.api.v2.listener
Methods in io.envoyproxy.envoy.api.v2.listener that return DownstreamTlsContext Modifier and Type Method Description DownstreamTlsContextFilterChain.Builder. getTlsContext()Deprecated.envoy.api.v2.listener.FilterChain.tls_context is deprecated.DownstreamTlsContextFilterChain. getTlsContext()Deprecated.envoy.api.v2.listener.FilterChain.tls_context is deprecated.DownstreamTlsContextFilterChainOrBuilder. getTlsContext()Deprecated.envoy.api.v2.listener.FilterChain.tls_context is deprecated.Methods in io.envoyproxy.envoy.api.v2.listener with parameters of type DownstreamTlsContext Modifier and Type Method Description FilterChain.BuilderFilterChain.Builder. mergeTlsContext(DownstreamTlsContext value)Deprecated.FilterChain.BuilderFilterChain.Builder. setTlsContext(DownstreamTlsContext value)Deprecated.
-