Package io.grpc.xds.internal.security
Class SslContextProvider.Callback
java.lang.Object
io.grpc.xds.internal.security.SslContextProvider.Callback
- Enclosing class:
SslContextProvider
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract void
onException
(Throwable throwable) Informs callee of an exception that was generated.abstract void
updateSslContext
(io.netty.handler.ssl.SslContext sslContext) Informs callee of new/updated SslContext.
-
Field Details
-
executor
-
-
Constructor Details
-
Callback
-
-
Method Details
-
getExecutor
-
updateSslContext
public abstract void updateSslContext(io.netty.handler.ssl.SslContext sslContext) Informs callee of new/updated SslContext. -
onException
Informs callee of an exception that was generated.
-