Class GdchCredentials.TransportFactoryForGdch

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) com.google.api.client.http.HttpTransport transport  
    • Constructor Summary

      Constructors 
      Constructor Description
      TransportFactoryForGdch​(java.lang.String caCertPath)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.google.api.client.http.HttpTransport create()
      Creates a HttpTransport instance.
      private void setTransport​(java.lang.String caCertPath)  
      • Methods inherited from class java.lang.Object

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

      • transport

        com.google.api.client.http.HttpTransport transport
    • Constructor Detail

      • TransportFactoryForGdch

        public TransportFactoryForGdch​(java.lang.String caCertPath)
                                throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • create

        public com.google.api.client.http.HttpTransport create()
        Description copied from interface: HttpTransportFactory
        Creates a HttpTransport instance.
        Specified by:
        create in interface HttpTransportFactory
        Returns:
        The HttpTransport instance.
      • setTransport

        private void setTransport​(java.lang.String caCertPath)
                           throws java.io.IOException
        Throws:
        java.io.IOException