Uses of Record Class
org.eclipse.jetty.reactive.client.ReactiveResponse.Result
-
Uses of ReactiveResponse.Result in org.eclipse.jetty.reactive.client
Methods in org.eclipse.jetty.reactive.client that return types with arguments of type ReactiveResponse.ResultModifier and TypeMethodDescriptionstatic BiFunction<ReactiveResponse, org.reactivestreams.Publisher<org.eclipse.jetty.io.Content.Chunk>, org.reactivestreams.Publisher<ReactiveResponse.Result<byte[]>>> ReactiveResponse.Content.asByteArrayResult()static BiFunction<ReactiveResponse, org.reactivestreams.Publisher<org.eclipse.jetty.io.Content.Chunk>, org.reactivestreams.Publisher<ReactiveResponse.Result<byte[]>>> ReactiveResponse.Content.asByteArrayResult(int maxCapacity) static BiFunction<ReactiveResponse, org.reactivestreams.Publisher<org.eclipse.jetty.io.Content.Chunk>, org.reactivestreams.Publisher<ReactiveResponse.Result<ByteBuffer>>> ReactiveResponse.Content.asByteBufferResult()static BiFunction<ReactiveResponse, org.reactivestreams.Publisher<org.eclipse.jetty.io.Content.Chunk>, org.reactivestreams.Publisher<ReactiveResponse.Result<ByteBuffer>>> ReactiveResponse.Content.asByteBufferResult(int maxCapacity) static <T> BiFunction<ReactiveResponse, org.reactivestreams.Publisher<org.eclipse.jetty.io.Content.Chunk>, org.reactivestreams.Publisher<ReactiveResponse.Result<T>>> ReactiveResponse.Content.asDiscardResult()static BiFunction<ReactiveResponse, org.reactivestreams.Publisher<org.eclipse.jetty.io.Content.Chunk>, org.reactivestreams.Publisher<ReactiveResponse.Result<String>>> ReactiveResponse.Content.asStringResult()static BiFunction<ReactiveResponse, org.reactivestreams.Publisher<org.eclipse.jetty.io.Content.Chunk>, org.reactivestreams.Publisher<ReactiveResponse.Result<String>>> ReactiveResponse.Content.asStringResult(int maxCapacity)