Uses of Class
io.envoyproxy.envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext
-
Packages that use DownstreamTlsContext Package Description io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 io.grpc.xds Library for gPRC proxyless service mesh using Envoy xDS protocol. -
-
Uses of DownstreamTlsContext in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3
Fields in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 declared as DownstreamTlsContext Modifier and Type Field Description private static DownstreamTlsContext
DownstreamTlsContext. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 with type parameters of type DownstreamTlsContext Modifier and Type Field Description private static com.google.protobuf.Parser<DownstreamTlsContext>
DownstreamTlsContext. PARSER
Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 that return DownstreamTlsContext Modifier and Type Method Description DownstreamTlsContext
DownstreamTlsContext.Builder. build()
DownstreamTlsContext
DownstreamTlsContext.Builder. buildPartial()
static DownstreamTlsContext
DownstreamTlsContext. getDefaultInstance()
DownstreamTlsContext
DownstreamTlsContext.Builder. getDefaultInstanceForType()
DownstreamTlsContext
DownstreamTlsContext. getDefaultInstanceForType()
static DownstreamTlsContext
DownstreamTlsContext. parseDelimitedFrom(java.io.InputStream input)
static DownstreamTlsContext
DownstreamTlsContext. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DownstreamTlsContext
DownstreamTlsContext. parseFrom(byte[] data)
static DownstreamTlsContext
DownstreamTlsContext. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DownstreamTlsContext
DownstreamTlsContext. parseFrom(com.google.protobuf.ByteString data)
static DownstreamTlsContext
DownstreamTlsContext. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DownstreamTlsContext
DownstreamTlsContext. parseFrom(com.google.protobuf.CodedInputStream input)
static DownstreamTlsContext
DownstreamTlsContext. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DownstreamTlsContext
DownstreamTlsContext. parseFrom(java.io.InputStream input)
static DownstreamTlsContext
DownstreamTlsContext. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DownstreamTlsContext
DownstreamTlsContext. parseFrom(java.nio.ByteBuffer data)
static DownstreamTlsContext
DownstreamTlsContext. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 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.extensions.transport_sockets.tls.v3 with parameters of type DownstreamTlsContext Modifier and Type Method Description private void
DownstreamTlsContext.Builder. buildPartial0(DownstreamTlsContext result)
private void
DownstreamTlsContext.Builder. buildPartialOneofs(DownstreamTlsContext result)
DownstreamTlsContext.Builder
DownstreamTlsContext.Builder. mergeFrom(DownstreamTlsContext other)
static DownstreamTlsContext.Builder
DownstreamTlsContext. newBuilder(DownstreamTlsContext prototype)
-
Uses of DownstreamTlsContext in io.grpc.xds
Methods in io.grpc.xds that return DownstreamTlsContext Modifier and Type Method Description (package private) static DownstreamTlsContext
XdsListenerResource. validateDownstreamTlsContext(DownstreamTlsContext downstreamTlsContext, java.util.Set<java.lang.String> certProviderInstances)
Methods in io.grpc.xds with parameters of type DownstreamTlsContext Modifier and Type Method Description static EnvoyServerProtoData.DownstreamTlsContext
EnvoyServerProtoData.DownstreamTlsContext. fromEnvoyProtoDownstreamTlsContext(DownstreamTlsContext downstreamTlsContext)
(package private) static DownstreamTlsContext
XdsListenerResource. validateDownstreamTlsContext(DownstreamTlsContext downstreamTlsContext, java.util.Set<java.lang.String> certProviderInstances)
-