Package io.micronaut.http.client.netty.ssl
package io.micronaut.http.client.netty.ssl
Netty client SSL.
- Since:
- 1.0
- Author:
- Graeme Rocher
-
ClassDescriptionInterface used by the netty HTTP client to construct the SSL context.The Netty implementation of
SslBuilder
that generates anSslContext
to create a client that supports SSL.
This class is not final, so you can extend and replace it to implement alternate mechanisms for loading the key and trust stores.