| Modifier and Type | Field and Description |
|---|---|
static HttpTransportFactory.HttpTransportType |
HttpTransportFactory.DEFAULT_TRANSPORT_TYPE |
| Modifier and Type | Method and Description |
|---|---|
static HttpTransportFactory.HttpTransportType |
HttpTransportFactory.getTransportTypeOf(String typeName)
Utility for getting
HttpTransportFactory.HttpTransportTypes form names, with default. |
static HttpTransportFactory.HttpTransportType |
HttpTransportFactory.HttpTransportType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpTransportFactory.HttpTransportType[] |
HttpTransportFactory.HttpTransportType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.client.http.HttpTransport |
HttpTransportFactory.createHttpTransport(HttpTransportFactory.HttpTransportType type,
String proxyAddress)
Create an
HttpTransport based on an type class and an optional HTTP proxy. |
Copyright © 2016. All rights reserved.