vertx / io.vertx.rxjava.core.http / HttpConnection / rxPing

rxPing

open fun rxPing(data: Buffer): Single<Buffer>

Send a frame to the remote endpoint. This is not implemented for HTTP/1.x.

Parameters

data - the 8 bytes data of the frame

Return