public interface HttpTransportFactory
HttpTransport
factories.
Implementation must provide a public no-arg constructor. Loading of a factory implementation
is done via ServiceLoader
.
Modifier and Type | Method and Description |
---|---|
com.google.api.client.http.HttpTransport |
create()
Creates a
HttpTransport instance. |
Copyright © 2023 Google. All rights reserved.