Package com.google.auth.oauth2
Class GdchCredentials.TransportFactoryForGdch
java.lang.Object
com.google.auth.oauth2.GdchCredentials.TransportFactoryForGdch
- All Implemented Interfaces:
HttpTransportFactory
- Enclosing class:
GdchCredentials
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) com.google.api.client.http.HttpTransport
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.google.api.client.http.HttpTransport
create()
Creates aHttpTransport
instance.private void
setTransport
(String caCertPath)
-
Field Details
-
transport
com.google.api.client.http.HttpTransport transport
-
-
Constructor Details
-
TransportFactoryForGdch
- Throws:
IOException
-
-
Method Details
-
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
- Throws:
IOException
-