- updateAddresses(List<EquivalentAddressGroup>) - Method in class io.grpc.util.ForwardingSubchannel
-
- updateBalancingState(ConnectivityState, LoadBalancer.SubchannelPicker) - Method in class io.grpc.util.ForwardingLoadBalancerHelper
-
- updateIdentityCredentials(PrivateKey, X509Certificate[]) - Method in class io.grpc.util.AdvancedTlsX509KeyManager
-
Updates the current cached private key and cert chains.
- updateIdentityCredentialsFromFile(File, File, long, TimeUnit, ScheduledExecutorService) - Method in class io.grpc.util.AdvancedTlsX509KeyManager
-
Schedules a ScheduledExecutorService to read private key and certificate chains from
the local file paths periodically, and update the cached identity credentials if they are both
updated.
- updateIdentityCredentialsFromFile(File, File) - Method in class io.grpc.util.AdvancedTlsX509KeyManager
-
Updates the private key and certificate chains from the local file paths.
- updateOobChannelAddresses(ManagedChannel, EquivalentAddressGroup) - Method in class io.grpc.util.ForwardingLoadBalancerHelper
-
- updateOobChannelAddresses(ManagedChannel, List<EquivalentAddressGroup>) - Method in class io.grpc.util.ForwardingLoadBalancerHelper
-
- updateTrustCredentials(X509Certificate[]) - Method in class io.grpc.util.AdvancedTlsX509TrustManager
-
Updates the current cached trust certificates as well as the key store.
- updateTrustCredentialsFromFile(File, long, TimeUnit, ScheduledExecutorService) - Method in class io.grpc.util.AdvancedTlsX509TrustManager
-
Schedules a ScheduledExecutorService to read trust certificates from a local file path
periodically, and update the cached trust certs if there is an update.
- updateTrustCredentialsFromFile(File) - Method in class io.grpc.util.AdvancedTlsX509TrustManager
-
Updates the trust certificates from a local file path.
- usePlaintext() - Method in class io.grpc.inprocess.InProcessChannelBuilder
-
Does nothing.
- useSystemDefaultTrustCerts() - Method in class io.grpc.util.AdvancedTlsX509TrustManager
-
Uses the default trust certificates stored on user's local system.
- useTransportSecurity() - Method in class io.grpc.inprocess.InProcessChannelBuilder
-
Does nothing.
- useTransportSecurity(File, File) - Method in class io.grpc.inprocess.InProcessServerBuilder
-