Package io.vertx.mutiny.ext.stomp
Class ServerFrame
java.lang.Object
io.vertx.mutiny.ext.stomp.ServerFrame
- All Implemented Interfaces:
MutinyDelegate
Structure passed to server handler when receiving a frame. It provides a reference on the received
Frame
but also on the StompServerConnection
.
NOTE: This class has been automatically generated from the original
non Mutiny-ified interface using Vert.x codegen.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionServerFrame
(io.vertx.ext.stomp.ServerFrame delegate) ServerFrame
(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionboolean
io.vertx.ext.stomp.Frame
frame()
io.vertx.ext.stomp.ServerFrame
int
hashCode()
static ServerFrame
newInstance
(io.vertx.ext.stomp.ServerFrame arg) toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
ServerFrame
public ServerFrame(io.vertx.ext.stomp.ServerFrame delegate) -
ServerFrame
-
-
Method Details
-
getDelegate
public io.vertx.ext.stomp.ServerFrame getDelegate()- Specified by:
getDelegate
in interfaceMutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
frame
public io.vertx.ext.stomp.Frame frame()- Returns:
- the received frame
-
connection
- Returns:
- the connection
-
newInstance
-