Scannable.Attrsource| Modifier | Constructor and Description |
|---|---|
protected |
ByteBufMono(Mono<?> source) |
| Modifier and Type | Method and Description |
|---|---|
Mono<byte[]> |
asByteArray()
a byte[] inbound
Mono |
Mono<ByteBuffer> |
asByteBuffer()
a
ByteBuffer inbound Mono |
Mono<InputStream> |
asInputStream()
Convert to an
InputStream inbound Mono |
Mono<String> |
asString()
|
Mono<String> |
asString(Charset charset)
|
ByteBufMono |
retain()
Disable auto memory release on each signal published in order to prevent premature
recycling when buffers are accumulated downstream (async).
|
scan, subscribe, toString, upstream, wrapand, and, and, and, as, awaitOnSubscribe, block, block, blockMillis, cache, cancelOn, cast, checkpoint, checkpoint, compose, concatWith, create, defaultIfEmpty, defer, delay, delay, delayElement, delayElement, delayElementMillis, delayElementMillis, delayMillis, delayMillis, delaySubscription, delaySubscription, delaySubscription, delaySubscriptionMillis, delaySubscriptionMillis, dematerialize, doAfterTerminate, doFinally, doOnCancel, doOnEach, doOnError, doOnError, doOnError, doOnNext, doOnRequest, doOnSubscribe, doOnSuccess, doOnTerminate, elapsed, elapsed, elapsed, empty, empty, error, filter, filterWhen, first, first, flatMap, flatMap, flatMapIterable, flatMapMany, flatMapMany, flux, from, fromCallable, fromCompletionStage, fromDirect, fromFuture, fromRunnable, fromSupplier, handle, hasElement, hide, ignoreElement, ignoreElements, just, justOrEmpty, justOrEmpty, log, log, log, log, map, mapError, mapError, mapError, materialize, mergeWith, never, ofType, onAssembly, onErrorMap, onErrorMap, onErrorMap, onErrorResume, onErrorResume, onErrorResume, onErrorReturn, onErrorReturn, onErrorReturn, onTerminateDetach, or, otherwise, otherwise, otherwise, otherwiseIfEmpty, otherwiseReturn, otherwiseReturn, otherwiseReturn, publish, publishOn, repeat, repeat, repeat, repeat, repeatWhen, repeatWhenEmpty, repeatWhenEmpty, retry, retry, retry, retry, retryWhen, sequenceEqual, sequenceEqual, sequenceEqual, subscribe, subscribe, subscribe, subscribe, subscribe, subscribeOn, subscribeWith, switchIfEmpty, then, then, then, then, thenEmpty, thenMany, thenMany, timeout, timeout, timeout, timeout, timeout, timeout, timeoutMillis, timeoutMillis, timeoutMillis, timeoutMillis, timestamp, timestamp, timestamp, toFuture, transform, untilOther, untilOtherDelayError, using, using, when, when, when, when, when, when, when, when, when, when, whenDelayError, whenDelayError, whenDelayError, whenDelayError, whenDelayError, whenDelayError, whenDelayError, whenDelayError, whenDelayError, zip, zipclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitactuals, from, inners, isScanAvailable, parents, scan, scanOrDefaultprotected ByteBufMono(Mono<?> source)
public final Mono<ByteBuffer> asByteBuffer()
ByteBuffer inbound MonoByteBuffer inbound Monopublic final Mono<byte[]> asByteArray()
MonoMonopublic ByteBufMono retain()
ByteBufMono of retained ByteBufpublic Mono<InputStream> asInputStream()
InputStream inbound MonoInputStream inbound Mono