Package com.google.auth.http
Interface HttpTransportFactory
-
- All Known Implementing Classes:
GdchCredentials.TransportFactoryForGdch
,OAuth2Utils.DefaultHttpTransportFactory
public interface HttpTransportFactory
A base interface for allHttpTransport
factories.Implementation must provide a public no-arg constructor. Loading of a factory implementation is done via
ServiceLoader
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.api.client.http.HttpTransport
create()
Creates aHttpTransport
instance.
-