Uses of Class
io.grpc.xds.internal.security.certprovider.CertificateProvider.DistributorWatcher
Packages that use CertificateProvider.DistributorWatcher
-
Uses of CertificateProvider.DistributorWatcher in io.grpc.xds.internal.security.certprovider
Fields in io.grpc.xds.internal.security.certprovider declared as CertificateProvider.DistributorWatcherModifier and TypeFieldDescriptionprivate final CertificateProvider.DistributorWatcherCertificateProvider.watcherMethods in io.grpc.xds.internal.security.certprovider that return CertificateProvider.DistributorWatcherMethods in io.grpc.xds.internal.security.certprovider with parameters of type CertificateProvider.DistributorWatcherModifier and TypeMethodDescription(package private) abstract FileWatcherCertificateProviderFileWatcherCertificateProvider.Factory.create(CertificateProvider.DistributorWatcher watcher, boolean notifyCertUpdates, String certFile, String keyFile, String trustFile, long refreshIntervalInSeconds, ScheduledExecutorService scheduledExecutorService, io.grpc.internal.TimeProvider timeProvider) CertificateProviderProvider.createCertificateProvider(Object config, CertificateProvider.DistributorWatcher watcher, boolean notifyCertUpdates) Creates aCertificateProviderplugin.FileWatcherCertificateProviderProvider.createCertificateProvider(Object config, CertificateProvider.DistributorWatcher watcher, boolean notifyCertUpdates) Constructors in io.grpc.xds.internal.security.certprovider with parameters of type CertificateProvider.DistributorWatcherModifierConstructorDescriptionprotectedCertificateProvider(CertificateProvider.DistributorWatcher watcher, boolean notifyCertUpdates) Concrete subclasses will call this to register theCertificateProvider.Watcher.(package private)FileWatcherCertificateProvider(CertificateProvider.DistributorWatcher watcher, boolean notifyCertUpdates, String certFile, String keyFile, String trustFile, long refreshIntervalInSeconds, ScheduledExecutorService scheduledExecutorService, io.grpc.internal.TimeProvider timeProvider)