public class Frames extends Object
Frame
s. 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 original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static TypeArg<Frames> |
__TYPE_ARG |
static io.vertx.ext.stomp.Frame |
PING |
Constructor and Description |
---|
Frames(io.vertx.ext.stomp.Frames delegate) |
Frames(Object delegate) |
Modifier and Type | Method and Description |
---|---|
static io.vertx.ext.stomp.Frame |
createErrorFrame(String message,
Map<String,String> headers,
String body) |
static io.vertx.ext.stomp.Frame |
createReceiptFrame(String receiptId,
Map<String,String> headers) |
boolean |
equals(Object o) |
io.vertx.ext.stomp.Frames |
getDelegate() |
static void |
handleReceipt(io.vertx.ext.stomp.Frame frame,
StompServerConnection connection) |
int |
hashCode() |
static Frames |
newInstance(io.vertx.ext.stomp.Frames arg) |
static io.vertx.ext.stomp.Frame |
ping() |
String |
toString() |
public Frames(io.vertx.ext.stomp.Frames delegate)
public Frames(Object delegate)
public io.vertx.ext.stomp.Frames getDelegate()
public static io.vertx.ext.stomp.Frame createErrorFrame(String message, Map<String,String> headers, String body)
public static io.vertx.ext.stomp.Frame createReceiptFrame(String receiptId, Map<String,String> headers)
public static void handleReceipt(io.vertx.ext.stomp.Frame frame, StompServerConnection connection)
public static io.vertx.ext.stomp.Frame ping()
public static Frames newInstance(io.vertx.ext.stomp.Frames arg)
Copyright © 2021 Eclipse. All rights reserved.