|
createErrorFrame
|
open static fun createErrorFrame(message: String, : MutableMap<String, String>, body: String): Frame |
|
createReceiptFrame
|
open static fun createReceiptFrame(receiptId: String, : 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 |