Package | Description |
---|---|
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 |
---|---|
HttpTransport |
HttpRequestFactory.getTransport()
Returns the HTTP transport.
|
HttpTransport |
HttpResponse.getTransport()
Returns the HTTP transport.
|
HttpTransport |
HttpRequest.getTransport()
Returns the HTTP transport.
|
Modifier and Type | Class and Description |
---|---|
class |
ApacheHttpTransport
Thread-safe HTTP transport based on the Apache HTTP Client library.
|
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–2019 Google. All rights reserved.