| Modifier and Type | Field and Description |
|---|---|
static HttpTransportFactory.HttpTransportType |
HttpTransportFactory.DEFAULT_TRANSPORT_TYPE |
static HttpTransportFactory.HttpTransportType |
EntriesCredentialConfiguration.HTTP_TRANSPORT_DEFAULT
Default to the default specified in HttpTransportFactory.
|
| Modifier and Type | Method and Description |
|---|---|
HttpTransportFactory.HttpTransportType |
CredentialConfiguration.getTransportType() |
static HttpTransportFactory.HttpTransportType |
HttpTransportFactory.getTransportTypeOf(java.lang.String typeName)
Deprecated.
|
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. |
static com.google.api.client.http.HttpTransport |
HttpTransportFactory.createHttpTransport(HttpTransportFactory.HttpTransportType type,
java.lang.String proxyAddress,
java.lang.String proxyUsername,
java.lang.String proxyPassword)
Create an
HttpTransport based on an type class and an optional HTTP proxy. |
void |
CredentialConfiguration.setTransportType(HttpTransportFactory.HttpTransportType transportType) |
Copyright © 2019. All rights reserved.