Uses of Class
io.vertx.mutiny.core.buffer.Buffer
Packages that use Buffer
Package
Description
-
Uses of Buffer in io.vertx.mutiny.core.buffer
Fields in io.vertx.mutiny.core.buffer with type parameters of type BufferModifier and TypeFieldDescriptionstatic final io.smallrye.mutiny.vertx.TypeArg<Buffer> Buffer.__TYPE_ARGMethods in io.vertx.mutiny.core.buffer that return BufferModifier and TypeMethodDescriptionBuffer.appendBuffer(Buffer buff) Buffer.appendBuffer(Buffer buff, int offset, int len) Buffer.appendByte(byte b) Buffer.appendBytes(byte[] bytes) Buffer.appendBytes(byte[] bytes, int offset, int len) Buffer.appendDouble(double d) Buffer.appendFloat(float f) Buffer.appendInt(int i) Buffer.appendIntLE(int i) Buffer.appendLong(long l) Buffer.appendLongLE(long l) Buffer.appendMedium(int i) Buffer.appendMediumLE(int i) Buffer.appendShort(short s) Buffer.appendShortLE(short s) Buffer.appendString(String str) Buffer.appendString(String str, String enc) Buffer.appendUnsignedByte(short b) Buffer.appendUnsignedInt(long i) Buffer.appendUnsignedIntLE(long i) Buffer.appendUnsignedShort(int s) Buffer.appendUnsignedShortLE(int s) static BufferBuffer.buffer()static BufferBuffer.buffer(byte[] bytes) static BufferBuffer.buffer(int initialSizeHint) static BufferBuffer.buffer(io.netty.buffer.ByteBuf byteBuf) Deprecated.removed from public API in Vert.x 5static Bufferstatic BufferBuffer.copy()Buffer.getBuffer(int start, int end) Buffer.getBytes(byte[] dst) Buffer.getBytes(byte[] dst, int dstIndex) Buffer.getBytes(int start, int end, byte[] dst) Buffer.getBytes(int start, int end, byte[] dst, int dstIndex) static BufferBuffer.newInstance(io.vertx.core.buffer.Buffer arg) Buffer.setByte(int pos, byte b) Buffer.setBytes(int pos, byte[] b) Buffer.setBytes(int pos, byte[] b, int offset, int len) Buffer.setBytes(int pos, ByteBuffer b) Buffer.setDouble(int pos, double d) Buffer.setFloat(int pos, float f) Buffer.setInt(int pos, int i) Buffer.setIntLE(int pos, int i) Buffer.setLong(int pos, long l) Buffer.setLongLE(int pos, long l) Buffer.setMedium(int pos, int i) Buffer.setMediumLE(int pos, int i) Buffer.setShort(int pos, short s) Buffer.setShortLE(int pos, short s) Buffer.setUnsignedByte(int pos, short b) Buffer.setUnsignedInt(int pos, long i) Buffer.setUnsignedIntLE(int pos, long i) Buffer.setUnsignedShort(int pos, int s) Buffer.setUnsignedShortLE(int pos, int s) Buffer.slice()Buffer.slice(int start, int end) Methods in io.vertx.mutiny.core.buffer with parameters of type Buffer -
Uses of Buffer in io.vertx.mutiny.core.datagram
Methods in io.vertx.mutiny.core.datagram that return BufferMethods in io.vertx.mutiny.core.datagram that return types with arguments of type BufferModifier and TypeMethodDescriptionMethods in io.vertx.mutiny.core.datagram with parameters of type BufferModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<Void> Write the givenBufferto theSocketAddress.DatagramSocket.sendAndAwait(Buffer packet, int port, String host) Blocking variant ofDatagramSocket.send(io.vertx.mutiny.core.buffer.Buffer,int,String).DatagramSocket.sendAndForget(Buffer packet, int port, String host) Variant ofDatagramSocket.send(io.vertx.mutiny.core.buffer.Buffer,int,String)that ignores the result of the operation. -
Uses of Buffer in io.vertx.mutiny.core.file
Methods in io.vertx.mutiny.core.file that return BufferModifier and TypeMethodDescriptionAsyncFile.readAndAwait(Buffer buffer, int offset, long position, int length) Blocking variant ofAsyncFile.read(io.vertx.mutiny.core.buffer.Buffer,int,long,int).FileSystem.readFileAndAwait(String path) Blocking variant ofFileSystem.readFile(String).FileSystem.readFileBlocking(String path) Methods in io.vertx.mutiny.core.file that return types with arguments of type BufferModifier and TypeMethodDescriptionAsyncFile.pipe()io.smallrye.mutiny.Uni<Buffer> Readslengthbytes of data from the file at positionpositionin the file, asynchronously.io.smallrye.mutiny.Uni<Buffer> Reads the entire file as represented by the pathpathas a , asynchronously.AsyncFile.toBlockingIterable()AsyncFile.toBlockingStream()io.smallrye.mutiny.Multi<Buffer> AsyncFile.toMulti()io.smallrye.mutiny.vertx.WriteStreamSubscriber<Buffer> AsyncFile.toSubscriber()Methods in io.vertx.mutiny.core.file with parameters of type BufferModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<Void> Same as but with anhandlercalled when the operation completesAsyncFile.endAndAwait(Buffer data) Blocking variant of.invalid reference
io.vertx.mutiny.core.streams.WriteStream#end(io.vertx.mutiny.core.buffer.Buffer)voidAsyncFile.endAndForget(Buffer data) Variant ofthat ignores the result of the operation.invalid reference
io.vertx.mutiny.core.streams.WriteStream#end(io.vertx.mutiny.core.buffer.Buffer)io.smallrye.mutiny.Uni<Buffer> Readslengthbytes of data from the file at positionpositionin the file, asynchronously.AsyncFile.readAndAwait(Buffer buffer, int offset, long position, int length) Blocking variant ofAsyncFile.read(io.vertx.mutiny.core.buffer.Buffer,int,long,int).AsyncFile.readAndForget(Buffer buffer, int offset, long position, int length) Variant ofAsyncFile.read(io.vertx.mutiny.core.buffer.Buffer,int,long,int)that ignores the result of the operation.io.smallrye.mutiny.Uni<Void> Same as but with anhandlercalled when the operation completesio.smallrye.mutiny.Uni<Void> Write aBufferto the file at positionpositionin the file, asynchronously.AsyncFile.writeAndAwait(Buffer data) Blocking variant of.invalid reference
io.vertx.mutiny.core.streams.WriteStream#write(io.vertx.mutiny.core.buffer.Buffer)AsyncFile.writeAndAwait(Buffer buffer, long position) Blocking variant ofAsyncFile.write(io.vertx.mutiny.core.buffer.Buffer,long).voidAsyncFile.writeAndForget(Buffer data) Variant ofthat ignores the result of the operation.invalid reference
io.vertx.mutiny.core.streams.WriteStream#write(io.vertx.mutiny.core.buffer.Buffer)voidAsyncFile.writeAndForget(Buffer buffer, long position) Variant ofAsyncFile.write(io.vertx.mutiny.core.buffer.Buffer,long)that ignores the result of the operation.io.smallrye.mutiny.Uni<Void> Creates the file, and writes the specifiedBuffer datato the file represented by the pathpath, asynchronously.FileSystem.writeFileAndAwait(String path, Buffer data) Blocking variant ofFileSystem.writeFile(String,io.vertx.mutiny.core.buffer.Buffer).FileSystem.writeFileAndForget(String path, Buffer data) Variant ofFileSystem.writeFile(String,io.vertx.mutiny.core.buffer.Buffer)that ignores the result of the operation.FileSystem.writeFileBlocking(String path, Buffer data) Method parameters in io.vertx.mutiny.core.file with type arguments of type BufferModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<Void> AsyncFile.pipeTo(WriteStream<Buffer> dst) Pipe thisReadStreamto theWriteStream.AsyncFile.pipeToAndAwait(WriteStream<Buffer> dst) Blocking variant ofReadStream.pipeTo(io.vertx.mutiny.core.streams.WriteStream).voidAsyncFile.pipeToAndForget(WriteStream<Buffer> dst) Variant ofReadStream.pipeTo(io.vertx.mutiny.core.streams.WriteStream)that ignores the result of the operation. -
Uses of Buffer in io.vertx.mutiny.core.http
Fields in io.vertx.mutiny.core.http with type parameters of type BufferModifier and TypeFieldDescriptionstatic final io.smallrye.mutiny.vertx.TypeArg<Buffer> WebSocketBase.TYPE_ARG_0Methods in io.vertx.mutiny.core.http that return BufferModifier and TypeMethodDescriptionWebSocketFrame.binaryData()HttpClientResponse.bodyAndAwait()Blocking variant ofHttpClientResponse.body().HttpServerRequest.bodyAndAwait()Blocking variant ofHttpServerRequest.body().HttpFrame.payload()HttpConnection.pingAndAwait(Buffer data) Blocking variant ofHttpConnection.ping(io.vertx.mutiny.core.buffer.Buffer).Methods in io.vertx.mutiny.core.http that return types with arguments of type BufferModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<Buffer> HttpClientResponse.body()Same asHttpClientResponse.body()but with anhandlercalled when the operation completesio.smallrye.mutiny.Uni<Buffer> HttpServerRequest.body()Same asHttpServerRequest.body()but with anhandlercalled when the operation completesio.smallrye.mutiny.Uni<Buffer> Send a frame to the remote endpoint.ClientWebSocket.pipe()HttpClientResponse.pipe()HttpServerFileUpload.pipe()HttpServerRequest.pipe()ServerWebSocket.pipe()WebSocket.pipe()WebSocketBase.pipe()ClientWebSocket.toBlockingIterable()HttpClientResponse.toBlockingIterable()HttpServerFileUpload.toBlockingIterable()HttpServerRequest.toBlockingIterable()ServerWebSocket.toBlockingIterable()WebSocket.toBlockingIterable()ClientWebSocket.toBlockingStream()HttpClientResponse.toBlockingStream()HttpServerFileUpload.toBlockingStream()HttpServerRequest.toBlockingStream()ServerWebSocket.toBlockingStream()WebSocket.toBlockingStream()io.smallrye.mutiny.Multi<Buffer> ClientWebSocket.toMulti()io.smallrye.mutiny.Multi<Buffer> HttpClientResponse.toMulti()io.smallrye.mutiny.Multi<Buffer> HttpServerFileUpload.toMulti()io.smallrye.mutiny.Multi<Buffer> HttpServerRequest.toMulti()io.smallrye.mutiny.Multi<Buffer> ServerWebSocket.toMulti()io.smallrye.mutiny.Multi<Buffer> WebSocket.toMulti()io.smallrye.mutiny.vertx.WriteStreamSubscriber<Buffer> ClientWebSocket.toSubscriber()io.smallrye.mutiny.vertx.WriteStreamSubscriber<Buffer> HttpClientRequest.toSubscriber()io.smallrye.mutiny.vertx.WriteStreamSubscriber<Buffer> HttpServerResponse.toSubscriber()io.smallrye.mutiny.vertx.WriteStreamSubscriber<Buffer> ServerWebSocket.toSubscriber()io.smallrye.mutiny.vertx.WriteStreamSubscriber<Buffer> WebSocket.toSubscriber()Methods in io.vertx.mutiny.core.http with parameters of type BufferModifier and TypeMethodDescriptionstatic WebSocketFrameWebSocketFrame.binaryFrame(Buffer data, boolean isFinal) static WebSocketFrameWebSocketFrame.continuationFrame(Buffer data, boolean isFinal) io.smallrye.mutiny.Uni<Void> Same as but with anhandlercalled when the operation completesio.smallrye.mutiny.Uni<Void> Same asHttpClientRequest.end(java.lang.String)but with anhandlercalled when the operation completesio.smallrye.mutiny.Uni<Void> Same asHttpServerResponse.end()but with anhandlercalled when the operation completesio.smallrye.mutiny.Uni<Void> Same as but with anhandlercalled when the operation completesio.smallrye.mutiny.Uni<Void> Same as but with anhandlercalled when the operation completesio.smallrye.mutiny.Uni<Void> Same as but with anhandlercalled when the operation completesClientWebSocket.endAndAwait(Buffer data) Blocking variant of.invalid reference
io.vertx.mutiny.core.streams.WriteStream#end(io.vertx.mutiny.core.buffer.Buffer)HttpClientRequest.endAndAwait(Buffer chunk) Blocking variant ofHttpClientRequest.end(io.vertx.mutiny.core.buffer.Buffer).HttpServerResponse.endAndAwait(Buffer chunk) Blocking variant of.invalid reference
io.vertx.mutiny.core.streams.WriteStream#end(io.vertx.mutiny.core.buffer.Buffer)ServerWebSocket.endAndAwait(Buffer data) Blocking variant of.invalid reference
io.vertx.mutiny.core.streams.WriteStream#end(io.vertx.mutiny.core.buffer.Buffer)WebSocket.endAndAwait(Buffer data) Blocking variant of.invalid reference
io.vertx.mutiny.core.streams.WriteStream#end(io.vertx.mutiny.core.buffer.Buffer)WebSocketBase.endAndAwait(Buffer data) Blocking variant of.invalid reference
io.vertx.mutiny.core.streams.WriteStream#end(io.vertx.mutiny.core.buffer.Buffer)voidClientWebSocket.endAndForget(Buffer data) Variant ofthat ignores the result of the operation.invalid reference
io.vertx.mutiny.core.streams.WriteStream#end(io.vertx.mutiny.core.buffer.Buffer)voidHttpClientRequest.endAndForget(Buffer chunk) Variant ofHttpClientRequest.end(io.vertx.mutiny.core.buffer.Buffer)that ignores the result of the operation.voidHttpServerResponse.endAndForget(Buffer chunk) Variant ofthat ignores the result of the operation.invalid reference
io.vertx.mutiny.core.streams.WriteStream#end(io.vertx.mutiny.core.buffer.Buffer)voidServerWebSocket.endAndForget(Buffer data) Variant ofthat ignores the result of the operation.invalid reference
io.vertx.mutiny.core.streams.WriteStream#end(io.vertx.mutiny.core.buffer.Buffer)voidWebSocket.endAndForget(Buffer data) Variant ofthat ignores the result of the operation.invalid reference
io.vertx.mutiny.core.streams.WriteStream#end(io.vertx.mutiny.core.buffer.Buffer)voidWebSocketBase.endAndForget(Buffer data) Variant ofthat ignores the result of the operation.invalid reference
io.vertx.mutiny.core.streams.WriteStream#end(io.vertx.mutiny.core.buffer.Buffer)io.smallrye.mutiny.Uni<Buffer> Send a frame to the remote endpoint.HttpConnection.pingAndAwait(Buffer data) Blocking variant ofHttpConnection.ping(io.vertx.mutiny.core.buffer.Buffer).HttpConnection.pingAndForget(Buffer data) Variant ofHttpConnection.ping(io.vertx.mutiny.core.buffer.Buffer)that ignores the result of the operation.static WebSocketFramestatic WebSocketFrameio.smallrye.mutiny.Uni<HttpClientResponse> Send the request with a bufferbody.io.smallrye.mutiny.Uni<Void> Send the request with a bufferbody.HttpClientRequest.sendAndAwait(Buffer body) Blocking variant ofHttpClientRequest.send(io.vertx.mutiny.core.buffer.Buffer).HttpServerResponse.sendAndAwait(Buffer body) Blocking variant ofHttpServerResponse.send(io.vertx.mutiny.core.buffer.Buffer).voidHttpClientRequest.sendAndForget(Buffer body) Variant ofHttpClientRequest.send(io.vertx.mutiny.core.buffer.Buffer)that ignores the result of the operation.voidHttpServerResponse.sendAndForget(Buffer body) Variant ofHttpServerResponse.send(io.vertx.mutiny.core.buffer.Buffer)that ignores the result of the operation.io.smallrye.mutiny.Uni<Void> Same as but with anhandlercalled when the operation completesio.smallrye.mutiny.Uni<Void> Same as but with anhandlercalled when the operation completesio.smallrye.mutiny.Uni<Void> Same as but with anhandlercalled when the operation completesio.smallrye.mutiny.Uni<Void> Same as but with anhandlercalled when the operation completesio.smallrye.mutiny.Uni<Void> Same as but with anhandlercalled when the operation completesio.smallrye.mutiny.Uni<Void> Same as but with anhandlercalled when the operation completesClientWebSocket.writeAndAwait(Buffer data) Blocking variant of.invalid reference
io.vertx.mutiny.core.streams.WriteStream#write(io.vertx.mutiny.core.buffer.Buffer)HttpClientRequest.writeAndAwait(Buffer data) Blocking variant of.invalid reference
io.vertx.mutiny.core.streams.WriteStream#write(io.vertx.mutiny.core.buffer.Buffer)HttpServerResponse.writeAndAwait(Buffer data) Blocking variant of.invalid reference
io.vertx.mutiny.core.streams.WriteStream#write(io.vertx.mutiny.core.buffer.Buffer)ServerWebSocket.writeAndAwait(Buffer data) Blocking variant of.invalid reference
io.vertx.mutiny.core.streams.WriteStream#write(io.vertx.mutiny.core.buffer.Buffer)WebSocket.writeAndAwait(Buffer data) Blocking variant of.invalid reference
io.vertx.mutiny.core.streams.WriteStream#write(io.vertx.mutiny.core.buffer.Buffer)WebSocketBase.writeAndAwait(Buffer data) Blocking variant of.invalid reference
io.vertx.mutiny.core.streams.WriteStream#write(io.vertx.mutiny.core.buffer.Buffer)voidClientWebSocket.writeAndForget(Buffer data) Variant ofthat ignores the result of the operation.invalid reference
io.vertx.mutiny.core.streams.WriteStream#write(io.vertx.mutiny.core.buffer.Buffer)voidHttpClientRequest.writeAndForget(Buffer data) Variant ofthat ignores the result of the operation.invalid reference
io.vertx.mutiny.core.streams.WriteStream#write(io.vertx.mutiny.core.buffer.Buffer)voidHttpServerResponse.writeAndForget(Buffer data) Variant ofthat ignores the result of the operation.invalid reference
io.vertx.mutiny.core.streams.WriteStream#write(io.vertx.mutiny.core.buffer.Buffer)voidServerWebSocket.writeAndForget(Buffer data) Variant ofthat ignores the result of the operation.invalid reference
io.vertx.mutiny.core.streams.WriteStream#write(io.vertx.mutiny.core.buffer.Buffer)voidWebSocket.writeAndForget(Buffer data) Variant ofthat ignores the result of the operation.invalid reference
io.vertx.mutiny.core.streams.WriteStream#write(io.vertx.mutiny.core.buffer.Buffer)voidWebSocketBase.writeAndForget(Buffer data) Variant ofthat ignores the result of the operation.invalid reference
io.vertx.mutiny.core.streams.WriteStream#write(io.vertx.mutiny.core.buffer.Buffer)io.smallrye.mutiny.Uni<Void> ClientWebSocket.writeBinaryMessage(Buffer data) io.smallrye.mutiny.Uni<Void> ServerWebSocket.writeBinaryMessage(Buffer data) io.smallrye.mutiny.Uni<Void> WebSocket.writeBinaryMessage(Buffer data) io.smallrye.mutiny.Uni<Void> WebSocketBase.writeBinaryMessage(Buffer data) Same asWebSocketBase.writeBinaryMessage(io.vertx.mutiny.core.buffer.Buffer)but with anhandlercalled when the operation completesClientWebSocket.writeBinaryMessageAndAwait(Buffer data) ServerWebSocket.writeBinaryMessageAndAwait(Buffer data) WebSocket.writeBinaryMessageAndAwait(Buffer data) WebSocketBase.writeBinaryMessageAndAwait(Buffer data) Blocking variant ofWebSocketBase.writeBinaryMessage(io.vertx.mutiny.core.buffer.Buffer).ClientWebSocket.writeBinaryMessageAndForget(Buffer data) ServerWebSocket.writeBinaryMessageAndForget(Buffer data) WebSocket.writeBinaryMessageAndForget(Buffer data) WebSocketBase.writeBinaryMessageAndForget(Buffer data) Variant ofWebSocketBase.writeBinaryMessage(io.vertx.mutiny.core.buffer.Buffer)that ignores the result of the operation.HttpClientRequest.writeCustomFrame(int type, int flags, Buffer payload) HttpServerResponse.writeCustomFrame(int type, int flags, Buffer payload) io.smallrye.mutiny.Uni<Void> ClientWebSocket.writeFinalBinaryFrame(Buffer data) io.smallrye.mutiny.Uni<Void> ServerWebSocket.writeFinalBinaryFrame(Buffer data) io.smallrye.mutiny.Uni<Void> WebSocket.writeFinalBinaryFrame(Buffer data) io.smallrye.mutiny.Uni<Void> WebSocketBase.writeFinalBinaryFrame(Buffer data) Same asWebSocketBase.writeFinalBinaryFrame(io.vertx.mutiny.core.buffer.Buffer)but with anhandlercalled when the operation completesClientWebSocket.writeFinalBinaryFrameAndAwait(Buffer data) ServerWebSocket.writeFinalBinaryFrameAndAwait(Buffer data) WebSocket.writeFinalBinaryFrameAndAwait(Buffer data) WebSocketBase.writeFinalBinaryFrameAndAwait(Buffer data) Blocking variant ofWebSocketBase.writeFinalBinaryFrame(io.vertx.mutiny.core.buffer.Buffer).ClientWebSocket.writeFinalBinaryFrameAndForget(Buffer data) ServerWebSocket.writeFinalBinaryFrameAndForget(Buffer data) WebSocket.writeFinalBinaryFrameAndForget(Buffer data) WebSocketBase.writeFinalBinaryFrameAndForget(Buffer data) Variant ofWebSocketBase.writeFinalBinaryFrame(io.vertx.mutiny.core.buffer.Buffer)that ignores the result of the operation.io.smallrye.mutiny.Uni<Void> io.smallrye.mutiny.Uni<Void> io.smallrye.mutiny.Uni<Void> io.smallrye.mutiny.Uni<Void> Writes a ping frame to the connection.ClientWebSocket.writePingAndAwait(Buffer data) ServerWebSocket.writePingAndAwait(Buffer data) WebSocket.writePingAndAwait(Buffer data) WebSocketBase.writePingAndAwait(Buffer data) Blocking variant ofWebSocketBase.writePing(io.vertx.mutiny.core.buffer.Buffer).ClientWebSocket.writePingAndForget(Buffer data) ServerWebSocket.writePingAndForget(Buffer data) WebSocket.writePingAndForget(Buffer data) WebSocketBase.writePingAndForget(Buffer data) Variant ofWebSocketBase.writePing(io.vertx.mutiny.core.buffer.Buffer)that ignores the result of the operation.io.smallrye.mutiny.Uni<Void> io.smallrye.mutiny.Uni<Void> io.smallrye.mutiny.Uni<Void> io.smallrye.mutiny.Uni<Void> Writes a pong frame to the connection.ClientWebSocket.writePongAndAwait(Buffer data) ServerWebSocket.writePongAndAwait(Buffer data) WebSocket.writePongAndAwait(Buffer data) WebSocketBase.writePongAndAwait(Buffer data) Blocking variant ofWebSocketBase.writePong(io.vertx.mutiny.core.buffer.Buffer).ClientWebSocket.writePongAndForget(Buffer data) ServerWebSocket.writePongAndForget(Buffer data) WebSocket.writePongAndForget(Buffer data) WebSocketBase.writePongAndForget(Buffer data) Variant ofWebSocketBase.writePong(io.vertx.mutiny.core.buffer.Buffer)that ignores the result of the operation.Method parameters in io.vertx.mutiny.core.http with type arguments of type BufferModifier and TypeMethodDescriptionClientWebSocket.binaryMessageHandler(Consumer<Buffer> handler) ServerWebSocket.binaryMessageHandler(Consumer<Buffer> handler) WebSocket.binaryMessageHandler(Consumer<Buffer> handler) WebSocketBase.binaryMessageHandler(Consumer<Buffer> handler) HttpClientResponse.bodyHandler(Consumer<Buffer> bodyHandler) HttpServerRequest.bodyHandler(Consumer<Buffer> bodyHandler) HttpConnection.pingHandler(Consumer<Buffer> handler) io.smallrye.mutiny.Uni<Void> ClientWebSocket.pipeTo(WriteStream<Buffer> dst) Pipe thisReadStreamto theWriteStream.io.smallrye.mutiny.Uni<Void> HttpClientResponse.pipeTo(WriteStream<Buffer> dst) Pipe thisReadStreamto theWriteStream.io.smallrye.mutiny.Uni<Void> HttpServerFileUpload.pipeTo(WriteStream<Buffer> dst) Pipe thisReadStreamto theWriteStream.io.smallrye.mutiny.Uni<Void> HttpServerRequest.pipeTo(WriteStream<Buffer> dst) Pipe thisReadStreamto theWriteStream.io.smallrye.mutiny.Uni<Void> ServerWebSocket.pipeTo(WriteStream<Buffer> dst) Pipe thisReadStreamto theWriteStream.io.smallrye.mutiny.Uni<Void> WebSocket.pipeTo(WriteStream<Buffer> dst) Pipe thisReadStreamto theWriteStream.io.smallrye.mutiny.Uni<Void> WebSocketBase.pipeTo(WriteStream<Buffer> dst) Pipe thisReadStreamto theWriteStream.ClientWebSocket.pipeToAndAwait(WriteStream<Buffer> dst) Blocking variant ofReadStream.pipeTo(io.vertx.mutiny.core.streams.WriteStream).HttpClientResponse.pipeToAndAwait(WriteStream<Buffer> dst) Blocking variant ofReadStream.pipeTo(io.vertx.mutiny.core.streams.WriteStream).HttpServerFileUpload.pipeToAndAwait(WriteStream<Buffer> dst) Blocking variant ofReadStream.pipeTo(io.vertx.mutiny.core.streams.WriteStream).HttpServerRequest.pipeToAndAwait(WriteStream<Buffer> dst) Blocking variant ofReadStream.pipeTo(io.vertx.mutiny.core.streams.WriteStream).ServerWebSocket.pipeToAndAwait(WriteStream<Buffer> dst) Blocking variant ofReadStream.pipeTo(io.vertx.mutiny.core.streams.WriteStream).WebSocket.pipeToAndAwait(WriteStream<Buffer> dst) Blocking variant ofReadStream.pipeTo(io.vertx.mutiny.core.streams.WriteStream).WebSocketBase.pipeToAndAwait(WriteStream<Buffer> dst) Blocking variant ofReadStream.pipeTo(io.vertx.mutiny.core.streams.WriteStream).voidClientWebSocket.pipeToAndForget(WriteStream<Buffer> dst) Variant ofReadStream.pipeTo(io.vertx.mutiny.core.streams.WriteStream)that ignores the result of the operation.voidHttpClientResponse.pipeToAndForget(WriteStream<Buffer> dst) Variant ofReadStream.pipeTo(io.vertx.mutiny.core.streams.WriteStream)that ignores the result of the operation.voidHttpServerFileUpload.pipeToAndForget(WriteStream<Buffer> dst) Variant ofReadStream.pipeTo(io.vertx.mutiny.core.streams.WriteStream)that ignores the result of the operation.voidHttpServerRequest.pipeToAndForget(WriteStream<Buffer> dst) Variant ofReadStream.pipeTo(io.vertx.mutiny.core.streams.WriteStream)that ignores the result of the operation.voidServerWebSocket.pipeToAndForget(WriteStream<Buffer> dst) Variant ofReadStream.pipeTo(io.vertx.mutiny.core.streams.WriteStream)that ignores the result of the operation.voidWebSocket.pipeToAndForget(WriteStream<Buffer> dst) Variant ofReadStream.pipeTo(io.vertx.mutiny.core.streams.WriteStream)that ignores the result of the operation.voidWebSocketBase.pipeToAndForget(WriteStream<Buffer> dst) Variant ofReadStream.pipeTo(io.vertx.mutiny.core.streams.WriteStream)that ignores the result of the operation.ClientWebSocket.pongHandler(Consumer<Buffer> handler) ServerWebSocket.pongHandler(Consumer<Buffer> handler) WebSocket.pongHandler(Consumer<Buffer> handler) WebSocketBase.pongHandler(Consumer<Buffer> handler) io.smallrye.mutiny.Uni<HttpClientResponse> HttpClientRequest.send(ReadStream<Buffer> body) Send the request with a streambody.io.smallrye.mutiny.Uni<HttpClientResponse> HttpClientRequest.send(Flow.Publisher<Buffer> body) Send the request with a streambody.io.smallrye.mutiny.Uni<Void> HttpServerResponse.send(ReadStream<Buffer> body) Send the request with a streambody.io.smallrye.mutiny.Uni<Void> HttpServerResponse.send(Flow.Publisher<Buffer> body) Send the request with a streambody.HttpClientRequest.sendAndAwait(ReadStream<Buffer> body) Blocking variant ofHttpClientRequest.send(io.vertx.mutiny.core.streams.ReadStream).HttpClientRequest.sendAndAwait(Flow.Publisher<Buffer> body) Blocking variant ofHttpClientRequest.send(Flow$Publisher).HttpServerResponse.sendAndAwait(ReadStream<Buffer> body) Blocking variant ofHttpServerResponse.send(io.vertx.mutiny.core.streams.ReadStream).HttpServerResponse.sendAndAwait(Flow.Publisher<Buffer> body) Blocking variant ofHttpServerResponse.send(Flow$Publisher).voidHttpClientRequest.sendAndForget(ReadStream<Buffer> body) Variant ofHttpClientRequest.send(io.vertx.mutiny.core.streams.ReadStream)that ignores the result of the operation.voidHttpClientRequest.sendAndForget(Flow.Publisher<Buffer> body) Variant ofHttpClientRequest.send(Flow$Publisher)that ignores the result of the operation.voidHttpServerResponse.sendAndForget(ReadStream<Buffer> body) Variant ofHttpServerResponse.send(io.vertx.mutiny.core.streams.ReadStream)that ignores the result of the operation.voidHttpServerResponse.sendAndForget(Flow.Publisher<Buffer> body) Variant ofHttpServerResponse.send(Flow$Publisher)that ignores the result of the operation. -
Uses of Buffer in io.vertx.mutiny.core.net
Methods in io.vertx.mutiny.core.net that return types with arguments of type BufferModifier and TypeMethodDescriptionNetSocket.pipe()NetSocket.toBlockingIterable()NetSocket.toBlockingStream()io.smallrye.mutiny.Multi<Buffer> NetSocket.toMulti()io.smallrye.mutiny.vertx.WriteStreamSubscriber<Buffer> NetSocket.toSubscriber()Methods in io.vertx.mutiny.core.net with parameters of type BufferModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<Void> Same as but with anhandlercalled when the operation completesNetSocket.endAndAwait(Buffer data) Blocking variant of.invalid reference
io.vertx.mutiny.core.streams.WriteStream#end(io.vertx.mutiny.core.buffer.Buffer)voidNetSocket.endAndForget(Buffer data) Variant ofthat ignores the result of the operation.invalid reference
io.vertx.mutiny.core.streams.WriteStream#end(io.vertx.mutiny.core.buffer.Buffer)io.smallrye.mutiny.Uni<Void> LikeWriteStream.write(T)but with anhandlercalled when the message has been written or failed to be written.NetSocket.writeAndAwait(Buffer message) Blocking variant of.invalid reference
io.vertx.mutiny.core.streams.WriteStream#write(io.vertx.mutiny.core.buffer.Buffer)voidNetSocket.writeAndForget(Buffer message) Variant ofthat ignores the result of the operation.invalid reference
io.vertx.mutiny.core.streams.WriteStream#write(io.vertx.mutiny.core.buffer.Buffer)Method parameters in io.vertx.mutiny.core.net with type arguments of type BufferModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<Void> NetSocket.pipeTo(WriteStream<Buffer> dst) Pipe thisReadStreamto theWriteStream.NetSocket.pipeToAndAwait(WriteStream<Buffer> dst) Blocking variant ofReadStream.pipeTo(io.vertx.mutiny.core.streams.WriteStream).voidNetSocket.pipeToAndForget(WriteStream<Buffer> dst) Variant ofReadStream.pipeTo(io.vertx.mutiny.core.streams.WriteStream)that ignores the result of the operation. -
Uses of Buffer in io.vertx.mutiny.core.parsetools
Methods in io.vertx.mutiny.core.parsetools that return BufferMethods in io.vertx.mutiny.core.parsetools that return types with arguments of type BufferModifier and TypeMethodDescriptionRecordParser.pipe()RecordParser.toBlockingIterable()RecordParser.toBlockingStream()io.smallrye.mutiny.Multi<Buffer> RecordParser.toMulti()Methods in io.vertx.mutiny.core.parsetools with parameters of type BufferModifier and TypeMethodDescriptionvoidvoidvoidRecordParser.delimitedMode(Buffer delim) voidvoidstatic RecordParserRecordParser.newDelimited(Buffer delim) static RecordParserRecordParser.newDelimited(Buffer delim, ReadStream<Buffer> stream) static RecordParserRecordParser.newDelimited(Buffer delim, Flow.Publisher<Buffer> stream) static RecordParserRecordParser.newDelimited(Buffer delim, Consumer<Buffer> output) Method parameters in io.vertx.mutiny.core.parsetools with type arguments of type BufferModifier and TypeMethodDescriptionstatic RecordParserRecordParser.newDelimited(Buffer delim, ReadStream<Buffer> stream) static RecordParserRecordParser.newDelimited(Buffer delim, Flow.Publisher<Buffer> stream) static RecordParserRecordParser.newDelimited(Buffer delim, Consumer<Buffer> output) static RecordParserRecordParser.newDelimited(String delim, ReadStream<Buffer> stream) static RecordParserRecordParser.newDelimited(String delim, Flow.Publisher<Buffer> stream) static RecordParserRecordParser.newDelimited(String delim, Consumer<Buffer> output) static RecordParserRecordParser.newFixed(int size, ReadStream<Buffer> stream) static RecordParserRecordParser.newFixed(int size, Flow.Publisher<Buffer> stream) static RecordParserstatic JsonParserJsonParser.newParser(ReadStream<Buffer> stream) static JsonParserJsonParser.newParser(Flow.Publisher<Buffer> stream) io.smallrye.mutiny.Uni<Void> RecordParser.pipeTo(WriteStream<Buffer> dst) Pipe thisReadStreamto theWriteStream.RecordParser.pipeToAndAwait(WriteStream<Buffer> dst) Blocking variant ofReadStream.pipeTo(io.vertx.mutiny.core.streams.WriteStream).voidRecordParser.pipeToAndForget(WriteStream<Buffer> dst) Variant ofReadStream.pipeTo(io.vertx.mutiny.core.streams.WriteStream)that ignores the result of the operation.void