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
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 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.Frame
static io.vertx.ext.stomp.Frame
createReceiptFrame
(String receiptId, Map<String, String> headers) boolean
io.vertx.ext.stomp.Frames
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()
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:
getDelegate
in 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
-