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