Package io.micronaut.http.client.netty.ssl


package io.micronaut.http.client.netty.ssl
Netty client SSL.
Since:
1.0
Author:
Graeme Rocher
  • Class
    Description
    Interface used by the netty HTTP client to construct the SSL context.
    The Netty implementation of SslBuilder that generates an SslContext 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.
    Factory for creating client-side Netty SSL context builders.