See: Description
| Interface | Description |
|---|---|
| AdvancedTlsX509KeyManager.Closeable |
Mainly used to avoid throwing IO Exceptions in java.io.Closeable.
|
| AdvancedTlsX509TrustManager.Closeable | |
| AdvancedTlsX509TrustManager.SslSocketAndEnginePeerVerifier |
| Class | Description |
|---|---|
| AdvancedTlsX509KeyManager |
AdvancedTlsX509KeyManager is an
X509ExtendedKeyManager that allows users to configure
advanced TLS features, such as private key and certificate chain reloading, etc. |
| AdvancedTlsX509TrustManager |
AdvancedTlsX509TrustManager is an
X509ExtendedTrustManager that allows users to configure
advanced TLS features, such as root certificate reloading, peer cert custom verification, etc. |
| AdvancedTlsX509TrustManager.Builder | |
| CertificateUtils |
Contains certificate/key PEM file utility method(s).
|
| ForwardingClientStreamTracer | |
| ForwardingLoadBalancer | |
| ForwardingLoadBalancerHelper | |
| ForwardingSubchannel | |
| GracefulSwitchLoadBalancer |
A load balancer that gracefully swaps to a new lb policy.
|
| MutableHandlerRegistry |
Default implementation of
MutableHandlerRegistry. |
| TransmitStatusRuntimeExceptionInterceptor |
A class that intercepts uncaught exceptions of type
StatusRuntimeException and handles
them by closing the ServerCall, and transmitting the exception's status and metadata
to the client. |
| Enum | Description |
|---|---|
| AdvancedTlsX509TrustManager.Verification |