Interface | Description |
---|---|
SslContextFactory |
A factory for a Netty
SslContext , the factory is configured with the fluent setters until SslContextFactory.create()
to obtain a properly configured SslContext . |
Class | Description |
---|---|
DefaultSslContextFactory |
The default implementation of
SslContextFactory that creates and configures a Netty SslContext using a
SslContextBuilder . |
Copyright © 2023 Eclipse. All rights reserved.