public interface Frames
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.Modifier and Type | Method and Description |
---|---|
static Frame |
createErrorFrame(String message,
Map<String,String> headers,
String body) |
static Frame |
createInvalidFrameErrorFrame(io.vertx.ext.stomp.impl.FrameException exception) |
static Frame |
createReceiptFrame(String receiptId,
Map<String,String> headers) |
static void |
handleReceipt(Frame frame,
StompServerConnection connection) |
static Frame |
ping() |
static final Frame PING
static Frame createErrorFrame(String message, Map<String,String> headers, String body)
static Frame createInvalidFrameErrorFrame(io.vertx.ext.stomp.impl.FrameException exception)
static void handleReceipt(Frame frame, StompServerConnection connection)
static Frame ping()
Copyright © 2022 Eclipse. All rights reserved.