Interface HttpTransportFactory
-
- All Known Implementing Classes:
IdTokenVerifier.DefaultHttpTransportFactory
public interface HttpTransportFactoryA base interface for allHttpTransportfactories.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.HttpTransportcreate()Creates aHttpTransportinstance.
-