Class ServiceHttpClientConfiguration.ServiceSslClientConfiguration

  • All Implemented Interfaces:
    io.micronaut.core.util.Toggleable
    Enclosing class:
    ServiceHttpClientConfiguration

    @ConfigurationProperties("ssl")
    public static class ServiceHttpClientConfiguration.ServiceSslClientConfiguration
    extends io.micronaut.http.ssl.AbstractClientSslConfiguration
    The default connection pool configuration.
    • Field Summary

      • Fields inherited from class io.micronaut.http.ssl.SslConfiguration

        buildSelfSigned, DEFAULT_BUILDSELFSIGNED, DEFAULT_ENABLED, DEFAULT_PORT, DEFAULT_PROTOCOL, port, PREFIX
    • Method Summary

      • Methods inherited from class io.micronaut.http.ssl.AbstractClientSslConfiguration

        isInsecureTrustAllCertificates, setInsecureTrustAllCertificates
      • Methods inherited from class io.micronaut.http.ssl.SslConfiguration

        buildSelfSigned, getCiphers, getClientAuthentication, getHandshakeTimeout, getKey, getKeyStore, getPort, getProtocol, getProtocols, getTrustStore, isEnabled, readExisting, setBuildSelfSigned, setCiphers, setClientAuthentication, setEnabled, setHandshakeTimeout, setKey, setKeyStore, setPort, setProtocol, setProtocols, setTrustStore
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ServiceSslClientConfiguration

        public ServiceSslClientConfiguration()