| Modifier and Type | Field and Description |
|---|---|
static HttpTransportFactory.HttpTransportType |
HttpTransportFactory.DEFAULT_TRANSPORT_TYPE |
| Modifier and Type | Method and Description |
|---|---|
HttpTransportFactory.HttpTransportType |
CredentialConfiguration.getTransportType() |
static HttpTransportFactory.HttpTransportType |
HttpTransportFactory.getTransportTypeOf(java.lang.String typeName)
Utility for getting
HttpTransportFactory.HttpTransportTypes form names, with default. |
static HttpTransportFactory.HttpTransportType |
HttpTransportFactory.HttpTransportType.valueOf(java.lang.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,
java.lang.String proxyAddress)
Create an
HttpTransport based on an type class and an optional HTTP proxy. |
void |
CredentialConfiguration.setTransportType(HttpTransportFactory.HttpTransportType transportType) |
Copyright © 2018. All rights reserved.