vertx / io.vertx.reactivex.ext.stomp / Frames

Frames

open class Frames

Utility methods to build common io.vertx.ext.stomp.Frames. It defines a non-STOMP frame (PING) that is used for heartbeats. When such frame is written on the wire it is just the 0 byte. This class is thread-safe. NOTE: This class has been automatically generated from the io.vertx.ext.stomp.Frames non RX-ified interface using Vert.x codegen.

Constructors

<init>

Frames(delegate: Frames)

Properties

__TYPE_ARG

static val __TYPE_ARG: TypeArg<Frames>

Functions

createErrorFrame

open static fun createErrorFrame(message: String, headers: MutableMap<String, String>, body: String): Frame

createReceiptFrame

open static fun createReceiptFrame(receiptId: String, headers: MutableMap<String, String>): Frame

equals

open fun equals(other: Any?): Boolean

getDelegate

open fun getDelegate(): Frames

handleReceipt

open static fun handleReceipt(frame: Frame, connection: StompServerConnection): Unit

hashCode

open fun hashCode(): Int

newInstance

open static fun newInstance(arg: Frames): Frames

ping

open static fun ping(): Frame

toString

open fun toString(): String