Uses of Class
org.jboss.resteasy.reactive.client.handlers.AsyncInputStream.InboundBuffer
Packages that use AsyncInputStream.InboundBuffer
-
Uses of AsyncInputStream.InboundBuffer in org.jboss.resteasy.reactive.client.handlers
Methods in org.jboss.resteasy.reactive.client.handlers that return AsyncInputStream.InboundBufferModifier and TypeMethodDescriptionAsyncInputStream.InboundBuffer.clear()
Clear the buffer synchronously.AsyncInputStream.InboundBuffer.drainHandler
(io.vertx.core.Handler<Void> handler) Set anhandler
to be called when the buffer is drained and the producer can resume writing to the buffer.AsyncInputStream.InboundBuffer.exceptionHandler
(io.vertx.core.Handler<Throwable> handler) Set anhandler
to be called when an exception is thrown by an handler.AsyncInputStream.InboundBuffer.handler
(io.vertx.core.Handler<io.vertx.core.buffer.Buffer> handler) Set anhandler
to be called with elements available from this buffer.