-
@Internal() public final class InternalCronetCallOptions
Internal accessor class for call options using with the Cronet transport. This is intended for usage internal to the gRPC team. If you *really* think you need to use this, contact the gRPC team first.
-
-
Method Summary
Modifier and Type Method Description static CallOptions
withAnnotation(CallOptions callOptions, Object annotation)
static Collection<Object>
getAnnotations(CallOptions callOptions)
Returns Cronet annotations for gRPC included in the given {@code callOptions}
.-
-
Method Detail
-
withAnnotation
static CallOptions withAnnotation(CallOptions callOptions, Object annotation)
-
getAnnotations
static Collection<Object> getAnnotations(CallOptions callOptions)
Returns Cronet annotations for gRPC included in the given
{@code callOptions}
. Annotationsare attached via withAnnotation.
-
-
-
-