| ApiMethodDescriptor |
|
| ApiMethodDescriptor.Builder |
|
| ApiMethodDescriptor.MethodType |
|
| FieldsExtractor |
A functional interface to be implemented for each request message to extract specific fields from
it.
|
| ForwardingHttpJsonClientCall |
|
| ForwardingHttpJsonClientCallListener |
|
| HttpJsonCallContext |
HttpJsonCallContext encapsulates context data used to make an http-json call.
|
| HttpJsonCallOptions |
Options for an http-json call, including deadline and credentials.
|
| HttpJsonCallOptions.Builder |
|
| HttpJsonCallSettings |
HTTP-specific settings for creating callables.
|
| HttpJsonCallSettings.Builder |
|
| HttpJsonChannel |
HttpJsonChannel contains the functionality to issue http-json calls.
|
| HttpJsonClientCall |
An instance of a call to a remote method.
|
| HttpJsonClientCall.Listener |
Callbacks for receiving metadata, response messages and completion status from the server.
|
| HttpJsonClientInterceptor |
Interface for intercepting outgoing calls before they are dispatched by a HttpJsonChannel.
|
| HttpJsonHeaderEnhancer |
Interface for functionality to enhance headers for an http-json call.
|
| HttpJsonInterceptorProvider |
Provider of custom REST ClientInterceptors.
|
| HttpJsonMetadata |
|
| HttpJsonOperationSnapshot |
Implementation of OperationSnapshot based on REST transport.
|
| HttpJsonOperationSnapshot.Builder |
|
| HttpJsonStatusCode |
A failure code specific to an HTTP call.
|
| HttpJsonTransportChannel |
Implementation of TransportChannel based on http/json.
|
| HttpJsonTransportChannel.Builder |
|
| HttpRequestFormatter |
Interface for classes that create parts of HTTP requests from a parameterized message.
|
| HttpResponseParser |
Interface for classes that parse parts of HTTP responses into the parameterized message type.
|
| InstantiatingHttpJsonChannelProvider |
InstantiatingHttpJsonChannelProvider is a TransportChannelProvider which constructs a ManagedHttpJsonChannel with a number of configured inputs every time getChannel(...) is called.
|
| InstantiatingHttpJsonChannelProvider.Builder |
|
| ManagedHttpJsonChannel |
Implementation of HttpJsonChannel which can issue http-json calls.
|
| ManagedHttpJsonChannel.Builder |
|
| OperationSnapshotFactory |
A factory which creates an OperationSnapshot from an initial request message (the one
which started a long running operation) and an operation response (which may be either initial
request response or the polling request response).
|
| PollingRequestFactory |
A factory which creates a subsequent polling request from a compund operation id.
|
| ProtoMessageRequestFormatter |
Creates parts of a HTTP request from a protobuf message.
|
| ProtoMessageRequestFormatter.Builder |
|
| ProtoMessageResponseParser |
|
| ProtoMessageResponseParser.Builder |
|
| ProtoOperationTransformers.MetadataTransformer |
|
| ProtoOperationTransformers.ResponseTransformer |
|
| ProtoRestSerializer |
This class serializes/deserializes protobuf Message for REST interactions.
|