Uses of Class
io.vertx.rxjava3.core.buffer.Buffer
-
-
Uses of Buffer in io.vertx.rxjava3.amqp
Methods in io.vertx.rxjava3.amqp that return Buffer Modifier and Type Method Description BufferAmqpMessage. bodyAsBinary()Methods in io.vertx.rxjava3.amqp with parameters of type Buffer Modifier and Type Method Description AmqpMessageBuilderAmqpMessageBuilder. withBufferAsBody(Buffer buffer) -
Uses of Buffer in io.vertx.rxjava3.core
Methods in io.vertx.rxjava3.core that return types with arguments of type Buffer Modifier and Type Method Description static <T> io.reactivex.rxjava3.core.FlowableTransformer<Buffer,T>FlowableHelper. unmarshaller(com.fasterxml.jackson.core.type.TypeReference<T> mappedTypeRef)static <T> io.reactivex.rxjava3.core.FlowableTransformer<Buffer,T>FlowableHelper. unmarshaller(com.fasterxml.jackson.core.type.TypeReference<T> mappedTypeRef, com.fasterxml.jackson.core.ObjectCodec mapper)static <T> io.reactivex.rxjava3.core.FlowableTransformer<Buffer,T>FlowableHelper. unmarshaller(Class<T> mappedType)static <T> io.reactivex.rxjava3.core.FlowableTransformer<Buffer,T>FlowableHelper. unmarshaller(Class<T> mappedType, com.fasterxml.jackson.core.ObjectCodec mapper)static <T> io.reactivex.rxjava3.core.MaybeTransformer<Buffer,T>MaybeHelper. unmarshaller(com.fasterxml.jackson.core.type.TypeReference<T> mappedTypeRef)static <T> io.reactivex.rxjava3.core.MaybeTransformer<Buffer,T>MaybeHelper. unmarshaller(com.fasterxml.jackson.core.type.TypeReference<T> mappedTypeRef, com.fasterxml.jackson.core.ObjectCodec mapper)static <T> io.reactivex.rxjava3.core.MaybeTransformer<Buffer,T>MaybeHelper. unmarshaller(Class<T> mappedType)static <T> io.reactivex.rxjava3.core.MaybeTransformer<Buffer,T>MaybeHelper. unmarshaller(Class<T> mappedType, com.fasterxml.jackson.core.ObjectCodec mapper)static <T> io.reactivex.rxjava3.core.ObservableTransformer<Buffer,T>ObservableHelper. unmarshaller(com.fasterxml.jackson.core.type.TypeReference<T> mappedTypeRef)static <T> io.reactivex.rxjava3.core.ObservableTransformer<Buffer,T>ObservableHelper. unmarshaller(com.fasterxml.jackson.core.type.TypeReference<T> mappedTypeRef, com.fasterxml.jackson.core.ObjectCodec mapper)static <T> io.reactivex.rxjava3.core.ObservableTransformer<Buffer,T>ObservableHelper. unmarshaller(Class<T> mappedType)static <T> io.reactivex.rxjava3.core.ObservableTransformer<Buffer,T>ObservableHelper. unmarshaller(Class<T> mappedType, com.fasterxml.jackson.core.ObjectCodec mapper)static <T> io.reactivex.rxjava3.core.SingleTransformer<Buffer,T>SingleHelper. unmarshaller(com.fasterxml.jackson.core.type.TypeReference<T> mappedTypeRef)static <T> io.reactivex.rxjava3.core.SingleTransformer<Buffer,T>SingleHelper. unmarshaller(com.fasterxml.jackson.core.type.TypeReference<T> mappedTypeRef, com.fasterxml.jackson.core.ObjectCodec mapper)static <T> io.reactivex.rxjava3.core.SingleTransformer<Buffer,T>SingleHelper. unmarshaller(Class<T> mappedType)static <T> io.reactivex.rxjava3.core.SingleTransformer<Buffer,T>SingleHelper. unmarshaller(Class<T> mappedType, com.fasterxml.jackson.core.ObjectCodec mapper) -
Uses of Buffer in io.vertx.rxjava3.core.buffer
Fields in io.vertx.rxjava3.core.buffer with type parameters of type Buffer Modifier and Type Field Description static TypeArg<Buffer>Buffer. __TYPE_ARGMethods in io.vertx.rxjava3.core.buffer that return Buffer Modifier and Type Method Description BufferBuffer. appendBuffer(Buffer buff)Appends the specifiedBufferto the end of this Buffer.BufferBuffer. appendBuffer(Buffer buff, int offset, int len)Appends the specifiedBufferstarting at theoffsetusinglento the end of this Buffer.BufferBuffer. appendByte(byte b)Appends the specifiedbyteto the end of the Buffer.BufferBuffer. appendBytes(byte[] bytes)Appends the specifiedbyte[]to the end of the Buffer.BufferBuffer. appendBytes(byte[] bytes, int offset, int len)Appends the specified number of bytes frombyte[]to the end of the Buffer, starting at the given offset.BufferBuffer. appendDouble(double d)Appends the specifieddoubleto the end of the Buffer.BufferBuffer. appendFloat(float f)Appends the specifiedfloatto the end of the Buffer.BufferBuffer. appendInt(int i)Appends the specifiedintto the end of the Buffer.BufferBuffer. appendIntLE(int i)Appends the specifiedintto the end of the Buffer in the Little Endian Byte Order.BufferBuffer. appendLong(long l)Appends the specifiedlongto the end of the Buffer.BufferBuffer. appendLongLE(long l)Appends the specifiedlongto the end of the Buffer in the Little Endian Byte Order.BufferBuffer. appendMedium(int i)Appends the specified 24bitintto the end of the Buffer.BufferBuffer. appendMediumLE(int i)Appends the specified 24bitintto the end of the Buffer in the Little Endian Byte Order.BufferBuffer. appendShort(short s)Appends the specifiedshortto the end of the Buffer.The buffer will expand as necessary to accommodate any bytes written.BufferBuffer. appendShortLE(short s)Appends the specifiedshortto the end of the Buffer in the Little Endian Byte Order.The buffer will expand as necessary to accommodate any bytes written.BufferBuffer. appendString(String str)Appends the specifiedString strto the end of the Buffer with UTF-8 encoding.BufferBuffer. appendString(String str, String enc)Appends the specifiedStringto the end of the Buffer with the encoding as specified byenc.BufferBuffer. appendUnsignedByte(short b)Appends the specified unsignedbyteto the end of the Buffer.BufferBuffer. appendUnsignedInt(long i)Appends the specified unsignedintto the end of the Buffer.BufferBuffer. appendUnsignedIntLE(long i)Appends the specified unsignedintto the end of the Buffer in the Little Endian Byte Order.BufferBuffer. appendUnsignedShort(int s)Appends the specified unsignedshortto the end of the Buffer.The buffer will expand as necessary to accommodate any bytes written.BufferBuffer. appendUnsignedShortLE(int s)Appends the specified unsignedshortto the end of the Buffer in the Little Endian Byte Order.The buffer will expand as necessary to accommodate any bytes written.static BufferBuffer. buffer()Create a new, empty buffer.static BufferBuffer. buffer(byte[] bytes)Create a new buffer from a byte[].static BufferBuffer. buffer(int initialSizeHint)Create a new buffer given the initial size hint.static BufferBuffer. buffer(io.netty.buffer.ByteBuf byteBuf)Deprecated.static BufferBuffer. buffer(String string)Create a new buffer from a string.static BufferBuffer. buffer(String string, String enc)Create a new buffer from a string and using the specified encoding.BufferBuffer. copy()Returns a copy of the entire Buffer.BufferBuffer. getBuffer(int start, int end)Returns a copy of a sub-sequence the Buffer as aBufferstarting at positionstartand ending at positionend - 1BufferBuffer. getBytes(byte[] dst)Transfers the content of the Buffer into abyte[].BufferBuffer. getBytes(byte[] dst, int dstIndex)Transfers the content of the Buffer into abyte[]at the specific destination.BufferBuffer. getBytes(int start, int end, byte[] dst)Transfers the content of the Buffer starting at positionstartand ending at positionend - 1into abyte[].BufferBuffer. getBytes(int start, int end, byte[] dst, int dstIndex)Transfers the content of the Buffer starting at positionstartand ending at positionend - 1into abyte[]at the specific destination.static BufferBuffer. newInstance(Buffer arg)BufferBuffer. setBuffer(int pos, Buffer b)Sets the bytes at positionposin the Buffer to the bytes represented by theBuffer b.BufferBuffer. setBuffer(int pos, Buffer b, int offset, int len)Sets the bytes at positionposin the Buffer to the bytes represented by theBuffer bon the givenoffsetandlen.BufferBuffer. setByte(int pos, byte b)Sets thebyteat positionposin the Buffer to the valueb.BufferBuffer. setBytes(int pos, byte[] b)Sets the bytes at positionposin the Buffer to the bytes represented by thebyte[] b.BufferBuffer. setBytes(int pos, byte[] b, int offset, int len)Sets the given number of bytes at positionposin the Buffer to the bytes represented by thebyte[] b.BufferBuffer. setBytes(int pos, ByteBuffer b)Sets the bytes at positionposin the Buffer to the bytes represented by theByteBuffer b.BufferBuffer. setDouble(int pos, double d)Sets thedoubleat positionposin the Buffer to the valued.BufferBuffer. setFloat(int pos, float f)Sets thefloatat positionposin the Buffer to the valuef.BufferBuffer. setInt(int pos, int i)Sets theintat positionposin the Buffer to the valuei.BufferBuffer. setIntLE(int pos, int i)Sets theintat positionposin the Buffer to the valueiin the Little Endian Byte Order.BufferBuffer. setLong(int pos, long l)Sets thelongat positionposin the Buffer to the valuel.BufferBuffer. setLongLE(int pos, long l)Sets thelongat positionposin the Buffer to the valuelin the Little Endian Byte Order.BufferBuffer. setMedium(int pos, int i)Sets the 24bitintat positionposin the Buffer to the valuei.BufferBuffer. setMediumLE(int pos, int i)Sets the 24bitintat positionposin the Buffer to the valuei.BufferBuffer. setShort(int pos, short s)Sets theshortat positionposin the Buffer to the values.BufferBuffer. setShortLE(int pos, short s)Sets theshortat positionposin the Buffer to the valuesin the Little Endian Byte Order.BufferBuffer. setString(int pos, String str)Sets the bytes at positionposin the Buffer to the value ofstrencoded in UTF-8.BufferBuffer. setString(int pos, String str, String enc)Sets the bytes at positionposin the Buffer to the value ofstrencoded in encodingenc.BufferBuffer. setUnsignedByte(int pos, short b)Sets the unsignedbyteat positionposin the Buffer to the valueb.BufferBuffer. setUnsignedInt(int pos, long i)Sets the unsignedintat positionposin the Buffer to the valuei.BufferBuffer. setUnsignedIntLE(int pos, long i)Sets the unsignedintat positionposin the Buffer to the valueiin the Little Endian Byte Order.BufferBuffer. setUnsignedShort(int pos, int s)Sets the unsignedshortat positionposin the Buffer to the values.BufferBuffer. setUnsignedShortLE(int pos, int s)Sets the unsignedshortat positionposin the Buffer to the valuesin the Little Endian Byte Order.BufferBuffer. slice()Returns a slice of this buffer.BufferBuffer. slice(int start, int end)Returns a slice of this buffer.Methods in io.vertx.rxjava3.core.buffer with parameters of type Buffer Modifier and Type Method Description BufferBuffer. appendBuffer(Buffer buff)Appends the specifiedBufferto the end of this Buffer.BufferBuffer. appendBuffer(Buffer buff, int offset, int len)Appends the specifiedBufferstarting at theoffsetusinglento the end of this Buffer.BufferBuffer. setBuffer(int pos, Buffer b)Sets the bytes at positionposin the Buffer to the bytes represented by theBuffer b.BufferBuffer. setBuffer(int pos, Buffer b, int offset, int len)Sets the bytes at positionposin the Buffer to the bytes represented by theBuffer bon the givenoffsetandlen. -
Uses of Buffer in io.vertx.rxjava3.core.datagram
Methods in io.vertx.rxjava3.core.datagram that return Buffer Modifier and Type Method Description BufferDatagramPacket. data()Returns the data of theDatagramPacketMethods in io.vertx.rxjava3.core.datagram that return types with arguments of type Buffer Modifier and Type Method Description WriteStream<Buffer>DatagramSocket. sender(int port, String host)Returns aWriteStreamable to send to theSocketAddress.Methods in io.vertx.rxjava3.core.datagram with parameters of type Buffer Modifier and Type Method Description io.reactivex.rxjava3.core.CompletableDatagramSocket. rxSend(Buffer packet, int port, String host)Write the givenBufferto theSocketAddress.io.reactivex.rxjava3.core.CompletableDatagramSocket. send(Buffer packet, int port, String host)Write the givenBufferto theSocketAddress. -
Uses of Buffer in io.vertx.rxjava3.core.file
Methods in io.vertx.rxjava3.core.file that return Buffer Modifier and Type Method Description BufferFileSystem. readFileBlocking(String path)Blocking version ofFileSystem.readFile(java.lang.String)Methods in io.vertx.rxjava3.core.file that return types with arguments of type Buffer Modifier and Type Method Description Pipe<Buffer>AsyncFile. pipe()Pause this stream and return a to transfer the elements of this stream to a destination .io.reactivex.rxjava3.core.Single<Buffer>AsyncFile. read(Buffer buffer, int offset, long position, int length)Readslengthbytes of data from the file at positionpositionin the file, asynchronously.io.reactivex.rxjava3.core.Single<Buffer>FileSystem. readFile(String path)Reads the entire file as represented by the pathpathas a , asynchronously.io.reactivex.rxjava3.core.Single<Buffer>AsyncFile. rxRead(Buffer buffer, int offset, long position, int length)Readslengthbytes of data from the file at positionpositionin the file, asynchronously.io.reactivex.rxjava3.core.Single<Buffer>FileSystem. rxReadFile(String path)Reads the entire file as represented by the pathpathas a , asynchronously.io.reactivex.rxjava3.core.Flowable<Buffer>AsyncFile. toFlowable()io.reactivex.rxjava3.core.Observable<Buffer>AsyncFile. toObservable()WriteStreamObserver<Buffer>AsyncFile. toObserver()WriteStreamSubscriber<Buffer>AsyncFile. toSubscriber()Methods in io.vertx.rxjava3.core.file with parameters of type Buffer Modifier and Type Method Description io.reactivex.rxjava3.core.CompletableAsyncFile. end(Buffer data)Same as but with anhandlercalled when the operation completesio.reactivex.rxjava3.core.Single<Buffer>AsyncFile. read(Buffer buffer, int offset, long position, int length)Readslengthbytes of data from the file at positionpositionin the file, asynchronously.io.reactivex.rxjava3.core.CompletableAsyncFile. rxEnd(Buffer data)Same as but with anhandlercalled when the operation completesio.reactivex.rxjava3.core.Single<Buffer>AsyncFile. rxRead(Buffer buffer, int offset, long position, int length)Readslengthbytes of data from the file at positionpositionin the file, asynchronously.io.reactivex.rxjava3.core.CompletableAsyncFile. rxWrite(Buffer data)Same as but with anhandlercalled when the operation completesio.reactivex.rxjava3.core.CompletableAsyncFile. rxWrite(Buffer buffer, long position)Write aBufferto the file at positionpositionin the file, asynchronously.io.reactivex.rxjava3.core.CompletableFileSystem. rxWriteFile(String path, Buffer data)Creates the file, and writes the specifiedBuffer datato the file represented by the pathpath, asynchronously.io.reactivex.rxjava3.core.CompletableAsyncFile. write(Buffer data)Same as but with anhandlercalled when the operation completesio.reactivex.rxjava3.core.CompletableAsyncFile. write(Buffer buffer, long position)Write aBufferto the file at positionpositionin the file, asynchronously.io.reactivex.rxjava3.core.CompletableFileSystem. writeFile(String path, Buffer data)Creates the file, and writes the specifiedBuffer datato the file represented by the pathpath, asynchronously.FileSystemFileSystem. writeFileBlocking(String path, Buffer data)Blocking version ofFileSystem.writeFile(java.lang.String, io.vertx.rxjava3.core.buffer.Buffer)Method parameters in io.vertx.rxjava3.core.file with type arguments of type Buffer Modifier and Type Method Description AsyncFileAsyncFile. handler(Handler<Buffer> handler)io.reactivex.rxjava3.core.CompletableAsyncFile. pipeTo(WriteStream<Buffer> dst)Pipe thisReadStreamto theWriteStream.io.reactivex.rxjava3.core.CompletableAsyncFile. rxPipeTo(WriteStream<Buffer> dst)Pipe thisReadStreamto theWriteStream. -
Uses of Buffer in io.vertx.rxjava3.core.http
Methods in io.vertx.rxjava3.core.http that return Buffer Modifier and Type Method Description BufferWebSocketFrame. binaryData()BufferHttpFrame. payload()Methods in io.vertx.rxjava3.core.http that return types with arguments of type Buffer Modifier and Type Method Description io.reactivex.rxjava3.core.Single<Buffer>HttpClientResponse. body()Same asHttpClientResponse.body()but with anhandlercalled when the operation completesio.reactivex.rxjava3.core.Single<Buffer>HttpConnection. ping(Buffer data)Send a frame to the remote endpoint.Pipe<Buffer>HttpClientResponse. pipe()Pause this stream and return a to transfer the elements of this stream to a destination .Pipe<Buffer>HttpServerFileUpload. pipe()Pause this stream and return a to transfer the elements of this stream to a destination .Pipe<Buffer>HttpServerRequest. pipe()Pause this stream and return a to transfer the elements of this stream to a destination .Pipe<Buffer>ServerWebSocket. pipe()Pause this stream and return a to transfer the elements of this stream to a destination .Pipe<Buffer>WebSocket. pipe()Pause this stream and return a to transfer the elements of this stream to a destination .Pipe<Buffer>WebSocketBase. pipe()Pause this stream and return a to transfer the elements of this stream to a destination .io.reactivex.rxjava3.core.Single<Buffer>HttpClientResponse. rxBody()Same asHttpClientResponse.body()but with anhandlercalled when the operation completesio.reactivex.rxjava3.core.Single<Buffer>HttpConnection. rxPing(Buffer data)Send a frame to the remote endpoint.io.reactivex.rxjava3.core.Flowable<Buffer>HttpClientResponse. toFlowable()io.reactivex.rxjava3.core.Flowable<Buffer>HttpServerFileUpload. toFlowable()io.reactivex.rxjava3.core.Flowable<Buffer>HttpServerRequest. toFlowable()io.reactivex.rxjava3.core.Flowable<Buffer>ServerWebSocket. toFlowable()io.reactivex.rxjava3.core.Flowable<Buffer>WebSocket. toFlowable()io.reactivex.rxjava3.core.Observable<Buffer>HttpClientResponse. toObservable()io.reactivex.rxjava3.core.Observable<Buffer>HttpServerFileUpload. toObservable()io.reactivex.rxjava3.core.Observable<Buffer>HttpServerRequest. toObservable()io.reactivex.rxjava3.core.Observable<Buffer>ServerWebSocket. toObservable()io.reactivex.rxjava3.core.Observable<Buffer>WebSocket. toObservable()WriteStreamObserver<Buffer>HttpClientRequest. toObserver()WriteStreamObserver<Buffer>HttpServerResponse. toObserver()WriteStreamObserver<Buffer>ServerWebSocket. toObserver()WriteStreamObserver<Buffer>WebSocket. toObserver()WriteStreamSubscriber<Buffer>HttpClientRequest. toSubscriber()WriteStreamSubscriber<Buffer>HttpServerResponse. toSubscriber()WriteStreamSubscriber<Buffer>ServerWebSocket. toSubscriber()WriteStreamSubscriber<Buffer>WebSocket. toSubscriber()Methods in io.vertx.rxjava3.core.http with parameters of type Buffer Modifier and Type Method Description static WebSocketFrameWebSocketFrame. binaryFrame(Buffer data, boolean isFinal)Create a binary WebSocket frame.static WebSocketFrameWebSocketFrame. continuationFrame(Buffer data, boolean isFinal)Create a continuation frameio.reactivex.rxjava3.core.CompletableHttpClientRequest. end(Buffer chunk)Same asHttpClientRequest.end(java.lang.String)but with anhandlercalled when the operation completesio.reactivex.rxjava3.core.CompletableHttpServerResponse. end(Buffer chunk)Same asHttpServerResponse.end()but with anhandlercalled when the operation completesio.reactivex.rxjava3.core.CompletableServerWebSocket. end(Buffer data)Same as but with anhandlercalled when the operation completesio.reactivex.rxjava3.core.CompletableWebSocket. end(Buffer data)Same as but with anhandlercalled when the operation completesio.reactivex.rxjava3.core.CompletableWebSocketBase. end(Buffer data)Same as but with anhandlercalled when the operation completesHttpConnectionHttpConnection. goAway(long errorCode, int lastStreamId, Buffer debugData)Send a go away frame to the remote endpoint of the connection.io.reactivex.rxjava3.core.Single<Buffer>HttpConnection. ping(Buffer data)Send a frame to the remote endpoint.static WebSocketFrameWebSocketFrame. pingFrame(Buffer data)Create a ping WebSocket frame.static WebSocketFrameWebSocketFrame. pongFrame(Buffer data)Create a pong WebSocket frame.io.reactivex.rxjava3.core.CompletableHttpClientRequest. rxEnd(Buffer chunk)Same asHttpClientRequest.end(java.lang.String)but with anhandlercalled when the operation completesio.reactivex.rxjava3.core.CompletableHttpServerResponse. rxEnd(Buffer chunk)Same asHttpServerResponse.end()but with anhandlercalled when the operation completesio.reactivex.rxjava3.core.CompletableServerWebSocket. rxEnd(Buffer data)Same as but with anhandlercalled when the operation completesio.reactivex.rxjava3.core.CompletableWebSocket. rxEnd(Buffer data)Same as but with anhandlercalled when the operation completesio.reactivex.rxjava3.core.CompletableWebSocketBase. rxEnd(Buffer data)Same as but with anhandlercalled when the operation completesio.reactivex.rxjava3.core.Single<Buffer>HttpConnection. rxPing(Buffer data)Send a frame to the remote endpoint.io.reactivex.rxjava3.core.Single<HttpClientResponse>HttpClientRequest. rxSend(Buffer body)Send the request with a bufferbody.io.reactivex.rxjava3.core.CompletableHttpServerResponse. rxSend(Buffer body)Send the request with a bufferbody.io.reactivex.rxjava3.core.CompletableHttpClientRequest. rxWrite(Buffer data)Same as but with anhandlercalled when the operation completesio.reactivex.rxjava3.core.CompletableHttpServerResponse. rxWrite(Buffer data)Same as but with anhandlercalled when the operation completesio.reactivex.rxjava3.core.CompletableServerWebSocket. rxWrite(Buffer data)Same as but with anhandlercalled when the operation completesio.reactivex.rxjava3.core.CompletableWebSocket. rxWrite(Buffer data)Same as but with anhandlercalled when the operation completesio.reactivex.rxjava3.core.CompletableWebSocketBase. rxWrite(Buffer data)Same as but with anhandlercalled when the operation completesio.reactivex.rxjava3.core.CompletableServerWebSocket. rxWriteBinaryMessage(Buffer data)io.reactivex.rxjava3.core.CompletableWebSocket. rxWriteBinaryMessage(Buffer data)io.reactivex.rxjava3.core.CompletableWebSocketBase. rxWriteBinaryMessage(Buffer data)Same asWebSocketBase.writeBinaryMessage(io.vertx.rxjava3.core.buffer.Buffer)but with anhandlercalled when the operation completesio.reactivex.rxjava3.core.CompletableServerWebSocket. rxWriteFinalBinaryFrame(Buffer data)io.reactivex.rxjava3.core.CompletableWebSocket. rxWriteFinalBinaryFrame(Buffer data)io.reactivex.rxjava3.core.CompletableWebSocketBase. rxWriteFinalBinaryFrame(Buffer data)Same asWebSocketBase.writeFinalBinaryFrame(io.vertx.rxjava3.core.buffer.Buffer)but with anhandlercalled when the operation completesio.reactivex.rxjava3.core.CompletableServerWebSocket. rxWritePing(Buffer data)Writes a ping frame to the connection.io.reactivex.rxjava3.core.CompletableWebSocket. rxWritePing(Buffer data)Writes a ping frame to the connection.io.reactivex.rxjava3.core.CompletableWebSocketBase. rxWritePing(Buffer data)Writes a ping frame to the connection.io.reactivex.rxjava3.core.CompletableServerWebSocket. rxWritePong(Buffer data)Writes a pong frame to the connection.io.reactivex.rxjava3.core.CompletableWebSocket. rxWritePong(Buffer data)Writes a pong frame to the connection.io.reactivex.rxjava3.core.CompletableWebSocketBase. rxWritePong(Buffer data)Writes a pong frame to the connection.io.reactivex.rxjava3.core.Single<HttpClientResponse>HttpClientRequest. send(Buffer body)Send the request with a bufferbody.io.reactivex.rxjava3.core.CompletableHttpServerResponse. send(Buffer body)Send the request with a bufferbody.io.reactivex.rxjava3.core.CompletableHttpClientRequest. write(Buffer data)Same as but with anhandlercalled when the operation completesio.reactivex.rxjava3.core.CompletableHttpServerResponse. write(Buffer data)Same as but with anhandlercalled when the operation completesio.reactivex.rxjava3.core.CompletableServerWebSocket. write(Buffer data)Same as but with anhandlercalled when the operation completesio.reactivex.rxjava3.core.CompletableWebSocket. write(Buffer data)Same as but with anhandlercalled when the operation completesio.reactivex.rxjava3.core.CompletableWebSocketBase. write(Buffer data)Same as but with anhandlercalled when the operation completesio.reactivex.rxjava3.core.CompletableServerWebSocket. writeBinaryMessage(Buffer data)io.reactivex.rxjava3.core.CompletableWebSocket. writeBinaryMessage(Buffer data)io.reactivex.rxjava3.core.CompletableWebSocketBase. writeBinaryMessage(Buffer data)Same asWebSocketBase.writeBinaryMessage(io.vertx.rxjava3.core.buffer.Buffer)but with anhandlercalled when the operation completesHttpClientRequestHttpClientRequest. writeCustomFrame(int type, int flags, Buffer payload)Write an HTTP/2 frame to the request, allowing to extend the HTTP/2 protocol.HttpServerResponseHttpServerResponse. writeCustomFrame(int type, int flags, Buffer payload)Write an HTTP/2 frame to the response, allowing to extend the HTTP/2 protocol.io.reactivex.rxjava3.core.CompletableServerWebSocket. writeFinalBinaryFrame(Buffer data)io.reactivex.rxjava3.core.CompletableWebSocket. writeFinalBinaryFrame(Buffer data)io.reactivex.rxjava3.core.CompletableWebSocketBase. writeFinalBinaryFrame(Buffer data)Same asWebSocketBase.writeFinalBinaryFrame(io.vertx.rxjava3.core.buffer.Buffer)but with anhandlercalled when the operation completesio.reactivex.rxjava3.core.CompletableServerWebSocket. writePing(Buffer data)Writes a ping frame to the connection.io.reactivex.rxjava3.core.CompletableWebSocket. writePing(Buffer data)Writes a ping frame to the connection.io.reactivex.rxjava3.core.CompletableWebSocketBase. writePing(Buffer data)Writes a ping frame to the connection.io.reactivex.rxjava3.core.CompletableServerWebSocket. writePong(Buffer data)Writes a pong frame to the connection.io.reactivex.rxjava3.core.CompletableWebSocket. writePong(Buffer data)Writes a pong frame to the connection.io.reactivex.rxjava3.core.CompletableWebSocketBase. writePong(Buffer data)Writes a pong frame to the connection.Method parameters in io.vertx.rxjava3.core.http with type arguments of type Buffer Modifier and Type Method Description WebSocketBaseServerWebSocket. binaryMessageHandler(Handler<Buffer> handler)Set a binary message handler on the connection.WebSocketBaseWebSocket. binaryMessageHandler(Handler<Buffer> handler)Set a binary message handler on the connection.WebSocketBaseWebSocketBase. binaryMessageHandler(Handler<Buffer> handler)Set a binary message handler on the connection.HttpServerRequestHttpServerRequest. body(Handler<AsyncResult<Buffer>> handler)Same asHttpServerRequest.body(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava3.core.buffer.Buffer>>)but with anhandlercalled when the operation completesHttpClientResponseHttpClientResponse. bodyHandler(Handler<Buffer> bodyHandler)Convenience method for receiving the entire request body in one piece.HttpServerRequestHttpServerRequest. bodyHandler(Handler<Buffer> bodyHandler)Convenience method for receiving the entire request body in one piece.HttpClientResponseHttpClientResponse. handler(Handler<Buffer> handler)HttpServerFileUploadHttpServerFileUpload. handler(Handler<Buffer> handler)HttpServerRequestHttpServerRequest. handler(Handler<Buffer> handler)ServerWebSocketServerWebSocket. handler(Handler<Buffer> handler)WebSocketWebSocket. handler(Handler<Buffer> handler)WebSocketBaseWebSocketBase. handler(Handler<Buffer> handler)HttpConnectionHttpConnection. pingHandler(Handler<Buffer> handler)Set an handler notified when a frame is received from the remote endpoint.io.reactivex.rxjava3.core.CompletableHttpClientResponse. pipeTo(WriteStream<Buffer> dst)Pipe thisReadStreamto theWriteStream.io.reactivex.rxjava3.core.CompletableHttpServerFileUpload. pipeTo(WriteStream<Buffer> dst)Pipe thisReadStreamto theWriteStream.io.reactivex.rxjava3.core.CompletableHttpServerRequest. pipeTo(WriteStream<Buffer> dst)Pipe thisReadStreamto theWriteStream.io.reactivex.rxjava3.core.CompletableServerWebSocket. pipeTo(WriteStream<Buffer> dst)Pipe thisReadStreamto theWriteStream.io.reactivex.rxjava3.core.CompletableWebSocket. pipeTo(WriteStream<Buffer> dst)Pipe thisReadStreamto theWriteStream.io.reactivex.rxjava3.core.CompletableWebSocketBase. pipeTo(WriteStream<Buffer> dst)Pipe thisReadStreamto theWriteStream.WebSocketBaseServerWebSocket. pongHandler(Handler<Buffer> handler)Set a pong frame handler on the connection.WebSocketBaseWebSocket. pongHandler(Handler<Buffer> handler)Set a pong frame handler on the connection.WebSocketBaseWebSocketBase. pongHandler(Handler<Buffer> handler)Set a pong frame handler on the connection.io.reactivex.rxjava3.core.CompletableHttpClientResponse. rxPipeTo(WriteStream<Buffer> dst)Pipe thisReadStreamto theWriteStream.io.reactivex.rxjava3.core.CompletableHttpServerFileUpload. rxPipeTo(WriteStream<Buffer> dst)Pipe thisReadStreamto theWriteStream.io.reactivex.rxjava3.core.CompletableHttpServerRequest. rxPipeTo(WriteStream<Buffer> dst)Pipe thisReadStreamto theWriteStream.io.reactivex.rxjava3.core.CompletableServerWebSocket. rxPipeTo(WriteStream<Buffer> dst)Pipe thisReadStreamto theWriteStream.io.reactivex.rxjava3.core.CompletableWebSocket. rxPipeTo(WriteStream<Buffer> dst)Pipe thisReadStreamto theWriteStream.io.reactivex.rxjava3.core.CompletableWebSocketBase. rxPipeTo(WriteStream<Buffer> dst)Pipe thisReadStreamto theWriteStream.io.reactivex.rxjava3.core.Single<HttpClientResponse>HttpClientRequest. rxSend(io.reactivex.rxjava3.core.Flowable<Buffer> body)Send the request with a streambody.io.reactivex.rxjava3.core.CompletableHttpServerResponse. rxSend(io.reactivex.rxjava3.core.Flowable<Buffer> body)Send the request with a streambody.io.reactivex.rxjava3.core.Single<HttpClientResponse>HttpClientRequest. send(io.reactivex.rxjava3.core.Flowable<Buffer> body)Send the request with a streambody.io.reactivex.rxjava3.core.CompletableHttpServerResponse. send(io.reactivex.rxjava3.core.Flowable<Buffer> body)Send the request with a streambody. -
Uses of Buffer in io.vertx.rxjava3.core.net
Methods in io.vertx.rxjava3.core.net that return types with arguments of type Buffer Modifier and Type Method Description Pipe<Buffer>NetSocket. pipe()Pause this stream and return a to transfer the elements of this stream to a destination .io.reactivex.rxjava3.core.Flowable<Buffer>NetSocket. toFlowable()io.reactivex.rxjava3.core.Observable<Buffer>NetSocket. toObservable()WriteStreamObserver<Buffer>NetSocket. toObserver()WriteStreamSubscriber<Buffer>NetSocket. toSubscriber()Methods in io.vertx.rxjava3.core.net with parameters of type Buffer Modifier and Type Method Description io.reactivex.rxjava3.core.CompletableNetSocket. end(Buffer data)Same as but with anhandlercalled when the operation completesio.reactivex.rxjava3.core.CompletableNetSocket. rxEnd(Buffer data)Same as but with anhandlercalled when the operation completesio.reactivex.rxjava3.core.CompletableNetSocket. rxWrite(Buffer message)LikeWriteStream.write(T)but with anhandlercalled when the message has been written or failed to be written.io.reactivex.rxjava3.core.CompletableNetSocket. write(Buffer message)LikeWriteStream.write(T)but with anhandlercalled when the message has been written or failed to be written.Method parameters in io.vertx.rxjava3.core.net with type arguments of type Buffer Modifier and Type Method Description NetSocketNetSocket. handler(Handler<Buffer> handler)io.reactivex.rxjava3.core.CompletableNetSocket. pipeTo(WriteStream<Buffer> dst)Pipe thisReadStreamto theWriteStream.io.reactivex.rxjava3.core.CompletableNetSocket. rxPipeTo(WriteStream<Buffer> dst)Pipe thisReadStreamto theWriteStream. -
Uses of Buffer in io.vertx.rxjava3.core.parsetools
Methods in io.vertx.rxjava3.core.parsetools that return Buffer Modifier and Type Method Description BufferJsonEvent. binaryValue()Return the binary value.Methods in io.vertx.rxjava3.core.parsetools that return types with arguments of type Buffer Modifier and Type Method Description Pipe<Buffer>RecordParser. pipe()Pause this stream and return a to transfer the elements of this stream to a destination .io.reactivex.rxjava3.core.Flowable<Buffer>RecordParser. toFlowable()io.reactivex.rxjava3.core.Observable<Buffer>RecordParser. toObservable()Methods in io.vertx.rxjava3.core.parsetools with parameters of type Buffer Modifier and Type Method Description voidRecordParser. delimitedMode(Buffer delim)Flip the parser into delimited mode, and where the delimiter can be represented by the delimiterdelim.voidJsonParser. handle(Buffer event)Something has happened, so handle it.voidRecordParser. handle(Buffer buffer)This method is called to provide the parser with data.static RecordParserRecordParser. newDelimited(Buffer delim)Create a newRecordParserinstance, initially in delimited mode, and where the delimiter can be represented by theBufferdelim.static RecordParserRecordParser. newDelimited(Buffer delim, io.reactivex.rxjava3.core.Flowable<Buffer> stream)LikeRecordParser.newDelimited(java.lang.String, io.vertx.core.Handler<io.vertx.rxjava3.core.buffer.Buffer>)but wraps thestream.static RecordParserRecordParser. newDelimited(Buffer delim, Handler<Buffer> output)LikeRecordParser.newDelimited(java.lang.String, io.vertx.core.Handler<io.vertx.rxjava3.core.buffer.Buffer>)but set theoutputthat will receive whole records which have been parsed.JsonParserJsonParser. write(Buffer buffer)Handle aBuffer, pretty much like callingHandler.Method parameters in io.vertx.rxjava3.core.parsetools with type arguments of type Buffer Modifier and Type Method Description RecordParserRecordParser. handler(Handler<Buffer> handler)static RecordParserRecordParser. newDelimited(Buffer delim, io.reactivex.rxjava3.core.Flowable<Buffer> stream)LikeRecordParser.newDelimited(java.lang.String, io.vertx.core.Handler<io.vertx.rxjava3.core.buffer.Buffer>)but wraps thestream.static RecordParserRecordParser. newDelimited(Buffer delim, Handler<Buffer> output)LikeRecordParser.newDelimited(java.lang.String, io.vertx.core.Handler<io.vertx.rxjava3.core.buffer.Buffer>)but set theoutputthat will receive whole records which have been parsed.static RecordParserRecordParser. newDelimited(String delim, io.reactivex.rxjava3.core.Flowable<Buffer> stream)LikeRecordParser.newDelimited(java.lang.String, io.vertx.core.Handler<io.vertx.rxjava3.core.buffer.Buffer>)but wraps thestream.static RecordParserRecordParser. newDelimited(String delim, Handler<Buffer> output)LikeRecordParser.newDelimited(java.lang.String, io.vertx.core.Handler<io.vertx.rxjava3.core.buffer.Buffer>)but set theoutputthat will receive whole records which have been parsed.static RecordParserRecordParser. newFixed(int size, io.reactivex.rxjava3.core.Flowable<Buffer> stream)LikeRecordParser.newFixed(int)but wraps thestream.static RecordParserRecordParser. newFixed(int size, Handler<Buffer> output)LikeRecordParser.newFixed(int)but set theoutputthat will receive whole records which have been parsed.static JsonParserJsonParser. newParser(io.reactivex.rxjava3.core.Flowable<Buffer> stream)Create a newJsonParserinstance.io.reactivex.rxjava3.core.CompletableRecordParser. pipeTo(WriteStream<Buffer> dst)Pipe thisReadStreamto theWriteStream.io.reactivex.rxjava3.core.CompletableRecordParser. rxPipeTo(WriteStream<Buffer> dst)Pipe thisReadStreamto theWriteStream.voidRecordParser. setOutput(Handler<Buffer> output) -
Uses of Buffer in io.vertx.rxjava3.ext.mail
Methods in io.vertx.rxjava3.ext.mail that return Buffer Modifier and Type Method Description BufferMailAttachment. getData()get the dataMethods in io.vertx.rxjava3.ext.mail that return types with arguments of type Buffer Modifier and Type Method Description ReadStream<Buffer>MailAttachment. getStream()Gets the data stream.Methods in io.vertx.rxjava3.ext.mail with parameters of type Buffer Modifier and Type Method Description MailAttachmentMailAttachment. setData(Buffer data)set the dataMethod parameters in io.vertx.rxjava3.ext.mail with type arguments of type Buffer Modifier and Type Method Description MailAttachmentMailAttachment. setStream(io.reactivex.rxjava3.core.Flowable<Buffer> stream)Sets the data stream. -
Uses of Buffer in io.vertx.rxjava3.ext.mongo
Methods in io.vertx.rxjava3.ext.mongo that return types with arguments of type Buffer Modifier and Type Method Description ReadStream<Buffer>MongoGridFsClient. readByFileName(String fileName)Read file by name to ReadStreamReadStream<Buffer>MongoGridFsClient. readByFileNameWithOptions(String fileName, GridFsDownloadOptions options)Read file by name to ReadStream with optionsReadStream<Buffer>MongoGridFsClient. readById(String id)Read file by id to ReadStreamMethod parameters in io.vertx.rxjava3.ext.mongo with type arguments of type Buffer Modifier and Type Method Description io.reactivex.rxjava3.core.Single<Long>MongoGridFsClient. downloadByFileName(WriteStream<Buffer> stream, String fileName)io.reactivex.rxjava3.core.Single<Long>MongoGridFsClient. downloadByFileNameWithOptions(WriteStream<Buffer> stream, String fileName, GridFsDownloadOptions options)io.reactivex.rxjava3.core.Single<Long>MongoGridFsClient. downloadById(WriteStream<Buffer> stream, String id)io.reactivex.rxjava3.core.Single<Long>MongoGridFsClient. rxDownloadByFileName(WriteStream<Buffer> stream, String fileName)io.reactivex.rxjava3.core.Single<Long>MongoGridFsClient. rxDownloadByFileNameWithOptions(WriteStream<Buffer> stream, String fileName, GridFsDownloadOptions options)io.reactivex.rxjava3.core.Single<Long>MongoGridFsClient. rxDownloadById(WriteStream<Buffer> stream, String id)io.reactivex.rxjava3.core.Single<String>MongoGridFsClient. rxUploadByFileName(io.reactivex.rxjava3.core.Flowable<Buffer> stream, String fileName)io.reactivex.rxjava3.core.Single<String>MongoGridFsClient. rxUploadByFileNameWithOptions(io.reactivex.rxjava3.core.Flowable<Buffer> stream, String fileName, GridFsUploadOptions options)io.reactivex.rxjava3.core.Single<String>MongoGridFsClient. uploadByFileName(io.reactivex.rxjava3.core.Flowable<Buffer> stream, String fileName)io.reactivex.rxjava3.core.Single<String>MongoGridFsClient. uploadByFileNameWithOptions(io.reactivex.rxjava3.core.Flowable<Buffer> stream, String fileName, GridFsUploadOptions options) -
Uses of Buffer in io.vertx.rxjava3.ext.stomp
Methods in io.vertx.rxjava3.ext.stomp with parameters of type Buffer Modifier and Type Method Description io.reactivex.rxjava3.core.Single<Frame>StompClientConnection. rxSend(String destination, Buffer body)Sends aSENDframe to the server to the given destination.io.reactivex.rxjava3.core.Single<Frame>StompClientConnection. rxSend(String destination, Map<String,String> headers, Buffer body)Sends aSENDframe to the server to the given destination.io.reactivex.rxjava3.core.Single<Frame>StompClientConnection. rxSend(Map<String,String> headers, Buffer body)Sends aSENDframe to the server.io.reactivex.rxjava3.core.Single<Frame>StompClientConnection. send(String destination, Buffer body)Sends aSENDframe to the server to the given destination.io.reactivex.rxjava3.core.Single<Frame>StompClientConnection. send(String destination, Map<String,String> headers, Buffer body)Sends aSENDframe to the server to the given destination.io.reactivex.rxjava3.core.Single<Frame>StompClientConnection. send(Map<String,String> headers, Buffer body)Sends aSENDframe to the server.StompServerConnectionStompServerConnection. write(Buffer buffer)Writes the given buffer to the socket. -
Uses of Buffer in io.vertx.rxjava3.ext.web
Methods in io.vertx.rxjava3.ext.web that return Buffer Modifier and Type Method Description BufferRequestBody. buffer()BufferRoutingContext. getBody()Deprecated.Methods in io.vertx.rxjava3.ext.web with parameters of type Buffer Modifier and Type Method Description io.reactivex.rxjava3.core.CompletableRoutingContext. end(Buffer buffer)io.reactivex.rxjava3.core.CompletableRoutingContext. rxEnd(Buffer buffer)voidRoutingContext. setBody(Buffer body)Deprecated. -
Uses of Buffer in io.vertx.rxjava3.ext.web.client
Methods in io.vertx.rxjava3.ext.web.client that return Buffer Modifier and Type Method Description BufferHttpResponse. bodyAsBuffer()Methods in io.vertx.rxjava3.ext.web.client that return types with arguments of type Buffer Modifier and Type Method Description HttpRequest<Buffer>WebClient. delete(int port, String host, UriTemplate requestURI)Create an HTTP DELETE request to send to the server at the specified host and port.HttpRequest<Buffer>WebClient. delete(int port, String host, String requestURI)Create an HTTP DELETE request to send to the server at the specified host and port.HttpRequest<Buffer>WebClient. delete(UriTemplate requestURI)Create an HTTP DELETE request to send to the server at the default host and port.HttpRequest<Buffer>WebClient. delete(String requestURI)Create an HTTP DELETE request to send to the server at the default host and port.HttpRequest<Buffer>WebClient. delete(String host, UriTemplate requestURI)Create an HTTP DELETE request to send to the server at the specified host and default port.HttpRequest<Buffer>WebClient. delete(String host, String requestURI)Create an HTTP DELETE request to send to the server at the specified host and default port.HttpRequest<Buffer>WebClient. deleteAbs(UriTemplate absoluteURI)Create an HTTP DELETE request to send to the server using an absolute URI, specifying a response handler to receive the responseHttpRequest<Buffer>WebClient. deleteAbs(String absoluteURI)Create an HTTP DELETE request to send to the server using an absolute URI, specifying a response handler to receive the responseHttpRequest<Buffer>WebClient. get(int port, String host, UriTemplate requestURI)Create an HTTP GET request to send to the server at the specified host and port.HttpRequest<Buffer>WebClient. get(int port, String host, String requestURI)Create an HTTP GET request to send to the server at the specified host and port.HttpRequest<Buffer>WebClient. get(UriTemplate requestURI)Create an HTTP GET request to send to the server at the default host and port.HttpRequest<Buffer>WebClient. get(String requestURI)Create an HTTP GET request to send to the server at the default host and port.HttpRequest<Buffer>WebClient. get(String host, UriTemplate requestURI)Create an HTTP GET request to send to the server at the specified host and default port.HttpRequest<Buffer>WebClient. get(String host, String requestURI)Create an HTTP GET request to send to the server at the specified host and default port.HttpRequest<Buffer>WebClient. getAbs(UriTemplate absoluteURI)Create an HTTP GET request to send to the server using an absolute URI, specifying a response handler to receive the responseHttpRequest<Buffer>WebClient. getAbs(String absoluteURI)Create an HTTP GET request to send to the server using an absolute URI, specifying a response handler to receive the responseHttpRequest<Buffer>WebClient. head(int port, String host, UriTemplate requestURI)Create an HTTP HEAD request to send to the server at the specified host and port.HttpRequest<Buffer>WebClient. head(int port, String host, String requestURI)Create an HTTP HEAD request to send to the server at the specified host and port.HttpRequest<Buffer>WebClient. head(UriTemplate requestURI)Create an HTTP HEAD request to send to the server at the default host and port.HttpRequest<Buffer>WebClient. head(String requestURI)Create an HTTP HEAD request to send to the server at the default host and port.HttpRequest<Buffer>WebClient. head(String host, UriTemplate requestURI)Create an HTTP HEAD request to send to the server at the specified host and default port.HttpRequest<Buffer>WebClient. head(String host, String requestURI)Create an HTTP HEAD request to send to the server at the specified host and default port.HttpRequest<Buffer>WebClient. headAbs(UriTemplate absoluteURI)Create an HTTP HEAD request to send to the server using an absolute URI, specifying a response handler to receive the responseHttpRequest<Buffer>WebClient. headAbs(String absoluteURI)Create an HTTP HEAD request to send to the server using an absolute URI, specifying a response handler to receive the responseHttpRequest<Buffer>WebClient. patch(int port, String host, UriTemplate requestURI)Create an HTTP PATCH request to send to the server at the specified host and port.HttpRequest<Buffer>WebClient. patch(int port, String host, String requestURI)Create an HTTP PATCH request to send to the server at the specified host and port.HttpRequest<Buffer>WebClient. patch(UriTemplate requestURI)Create an HTTP PATCH request to send to the server at the default host and port.HttpRequest<Buffer>WebClient. patch(String requestURI)Create an HTTP PATCH request to send to the server at the default host and port.HttpRequest<Buffer>WebClient. patch(String host, UriTemplate requestURI)Create an HTTP PATCH request to send to the server at the specified host and default port.HttpRequest<Buffer>WebClient. patch(String host, String requestURI)Create an HTTP PATCH request to send to the server at the specified host and default port.HttpRequest<Buffer>WebClient. patchAbs(UriTemplate absoluteURI)Create an HTTP PATCH request to send to the server using an absolute URI, specifying a response handler to receive the responseHttpRequest<Buffer>WebClient. patchAbs(String absoluteURI)Create an HTTP PATCH request to send to the server using an absolute URI, specifying a response handler to receive the responseHttpRequest<Buffer>WebClient. post(int port, String host, UriTemplate requestURI)Create an HTTP POST request to send to the server at the specified host and port.HttpRequest<Buffer>WebClient. post(int port, String host, String requestURI)Create an HTTP POST request to send to the server at the specified host and port.HttpRequest<Buffer>WebClient. post(UriTemplate requestURI)Create an HTTP POST request to send to the server at the default host and port.HttpRequest<Buffer>WebClient. post(String requestURI)Create an HTTP POST request to send to the server at the default host and port.HttpRequest<Buffer>WebClient. post(String host, UriTemplate requestURI)Create an HTTP POST request to send to the server at the specified host and default port.HttpRequest<Buffer>WebClient. post(String host, String requestURI)Create an HTTP POST request to send to the server at the specified host and default port.HttpRequest<Buffer>WebClient. postAbs(UriTemplate absoluteURI)Create an HTTP POST request to send to the server using an absolute URI, specifying a response handler to receive the responseHttpRequest<Buffer>WebClient. postAbs(String absoluteURI)Create an HTTP POST request to send to the server using an absolute URI, specifying a response handler to receive the responseHttpRequest<Buffer>WebClient. put(int port, String host, UriTemplate requestURI)Create an HTTP PUT request to send to the server at the specified host and port.HttpRequest<Buffer>WebClient. put(int port, String host, String requestURI)Create an HTTP PUT request to send to the server at the specified host and port.HttpRequest<Buffer>WebClient. put(UriTemplate requestURI)Create an HTTP PUT request to send to the server at the default host and port.HttpRequest<Buffer>WebClient. put(String requestURI)Create an HTTP PUT request to send to the server at the default host and port.HttpRequest<Buffer>WebClient. put(String host, UriTemplate requestURI)Create an HTTP PUT request to send to the server at the specified host and default port.HttpRequest<Buffer>WebClient. put(String host, String requestURI)Create an HTTP PUT request to send to the server at the specified host and default port.HttpRequest<Buffer>WebClient. putAbs(UriTemplate absoluteURI)Create an HTTP PUT request to send to the server using an absolute URI, specifying a response handler to receive the responseHttpRequest<Buffer>WebClient. putAbs(String absoluteURI)Create an HTTP PUT request to send to the server using an absolute URI, specifying a response handler to receive the responseHttpRequest<Buffer>WebClient. request(HttpMethod method, int port, String host, UriTemplate requestURI)Create an HTTP request to send to the server at the specified host and port.HttpRequest<Buffer>WebClient. request(HttpMethod method, int port, String host, String requestURI)Create an HTTP request to send to the server at the specified host and port.HttpRequest<Buffer>WebClient. request(HttpMethod method, RequestOptions options)Create an HTTP request to send to the server at the specified host and port.HttpRequest<Buffer>WebClient. request(HttpMethod method, SocketAddress serverAddress, int port, String host, UriTemplate requestURI)LikeWebClient.request(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String)using theserverAddressparameter to connect to the server instead of theportandhostparameters.HttpRequest<Buffer>WebClient. request(HttpMethod method, SocketAddress serverAddress, int port, String host, String requestURI)LikeWebClient.request(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String)using theserverAddressparameter to connect to the server instead of theportandhostparameters.HttpRequest<Buffer>WebClient. request(HttpMethod method, SocketAddress serverAddress, RequestOptions options)LikeWebClient.request(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String)using theserverAddressparameter to connect to the server instead of theoptionsparameter.HttpRequest<Buffer>WebClient. request(HttpMethod method, SocketAddress serverAddress, UriTemplate requestURI)LikeWebClient.request(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String)using theserverAddressparameter to connect to the server instead of the default port and default host.HttpRequest<Buffer>WebClient. request(HttpMethod method, SocketAddress serverAddress, String requestURI)LikeWebClient.request(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String)using theserverAddressparameter to connect to the server instead of the default port and default host.HttpRequest<Buffer>WebClient. request(HttpMethod method, SocketAddress serverAddress, String host, UriTemplate requestURI)LikeWebClient.request(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String)using theserverAddressparameter to connect to the server instead of the default port andhostparameter.HttpRequest<Buffer>WebClient. request(HttpMethod method, SocketAddress serverAddress, String host, String requestURI)LikeWebClient.request(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String)using theserverAddressparameter to connect to the server instead of the default port andhostparameter.HttpRequest<Buffer>WebClient. request(HttpMethod method, UriTemplate requestURI)Create an HTTP request to send to the server at the default host and port.HttpRequest<Buffer>WebClient. request(HttpMethod method, String requestURI)Create an HTTP request to send to the server at the default host and port.HttpRequest<Buffer>WebClient. request(HttpMethod method, String host, UriTemplate requestURI)Create an HTTP request to send to the server at the specified host and default port.HttpRequest<Buffer>WebClient. request(HttpMethod method, String host, String requestURI)Create an HTTP request to send to the server at the specified host and default port.HttpRequest<Buffer>WebClient. requestAbs(HttpMethod method, SocketAddress serverAddress, UriTemplate absoluteURI)LikeWebClient.requestAbs(io.vertx.core.http.HttpMethod, java.lang.String)using theserverAddressparameter to connect to the server instead of theabsoluteURIparameter.HttpRequest<Buffer>WebClient. requestAbs(HttpMethod method, SocketAddress serverAddress, String absoluteURI)LikeWebClient.requestAbs(io.vertx.core.http.HttpMethod, java.lang.String)using theserverAddressparameter to connect to the server instead of theabsoluteURIparameter.HttpRequest<Buffer>WebClient. requestAbs(HttpMethod method, UriTemplate absoluteURI)Create an HTTP request to send to the server using an absolute URIHttpRequest<Buffer>WebClient. requestAbs(HttpMethod method, String absoluteURI)Create an HTTP request to send to the server using an absolute URIMethods in io.vertx.rxjava3.ext.web.client with parameters of type Buffer Modifier and Type Method Description HttpRequest<T>HttpRequest. basicAuthentication(Buffer id, Buffer password)Configure the request to perform basic access authentication.io.reactivex.rxjava3.core.Single<HttpResponse<T>>HttpRequest. rxSendBuffer(Buffer body)LikeHttpRequest.send()but with an HTTP requestbodybuffer.io.reactivex.rxjava3.core.Single<HttpResponse<T>>HttpRequest. sendBuffer(Buffer body)LikeHttpRequest.send()but with an HTTP requestbodybuffer.Method parameters in io.vertx.rxjava3.ext.web.client with type arguments of type Buffer Modifier and Type Method Description io.reactivex.rxjava3.core.Single<HttpResponse<T>>HttpRequest. rxSendStream(io.reactivex.rxjava3.core.Flowable<Buffer> body)LikeHttpRequest.send()but with an HTTP requestbodystream.io.reactivex.rxjava3.core.Single<HttpResponse<T>>HttpRequest. sendStream(io.reactivex.rxjava3.core.Flowable<Buffer> body)LikeHttpRequest.send()but with an HTTP requestbodystream. -
Uses of Buffer in io.vertx.rxjava3.ext.web.client.predicate
Methods in io.vertx.rxjava3.ext.web.client.predicate that return types with arguments of type Buffer Modifier and Type Method Description HttpResponse<Buffer>ResponsePredicateResult. response()The which has been tested. -
Uses of Buffer in io.vertx.rxjava3.ext.web.codec
Methods in io.vertx.rxjava3.ext.web.codec that return types with arguments of type Buffer Modifier and Type Method Description static BodyCodec<Buffer>BodyCodec. buffer()Method parameters in io.vertx.rxjava3.ext.web.codec with type arguments of type Buffer Modifier and Type Method Description static <T> BodyCodec<T>BodyCodec. create(Function<Buffer,T> decode)Create a codec that buffers the entire body and then apply thedecodefunction and returns the result.static BodyCodec<Void>BodyCodec. pipe(WriteStream<Buffer> stream)A body codec that pipes the body to a write stream.static BodyCodec<Void>BodyCodec. pipe(WriteStream<Buffer> stream, boolean close)A body codec that pipes the body to a write stream. -
Uses of Buffer in io.vertx.rxjava3.ext.web.common.template
Methods in io.vertx.rxjava3.ext.web.common.template that return types with arguments of type Buffer Modifier and Type Method Description io.reactivex.rxjava3.core.Single<Buffer>TemplateEngine. render(JsonObject context, String templateFileName)Render the template.io.reactivex.rxjava3.core.Single<Buffer>TemplateEngine. render(Map<String,Object> context, String templateFileName)Render the template.io.reactivex.rxjava3.core.Single<Buffer>TemplateEngine. rxRender(JsonObject context, String templateFileName)Render the template.io.reactivex.rxjava3.core.Single<Buffer>TemplateEngine. rxRender(Map<String,Object> context, String templateFileName)Render the template. -
Uses of Buffer in io.vertx.rxjava3.ext.web.handler.sockjs
Methods in io.vertx.rxjava3.ext.web.handler.sockjs that return types with arguments of type Buffer Modifier and Type Method Description Pipe<Buffer>SockJSSocket. pipe()Pause this stream and return a to transfer the elements of this stream to a destination .io.reactivex.rxjava3.core.Flowable<Buffer>SockJSSocket. toFlowable()io.reactivex.rxjava3.core.Observable<Buffer>SockJSSocket. toObservable()WriteStreamObserver<Buffer>SockJSSocket. toObserver()WriteStreamSubscriber<Buffer>SockJSSocket. toSubscriber()Methods in io.vertx.rxjava3.ext.web.handler.sockjs with parameters of type Buffer Modifier and Type Method Description io.reactivex.rxjava3.core.CompletableSockJSSocket. end(Buffer data)Same as but with anhandlercalled when the operation completesio.reactivex.rxjava3.core.CompletableSockJSSocket. rxEnd(Buffer data)Same as but with anhandlercalled when the operation completesio.reactivex.rxjava3.core.CompletableSockJSSocket. rxWrite(Buffer data)io.reactivex.rxjava3.core.CompletableSockJSSocket. write(Buffer data)Method parameters in io.vertx.rxjava3.ext.web.handler.sockjs with type arguments of type Buffer Modifier and Type Method Description SockJSSocketSockJSSocket. handler(Handler<Buffer> handler)io.reactivex.rxjava3.core.CompletableSockJSSocket. pipeTo(WriteStream<Buffer> dst)Pipe thisReadStreamto theWriteStream.io.reactivex.rxjava3.core.CompletableSockJSSocket. rxPipeTo(WriteStream<Buffer> dst)Pipe thisReadStreamto theWriteStream. -
Uses of Buffer in io.vertx.rxjava3.ext.web.multipart
Methods in io.vertx.rxjava3.ext.web.multipart that return Buffer Modifier and Type Method Description BufferFormDataPart. content()Methods in io.vertx.rxjava3.ext.web.multipart with parameters of type Buffer Modifier and Type Method Description MultipartFormMultipartForm. binaryFileUpload(String name, String filename, Buffer content, String mediaType)Add a binary file upload form data part.MultipartFormMultipartForm. textFileUpload(String name, String filename, Buffer content, String mediaType)Add a text file upload form data part. -
Uses of Buffer in io.vertx.rxjava3.ext.web.validation
Methods in io.vertx.rxjava3.ext.web.validation that return Buffer Modifier and Type Method Description BufferRequestParameter. getBuffer() -
Uses of Buffer in io.vertx.rxjava3.grpc.client
Methods in io.vertx.rxjava3.grpc.client that return types with arguments of type Buffer Modifier and Type Method Description io.reactivex.rxjava3.core.Single<GrpcClientRequest<Buffer,Buffer>>GrpcClient. request(SocketAddress server)Connect to the remoteserverand create a request for any hosted gRPC service.io.reactivex.rxjava3.core.Single<GrpcClientRequest<Buffer,Buffer>>GrpcClient. request(SocketAddress server)Connect to the remoteserverand create a request for any hosted gRPC service.io.reactivex.rxjava3.core.Single<GrpcClientRequest<Buffer,Buffer>>GrpcClient. rxRequest(SocketAddress server)Connect to the remoteserverand create a request for any hosted gRPC service.io.reactivex.rxjava3.core.Single<GrpcClientRequest<Buffer,Buffer>>GrpcClient. rxRequest(SocketAddress server)Connect to the remoteserverand create a request for any hosted gRPC service. -
Uses of Buffer in io.vertx.rxjava3.grpc.common
Fields in io.vertx.rxjava3.grpc.common with type parameters of type Buffer Modifier and Type Field Description static GrpcMessageDecoder<Buffer>GrpcMessageDecoder. GZIPstatic GrpcMessageEncoder<Buffer>GrpcMessageEncoder. GZIPstatic GrpcMessageDecoder<Buffer>GrpcMessageDecoder. IDENTITYstatic GrpcMessageEncoder<Buffer>GrpcMessageEncoder. IDENTITYMethods in io.vertx.rxjava3.grpc.common that return Buffer Modifier and Type Method Description BufferGrpcMessage. payload()Methods in io.vertx.rxjava3.grpc.common with parameters of type Buffer Modifier and Type Method Description static GrpcMessageGrpcMessage. message(String encoding, Buffer payload) -
Uses of Buffer in io.vertx.rxjava3.grpc.server
Method parameters in io.vertx.rxjava3.grpc.server with type arguments of type Buffer Modifier and Type Method Description GrpcServerGrpcServer. callHandler(Handler<GrpcServerRequest<Buffer,Buffer>> handler)Set a call handler that handles any call made to the server.GrpcServerGrpcServer. callHandler(Handler<GrpcServerRequest<Buffer,Buffer>> handler)Set a call handler that handles any call made to the server. -
Uses of Buffer in io.vertx.rxjava3.httpproxy
Methods in io.vertx.rxjava3.httpproxy that return types with arguments of type Buffer Modifier and Type Method Description ReadStream<Buffer>Body. stream()Get stream of theBody.Methods in io.vertx.rxjava3.httpproxy with parameters of type Buffer Modifier and Type Method Description static BodyBody. body(Buffer buffer)Create a newBodyinstance.Method parameters in io.vertx.rxjava3.httpproxy with type arguments of type Buffer Modifier and Type Method Description static BodyBody. body(io.reactivex.rxjava3.core.Flowable<Buffer> stream)Create a newBodyinstance.static BodyBody. body(io.reactivex.rxjava3.core.Flowable<Buffer> stream, long len)Create a newBodyinstance. -
Uses of Buffer in io.vertx.rxjava3.kafka.client.producer
Methods in io.vertx.rxjava3.kafka.client.producer that return Buffer Modifier and Type Method Description BufferKafkaHeader. value()Methods in io.vertx.rxjava3.kafka.client.producer with parameters of type Buffer Modifier and Type Method Description KafkaProducerRecord<K,V>KafkaProducerRecord. addHeader(String key, Buffer value)LikeKafkaProducerRecord.addHeader(java.lang.String, java.lang.String)but with a key/value pairstatic KafkaHeaderKafkaHeader. header(String key, Buffer value) -
Uses of Buffer in io.vertx.rxjava3.mqtt
Methods in io.vertx.rxjava3.mqtt with parameters of type Buffer Modifier and Type Method Description io.reactivex.rxjava3.core.Single<Integer>MqttClient. publish(String topic, Buffer payload, io.netty.handler.codec.mqtt.MqttQoS qosLevel, boolean isDup, boolean isRetain)Sends the PUBLISH message to the remote MQTT serverio.reactivex.rxjava3.core.Single<Integer>MqttEndpoint. publish(String topic, Buffer payload, io.netty.handler.codec.mqtt.MqttQoS qosLevel, boolean isDup, boolean isRetain)Sends the PUBLISH message to the remote MQTT serverio.reactivex.rxjava3.core.Single<Integer>MqttEndpoint. publish(String topic, Buffer payload, io.netty.handler.codec.mqtt.MqttQoS qosLevel, boolean isDup, boolean isRetain, int messageId)Sends the PUBLISH message to the remote MQTT server explicitly specifying the messageIdio.reactivex.rxjava3.core.Single<Integer>MqttEndpoint. publish(String topic, Buffer payload, io.netty.handler.codec.mqtt.MqttQoS qosLevel, boolean isDup, boolean isRetain, int messageId, io.netty.handler.codec.mqtt.MqttProperties properties)Sends the PUBLISH message to the remote MQTT server explicitly specifying the messageIdio.reactivex.rxjava3.core.Single<Integer>MqttClient. rxPublish(String topic, Buffer payload, io.netty.handler.codec.mqtt.MqttQoS qosLevel, boolean isDup, boolean isRetain)Sends the PUBLISH message to the remote MQTT serverio.reactivex.rxjava3.core.Single<Integer>MqttEndpoint. rxPublish(String topic, Buffer payload, io.netty.handler.codec.mqtt.MqttQoS qosLevel, boolean isDup, boolean isRetain)Sends the PUBLISH message to the remote MQTT serverio.reactivex.rxjava3.core.Single<Integer>MqttEndpoint. rxPublish(String topic, Buffer payload, io.netty.handler.codec.mqtt.MqttQoS qosLevel, boolean isDup, boolean isRetain, int messageId)Sends the PUBLISH message to the remote MQTT server explicitly specifying the messageIdio.reactivex.rxjava3.core.Single<Integer>MqttEndpoint. rxPublish(String topic, Buffer payload, io.netty.handler.codec.mqtt.MqttQoS qosLevel, boolean isDup, boolean isRetain, int messageId, io.netty.handler.codec.mqtt.MqttProperties properties)Sends the PUBLISH message to the remote MQTT server explicitly specifying the messageId -
Uses of Buffer in io.vertx.rxjava3.mqtt.messages
Methods in io.vertx.rxjava3.mqtt.messages that return Buffer Modifier and Type Method Description BufferMqttPublishMessage. payload() -
Uses of Buffer in io.vertx.rxjava3.rabbitmq
Methods in io.vertx.rxjava3.rabbitmq that return Buffer Modifier and Type Method Description BufferRabbitMQMessage. body()Methods in io.vertx.rxjava3.rabbitmq with parameters of type Buffer Modifier and Type Method Description io.reactivex.rxjava3.core.CompletableRabbitMQClient. basicPublish(String exchange, String routingKey, com.rabbitmq.client.BasicProperties properties, Buffer body)Publish a message.io.reactivex.rxjava3.core.CompletableRabbitMQClient. basicPublish(String exchange, String routingKey, Buffer body)Publish a message.io.reactivex.rxjava3.core.CompletableRabbitMQClient. basicPublishWithDeliveryTag(String exchange, String routingKey, com.rabbitmq.client.BasicProperties properties, Buffer body, Handler<Long> deliveryTagHandler)Publish a message.io.reactivex.rxjava3.core.CompletableRabbitMQPublisher. publish(String exchange, String routingKey, com.rabbitmq.client.BasicProperties properties, Buffer body)Publish a message.io.reactivex.rxjava3.core.CompletableRabbitMQClient. rxBasicPublish(String exchange, String routingKey, com.rabbitmq.client.BasicProperties properties, Buffer body)Publish a message.io.reactivex.rxjava3.core.CompletableRabbitMQClient. rxBasicPublish(String exchange, String routingKey, Buffer body)Publish a message.io.reactivex.rxjava3.core.CompletableRabbitMQClient. rxBasicPublishWithDeliveryTag(String exchange, String routingKey, com.rabbitmq.client.BasicProperties properties, Buffer body, Handler<Long> deliveryTagHandler)Publish a message.io.reactivex.rxjava3.core.CompletableRabbitMQPublisher. rxPublish(String exchange, String routingKey, com.rabbitmq.client.BasicProperties properties, Buffer body)Publish a message. -
Uses of Buffer in io.vertx.rxjava3.redis.client
Methods in io.vertx.rxjava3.redis.client that return Buffer Modifier and Type Method Description BufferResponse. toBuffer()Get this response as Buffer.Methods in io.vertx.rxjava3.redis.client with parameters of type Buffer Modifier and Type Method Description RequestRequest. arg(Buffer arg)Adds a String key argument -
Uses of Buffer in io.vertx.rxjava3.sqlclient
Methods in io.vertx.rxjava3.sqlclient that return Buffer Modifier and Type Method Description BufferRow. getBuffer(String column)Get a buffer value for the givencolumn.BufferTuple. getBuffer(int pos)Get a buffer value atpos.Methods in io.vertx.rxjava3.sqlclient with parameters of type Buffer Modifier and Type Method Description TupleTuple. addBuffer(Buffer value)Add a buffer value at the end of the tuple.
-