Package io.grpc

Class InternalCallOptions


  • @Internal
    public final class InternalCallOptions
    extends java.lang.Object
    Internal accessor for CallOptions.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private InternalCallOptions()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Boolean getWaitForReady​(CallOptions callOptions)
      Gets the waitForReady bit or null if it was never set.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InternalCallOptions

        private InternalCallOptions()
    • Method Detail

      • getWaitForReady

        public static java.lang.Boolean getWaitForReady​(CallOptions callOptions)
        Gets the waitForReady bit or null if it was never set.