Interface Frames
public interface Frames
Utility methods to build common
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.- Author:
- Clement Escoffier
-
Field Summary
Fields -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic Framestatic FramecreateInvalidFrameErrorFrame(io.vertx.ext.stomp.impl.FrameException exception) static FramecreateReceiptFrame(String receiptId, Map<String, String> headers) static voidhandleReceipt(Frame frame, StompServerConnection connection) static Frameping()
-
Field Details
-
PING
-
-
Method Details
-
createErrorFrame
-
createInvalidFrameErrorFrame
-
createReceiptFrame
-
handleReceipt
-
ping
-