Package io.grpc
Class InternalCallOptions
- java.lang.Object
-
- io.grpc.InternalCallOptions
-
@Internal public final class InternalCallOptions extends java.lang.Object
Internal accessor forCallOptions.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.BooleangetWaitForReady(CallOptions callOptions)Gets the waitForReady bit ornullif it was never set.
-
-
-
Method Detail
-
getWaitForReady
public static java.lang.Boolean getWaitForReady(CallOptions callOptions)
Gets the waitForReady bit ornullif it was never set.
-
-