| 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(java.io.File trustCertFile,
long period,
java.util.concurrent.TimeUnit unit,
java.util.concurrent.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. |