Interface HttpTransportFactory (1.36.0)

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 java.util.ServiceLoader.

Methods

create()

public abstract HttpTransport create()

Creates a HttpTransport instance.

Returns
Type Description
com.google.api.client.http.HttpTransport

The HttpTransport instance.