Interface HttpTransportFactory
- All Known Implementing Classes:
GdchCredentials.TransportFactoryForGdch, OAuth2Utils.DefaultHttpTransportFactory
public interface HttpTransportFactory
A base interface for all
HttpTransport factories.
Implementation must provide a public no-arg constructor. Loading of a factory implementation
is done via ServiceLoader.
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.api.client.http.HttpTransportcreate()Creates aHttpTransportinstance.
-
Method Details
-
create
com.google.api.client.http.HttpTransport create()Creates aHttpTransportinstance.- Returns:
- The HttpTransport instance.
-