Uses of Interface
io.grpc.util.AdvancedTlsX509TrustManager.Closeable
Packages that use AdvancedTlsX509TrustManager.Closeable
Package
Description
Utilities with advanced features in the core layer that user can optionally use.
-
Uses of AdvancedTlsX509TrustManager.Closeable in io.grpc.util
Methods in io.grpc.util that return AdvancedTlsX509TrustManager.CloseableModifier and TypeMethodDescriptionAdvancedTlsX509TrustManager.updateTrustCredentials
(File trustCertFile, long period, TimeUnit unit, ScheduledExecutorService executor) Schedules aScheduledExecutorService
to read trust certificates from a local file path periodically, and updates the cached trust certs if there is an update.AdvancedTlsX509TrustManager.updateTrustCredentialsFromFile
(File trustCertFile, long period, TimeUnit unit, ScheduledExecutorService executor) Deprecated.
AdvancedTlsX509TrustManager.updateTrustCredentials(File, long,TimeUnit, ScheduledExecutorService)