@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="UnderlyingSource")
public static interface UnderlyingSource.Builder
extends UnderlyingSource
UnderlyingSource.Builder| Modifier and Type | Method and Description |
|---|---|
default UnderlyingSource.Builder |
autoAllocateChunkSize(int autoAllocateChunkSize) |
default UnderlyingSource.Builder |
cancel(UnderlyingSourceCancelCallback cancel) |
default UnderlyingSource.Builder |
pull(UnderlyingSourcePullCallback pull) |
default UnderlyingSource.Builder |
start(UnderlyingSourceStartCallback start) |
default UnderlyingSource.Builder |
type(java.lang.String type) |
autoAllocateChunkSize, cancel, create, pull, setAutoAllocateChunkSize, setCancel, setPull, setStart, setType, start, type@JsOverlay @Nonnull default UnderlyingSource.Builder start(@Nonnull UnderlyingSourceStartCallback start)
@JsOverlay @Nonnull default UnderlyingSource.Builder pull(@Nonnull UnderlyingSourcePullCallback pull)
@JsOverlay @Nonnull default UnderlyingSource.Builder cancel(@Nonnull UnderlyingSourceCancelCallback cancel)
@JsOverlay @Nonnull default UnderlyingSource.Builder type(@ReadableStreamType @Nonnull java.lang.String type)
@JsOverlay @Nonnull default UnderlyingSource.Builder autoAllocateChunkSize(int autoAllocateChunkSize)