Skip navigation links
A B C G N S 

A

ApacheHttpTransport - Class in com.google.api.client.http.apache
Thread-safe HTTP transport based on the Apache HTTP Client library.
ApacheHttpTransport() - Constructor for class com.google.api.client.http.apache.ApacheHttpTransport
Constructor that uses newDefaultHttpClient() for the Apache HTTP client.
ApacheHttpTransport(HttpClient) - Constructor for class com.google.api.client.http.apache.ApacheHttpTransport
Constructor that allows an alternative Apache HTTP client to be used.

B

buildRequest(String, String) - Method in class com.google.api.client.http.apache.ApacheHttpTransport
 

C

com.google.api.client.http.apache - package com.google.api.client.http.apache
HTTP Transport library for Google API's based on Apache HTTP Client version 4.

G

getHttpClient() - Method in class com.google.api.client.http.apache.ApacheHttpTransport
Returns the Apache HTTP client.

N

newDefaultHttpClient() - Static method in class com.google.api.client.http.apache.ApacheHttpTransport
Creates a new instance of the Apache HTTP client that is used by the ApacheHttpTransport() constructor.

S

shutdown() - Method in class com.google.api.client.http.apache.ApacheHttpTransport
Shuts down the connection manager and releases allocated resources.
supportsMethod(String) - Method in class com.google.api.client.http.apache.ApacheHttpTransport
 
A B C G N S 
Skip navigation links

Copyright © 2011–2019 Google. All rights reserved.