Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
B
- BaseHttpServiceException - Exception in com.google.cloud.http
-
Base class for all exceptions from http-based services.
- BaseHttpServiceException(int, String, String, boolean, Set<BaseServiceException.Error>) - Constructor for exception com.google.cloud.http.BaseHttpServiceException
- BaseHttpServiceException(int, String, String, boolean, Set<BaseServiceException.Error>, Throwable) - Constructor for exception com.google.cloud.http.BaseHttpServiceException
- BaseHttpServiceException(GoogleJsonError, boolean, Set<BaseServiceException.Error>) - Constructor for exception com.google.cloud.http.BaseHttpServiceException
- BaseHttpServiceException(IOException, boolean, Set<BaseServiceException.Error>) - Constructor for exception com.google.cloud.http.BaseHttpServiceException
- build() - Method in class com.google.cloud.http.HttpTransportOptions.Builder
C
- CensusHttpModule - Class in com.google.cloud.http
-
Provides utilities for Open Census to record http stats/trace information and propagate tracing context.
- CensusHttpModule(Tracer, boolean) - Constructor for class com.google.cloud.http.CensusHttpModule
-
Creates a
CensusHttpModulewith given parameters. - com.google.cloud.http - package com.google.cloud.http
- create() - Method in class com.google.cloud.http.HttpTransportOptions.DefaultHttpTransportFactory
D
- DefaultHttpTransportFactory() - Constructor for class com.google.cloud.http.HttpTransportOptions.DefaultHttpTransportFactory
E
- equals(Object) - Method in class com.google.cloud.http.HttpTransportOptions
G
- getConnectTimeout() - Method in class com.google.cloud.http.HttpTransportOptions
-
Returns the timeout in milliseconds to establish a connection. 0 is an infinite timeout, a negative number is the default value (20000).
- getHttpRequestInitializer(HttpRequestInitializer) - Method in class com.google.cloud.http.CensusHttpModule
-
Returns the
HttpExecuteInterceptorused when initializing theHttpRequest. - getHttpRequestInitializer(ServiceOptions<?, ?>) - Method in class com.google.cloud.http.HttpTransportOptions
-
Returns a request initializer responsible for initializing requests according to service options.
- getHttpTransportFactory() - Method in class com.google.cloud.http.HttpTransportOptions
-
Returns the HTTP transport factory.
- getReadTimeout() - Method in class com.google.cloud.http.HttpTransportOptions
-
Returns the timeout in milliseconds to read from an established connection. 0 is an infinite timeout, a negative number is the default value (20000).
- getTracer() - Method in class com.google.cloud.http.CensusHttpModule
-
Returns the tracing component of OpenCensus.
H
- hashCode() - Method in class com.google.cloud.http.HttpTransportOptions
- HttpTransportOptions - Class in com.google.cloud.http
-
Class representing service options for those services that use HTTP as the transport layer.
- HttpTransportOptions(HttpTransportOptions.Builder) - Constructor for class com.google.cloud.http.HttpTransportOptions
- HttpTransportOptions.Builder - Class in com.google.cloud.http
-
Builder for
HttpTransportOptions. - HttpTransportOptions.DefaultHttpTransportFactory - Class in com.google.cloud.http
I
- isRecordEvents() - Method in class com.google.cloud.http.CensusHttpModule
-
Returns whether spans are stored locally.
N
- newBuilder() - Static method in class com.google.cloud.http.HttpTransportOptions
S
- setConnectTimeout(int) - Method in class com.google.cloud.http.HttpTransportOptions.Builder
-
Sets the timeout in milliseconds to establish a connection.
- setHttpTransportFactory(HttpTransportFactory) - Method in class com.google.cloud.http.HttpTransportOptions.Builder
-
Sets the HTTP transport factory.
- setReadTimeout(int) - Method in class com.google.cloud.http.HttpTransportOptions.Builder
-
Sets the timeout in milliseconds to read data from an established connection.
T
- toBuilder() - Method in class com.google.cloud.http.HttpTransportOptions
U
- UNKNOWN_CODE - Static variable in exception com.google.cloud.http.BaseHttpServiceException
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form