public final class NettyTlsContext extends Object implements io.netty.handler.ssl.CipherSuiteFilter
| Constructor and Description |
|---|
NettyTlsContext(TlsPolicy policy)
Construct Netty SslContext.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addHandler(io.netty.channel.socket.SocketChannel ch,
io.netty.channel.ChannelPipeline p)
Add TLS hander for netty connection.
|
String[] |
filterCipherSuites(Iterable<String> ciphers,
List<String> defaultCiphers,
Set<String> supportedCiphers)
Return supported ciphers.
|
public NettyTlsContext(TlsPolicy policy)
Copyright © 2012–2023 Aerospike, Inc. All rights reserved.