CallOptions |
CallCredentials.RequestInfo.getCallOptions() |
The call options used to call this RPC.
|
CallOptions |
ClientStreamTracer.StreamInfo.getCallOptions() |
Returns the effective CallOptions of the call.
|
abstract CallOptions |
LoadBalancer.PickSubchannelArgs.getCallOptions() |
Call options.
|
CallOptions |
CallOptions.withAuthority(java.lang.String authority) |
Override the HTTP/2 authority the channel claims to be connecting to.
|
CallOptions |
CallOptions.withCallCredentials(CallCredentials credentials) |
Returns a new CallOptions with the given call credentials.
|
CallOptions |
CallOptions.withCompression(java.lang.String compressorName) |
Sets the compression to use for the call.
|
CallOptions |
CallOptions.withDeadline(Deadline deadline) |
Returns a new CallOptions with the given absolute deadline.
|
CallOptions |
CallOptions.withDeadlineAfter(long duration,
java.util.concurrent.TimeUnit unit) |
Returns a new CallOptions with a deadline that is after the given duration from
now.
|
CallOptions |
CallOptions.withExecutor(java.util.concurrent.Executor executor) |
|
CallOptions |
CallOptions.withMaxInboundMessageSize(int maxSize) |
Sets the maximum allowed message size acceptable from the remote peer.
|
CallOptions |
CallOptions.withMaxOutboundMessageSize(int maxSize) |
Sets the maximum allowed message size acceptable sent to the remote peer.
|
<T> CallOptions |
CallOptions.withOption(CallOptions.Key<T> key,
T value) |
Sets a custom option.
|
CallOptions |
CallOptions.withoutWaitForReady() |
Disables 'wait for ready' feature for the call.
|
CallOptions |
CallOptions.withStreamTracerFactory(ClientStreamTracer.Factory factory) |
Returns a new CallOptions with a ClientStreamTracerFactory in addition to
the existing factories.
|
CallOptions |
CallOptions.withWaitForReady() |
|