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 |
---|---|
HttpTransport |
create()
Creates a
HttpTransport instance. |
HttpTransport create()
HttpTransport
instance.Copyright © 2011–2022 Google. All rights reserved.