Package com.google.auth.oauth2
Class GdchCredentials.TransportFactoryForGdch
- java.lang.Object
-
- com.google.auth.oauth2.GdchCredentials.TransportFactoryForGdch
-
- All Implemented Interfaces:
HttpTransportFactory
- Enclosing class:
- GdchCredentials
static class GdchCredentials.TransportFactoryForGdch extends java.lang.Object implements HttpTransportFactory
-
-
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 aHttpTransport
instance.private void
setTransport(java.lang.String caCertPath)
-
-
-
Method Detail
-
create
public com.google.api.client.http.HttpTransport create()
Description copied from interface:HttpTransportFactory
Creates aHttpTransport
instance.- Specified by:
create
in interfaceHttpTransportFactory
- Returns:
- The HttpTransport instance.
-
setTransport
private void setTransport(java.lang.String caCertPath) throws java.io.IOException
- Throws:
java.io.IOException
-
-