Package io.vertx.mutiny.ext.stomp
Class Frames
java.lang.Object
io.vertx.mutiny.ext.stomp.Frames
- All Implemented Interfaces:
MutinyDelegate
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 Mutiny-ified interface using Vert.x codegen.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.vertx.ext.stomp.Frame -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic io.vertx.ext.stomp.Framestatic io.vertx.ext.stomp.FramecreateReceiptFrame(String receiptId, Map<String, String> headers) booleanio.vertx.ext.stomp.Framesstatic voidhandleReceipt(io.vertx.ext.stomp.Frame frame, StompServerConnection connection) inthashCode()static FramesnewInstance(io.vertx.ext.stomp.Frames arg) static io.vertx.ext.stomp.Frameping()toString()
-
Field Details
-
__TYPE_ARG
-
PING
public static final io.vertx.ext.stomp.Frame PING
-
-
Constructor Details
-
Frames
public Frames(io.vertx.ext.stomp.Frames delegate) -
Frames
-
-
Method Details
-
getDelegate
public io.vertx.ext.stomp.Frames getDelegate()- Specified by:
getDelegatein interfaceMutinyDelegate- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
createErrorFrame
-
createReceiptFrame
-
handleReceipt
-
ping
public static io.vertx.ext.stomp.Frame ping() -
newInstance
-