public interface SslContextProvider
Modifier and Type | Interface and Description |
---|---|
static class |
SslContextProvider.Factory
Factory for creating context provider implementations.
|
Modifier and Type | Method and Description |
---|---|
io.netty.handler.ssl.SslContext |
getClientSslContext() |
io.netty.handler.ssl.SslContext |
getSelfSignedClientSslContext() |
io.netty.handler.ssl.SslContext |
getSelfSignedServerSslContext() |
io.netty.handler.ssl.SslContext |
getServerSSLContext() |
void |
init(AlluxioConfiguration conf)
Initializes provider.
|
void init(AlluxioConfiguration conf)
conf
- Alluxio configurationio.netty.handler.ssl.SslContext getClientSslContext()
io.netty.handler.ssl.SslContext getServerSSLContext()
io.netty.handler.ssl.SslContext getSelfSignedClientSslContext()
io.netty.handler.ssl.SslContext getSelfSignedServerSslContext()
Copyright © 2023. All Rights Reserved.