Class HttpClientConfig.Ssl

  • Enclosing class:
    HttpClientConfig

    public static final class HttpClientConfig.Ssl
    extends com.yahoo.config.InnerNode
    This class represents http-client.ssl
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String algorithm()  
      boolean enabled()  
      java.lang.String keyDBKey()  
      java.lang.String keyStorePath()  
      java.lang.String keyStoreType()  
      java.lang.String protocol()  
      java.lang.String trustStorePath()  
      • Methods inherited from class com.yahoo.config.InnerNode

        equals, getAllDescendantLeafNodes, getChildren, getChildrenWithVectorsFlattened, hashCode, postInitialize, toString
      • Methods inherited from class com.yahoo.config.Node

        clone
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • enabled

        public boolean enabled()
        Returns:
        http-client.ssl.enabled
      • keyStoreType

        public java.lang.String keyStoreType()
        Returns:
        http-client.ssl.keyStoreType
      • keyStorePath

        public java.lang.String keyStorePath()
        Returns:
        http-client.ssl.keyStorePath
      • trustStorePath

        public java.lang.String trustStorePath()
        Returns:
        http-client.ssl.trustStorePath
      • keyDBKey

        public java.lang.String keyDBKey()
        Returns:
        http-client.ssl.keyDBKey
      • algorithm

        public java.lang.String algorithm()
        Returns:
        http-client.ssl.algorithm
      • protocol

        public java.lang.String protocol()
        Returns:
        http-client.ssl.protocol