Class HttpClientProperties.TruststoreConfiguration

  • Enclosing class:
    HttpClientProperties

    public static class HttpClientProperties.TruststoreConfiguration
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPassword()  
      java.lang.String getPath()  
      java.lang.String getType()  
      void setPassword​(java.lang.String password)  
      void setPath​(java.lang.String path)  
      void setType​(java.lang.String type)  
      • Methods inherited from class java.lang.Object

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

      • TruststoreConfiguration

        public TruststoreConfiguration()
    • Method Detail

      • getPath

        public java.lang.String getPath()
      • setPath

        public void setPath​(java.lang.String path)
      • getPassword

        public java.lang.String getPassword()
      • setPassword

        public void setPassword​(java.lang.String password)
      • getType

        public java.lang.String getType()
      • setType

        public void setType​(java.lang.String type)