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.DistributorWatcher
CertificateProvider.watcher
Methods 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 FileWatcherCertificateProvider
FileWatcherCertificateProvider.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 aCertificateProvider
plugin.FileWatcherCertificateProviderProvider.createCertificateProvider
(Object config, CertificateProvider.DistributorWatcher watcher, boolean notifyCertUpdates) Constructors in io.grpc.xds.internal.security.certprovider with parameters of type CertificateProvider.DistributorWatcherModifierConstructorDescriptionprotected
CertificateProvider
(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)