c

io.gatling.javaapi.grpc

GrpcUnaryActionBuilder

final class GrpcUnaryActionBuilder[ReqT, RespT] extends ActionBuilder

Linear Supertypes
ActionBuilder, Executable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GrpcUnaryActionBuilder
  2. ActionBuilder
  3. Executable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def asScala(): ActionBuilder
    Definition Classes
    GrpcUnaryActionBuilder → ActionBuilder
    Annotations
    @Override()
  6. def asciiHeader(key: String, value: String): GrpcUnaryActionBuilder[ReqT, RespT]
    Annotations
    @NonNull()
  7. def asciiHeaders(map: Map[String, String]): GrpcUnaryActionBuilder[ReqT, RespT]
    Annotations
    @NonNull()
  8. def binaryHeader(key: String, value: Array[Byte]): GrpcUnaryActionBuilder[ReqT, RespT]
    Annotations
    @NonNull()
  9. def binaryHeaders(map: Map[String, Array[Byte]]): GrpcUnaryActionBuilder[ReqT, RespT]
    Annotations
    @NonNull()
  10. def callCredentials(credentials: CallCredentials): GrpcUnaryActionBuilder[ReqT, RespT]
    Annotations
    @NonNull()
  11. def callCredentials(credentials: String): GrpcUnaryActionBuilder[ReqT, RespT]
    Annotations
    @NonNull()
  12. def callCredentials(credentials: Function[Session, CallCredentials]): GrpcUnaryActionBuilder[ReqT, RespT]
    Annotations
    @NonNull()
  13. def check(checks: List[CheckBuilder]): GrpcUnaryActionBuilder[ReqT, RespT]
    Annotations
    @NonNull()
  14. def check(checks: <repeated...>[CheckBuilder]): GrpcUnaryActionBuilder[ReqT, RespT]
    Annotations
    @NonNull()
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  16. def deadlineAfter(duration: Duration): GrpcUnaryActionBuilder[ReqT, RespT]
    Annotations
    @NonNull()
  17. def deadlineAfter(duration: Long): GrpcUnaryActionBuilder[ReqT, RespT]
    Annotations
    @NonNull()
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def header[T](key: Key[T], value: T): GrpcUnaryActionBuilder[ReqT, RespT]
    Annotations
    @NonNull()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toChainBuilder(): ChainBuilder
    Definition Classes
    ActionBuilder → Executable
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from ActionBuilder

Inherited from Executable

Inherited from AnyRef

Inherited from Any

Ungrouped