Uses of Interface
io.grpc.util.AdvancedTlsX509TrustManager.Closeable
-
Packages that use AdvancedTlsX509TrustManager.Closeable Package Description io.grpc.util 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.Closeable Modifier and Type Method Description AdvancedTlsX509TrustManager.CloseableAdvancedTlsX509TrustManager. updateTrustCredentialsFromFile(java.io.File trustCertFile, long period, java.util.concurrent.TimeUnit unit, java.util.concurrent.ScheduledExecutorService executor)Schedules aScheduledExecutorServiceto read trust certificates from a local file path periodically, and update the cached trust certs if there is an update.
-