Package | Description |
---|---|
com.google.api.client.extensions.android.http |
Beta Utilities for Android HTTP transport. |
com.google.api.client.extensions.appengine.http |
HTTP Transport library for Google API's based on URL Fetch in Google
App Engine.
|
com.google.api.client.http |
Subset of HTTP 1.1 needed from the specification in RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1.
|
com.google.api.client.http.apache |
HTTP Transport library for Google API's based on Apache HTTP Client version 4.
|
com.google.api.client.http.javanet |
HTTP Transport library for Google API's based on the
java.net package. |
com.google.api.client.testing.http |
Beta Testing utilities used for writing tests based on this library. |
Modifier and Type | Method and Description |
---|---|
static HttpTransport |
AndroidHttp.newCompatibleTransport()
Deprecated.
Returns a new thread-safe HTTP transport instance that is compatible with Android SDKs prior to
Gingerbread.
|
Modifier and Type | Class and Description |
---|---|
class |
UrlFetchTransport
Thread-safe HTTP transport for Google App Engine based on URL Fetch.
|
Modifier and Type | Method and Description |
---|---|
HttpTransport |
HttpResponse.getTransport()
Returns the HTTP transport.
|
HttpTransport |
HttpRequestFactory.getTransport()
Returns the HTTP transport.
|
HttpTransport |
HttpRequest.getTransport()
Returns the HTTP transport.
|
Modifier and Type | Class and Description |
---|---|
class |
ApacheHttpTransport
Deprecated.
Please use com.google.api.client.http.apache.v2.ApacheHttpTransport provided by the
com.google.http-client:google-http-client-apache-v2 artifact.
|
Modifier and Type | Class and Description |
---|---|
class |
NetHttpTransport
Thread-safe HTTP low-level transport based on the
java.net package. |
Modifier and Type | Class and Description |
---|---|
class |
MockHttpTransport
|
Copyright © 2011–2023 Google. All rights reserved.