Class Frames
java.lang.Object
io.vertx.reactivex.ext.stomp.Frames
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate
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.
NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Framestatic FramecreateReceiptFrame(String receiptId, Map<String, String> headers) booleanstatic voidhandleReceipt(Frame frame, StompServerConnection connection) inthashCode()static FramesnewInstance(Frames arg) static Frameping()toString()
-
Field Details
-
__TYPE_ARG
-
PING
-
-
Constructor Details
-
Frames
-
Frames
-
-
Method Details
-
toString
-
equals
-
hashCode
-
getDelegate
- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate
-
createErrorFrame
-
createReceiptFrame
-
handleReceipt
-
ping
-
newInstance
-