| Package | Description |
|---|---|
| io.grpc.util |
Utilities with advanced features in the core layer that user can optionally use.
|
| Modifier and Type | Method and Description |
|---|---|
AdvancedTlsX509TrustManager.Closeable |
AdvancedTlsX509TrustManager.updateTrustCredentialsFromFile(File trustCertFile,
long period,
TimeUnit unit,
ScheduledExecutorService executor)
Schedules a
ScheduledExecutorService to read trust certificates from a local file path
periodically, and update the cached trust certs if there is an update. |