Skip navigation links
A B C G I N S 

A

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

B

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

C

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

G

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

I

isMtls() - Method in class com.google.api.client.http.apache.v2.ApacheHttpTransport
Returns if the underlying HTTP client is mTLS.

N

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

S

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

Copyright © 2011–2022 Google. All rights reserved.