class ZStreamAsyncRequestBody[R] extends AsyncRequestBody
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ZStreamAsyncRequestBody
- AsyncRequestBody
- SdkPublisher
- Publisher
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def buffer(arg0: Int): SdkPublisher[List[ByteBuffer]]
- Definition Classes
- SdkPublisher
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def contentLength(): Optional[Long]
- Definition Classes
- ZStreamAsyncRequestBody → AsyncRequestBody
- def contentType(): String
- Definition Classes
- AsyncRequestBody
- def doAfterOnCancel(arg0: Runnable): SdkPublisher[ByteBuffer]
- Definition Classes
- SdkPublisher
- def doAfterOnComplete(arg0: Runnable): SdkPublisher[ByteBuffer]
- Definition Classes
- SdkPublisher
- def doAfterOnError(arg0: Consumer[Throwable]): SdkPublisher[ByteBuffer]
- Definition Classes
- SdkPublisher
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def filter(arg0: Predicate[ByteBuffer]): SdkPublisher[ByteBuffer]
- Definition Classes
- SdkPublisher
- def filter[U <: ByteBuffer](arg0: Class[U]): SdkPublisher[U]
- Definition Classes
- SdkPublisher
- def flatMapIterable[U <: AnyRef](arg0: Function[ByteBuffer, Iterable[U]]): SdkPublisher[U]
- Definition Classes
- SdkPublisher
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def limit(arg0: Int): SdkPublisher[ByteBuffer]
- Definition Classes
- SdkPublisher
- def map[U <: AnyRef](arg0: Function[ByteBuffer, U]): SdkPublisher[U]
- Definition Classes
- SdkPublisher
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def subscribe(s: Subscriber[_ >: ByteBuffer]): Unit
- Definition Classes
- ZStreamAsyncRequestBody → Publisher
- def subscribe(arg0: Consumer[ByteBuffer]): CompletableFuture[Void]
- Definition Classes
- SdkPublisher
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated