Interface HttpTransportFactory

  • All Known Implementing Classes:
    IdTokenVerifier.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 Detail

      • create

        com.google.api.client.http.HttpTransport create()
        Creates a HttpTransport instance.
        Returns:
        The HttpTransport instance.