Package com.google.auth.http
Interface HttpTransportFactory
-
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.
-