Class TlsContextManagerImpl

java.lang.Object
io.grpc.xds.internal.security.TlsContextManagerImpl
All Implemented Interfaces:
TlsContextManager

public final class TlsContextManagerImpl extends Object implements TlsContextManager
Class to manage SslContextProvider objects created from inputs we get from xDS. Used by gRPC-xds to access the SslContext's and is not public API. This manager manages the life-cycle of SslContextProvider objects as shared resources via ref-counting as described in ReferenceCountingMap.