public class ServerFrame extends Object
Frame
but also on the StompServerConnection
.
NOTE: This class has been automatically generated from the original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static TypeArg<ServerFrame> |
__TYPE_ARG |
Constructor and Description |
---|
ServerFrame(Object delegate) |
ServerFrame(io.vertx.ext.stomp.ServerFrame delegate) |
Modifier and Type | Method and Description |
---|---|
StompServerConnection |
connection() |
boolean |
equals(Object o) |
io.vertx.ext.stomp.Frame |
frame() |
io.vertx.ext.stomp.ServerFrame |
getDelegate() |
int |
hashCode() |
static ServerFrame |
newInstance(io.vertx.ext.stomp.ServerFrame arg) |
String |
toString() |
public static final TypeArg<ServerFrame> __TYPE_ARG
public ServerFrame(io.vertx.ext.stomp.ServerFrame delegate)
public ServerFrame(Object delegate)
public io.vertx.ext.stomp.ServerFrame getDelegate()
public io.vertx.ext.stomp.Frame frame()
public StompServerConnection connection()
public static ServerFrame newInstance(io.vertx.ext.stomp.ServerFrame arg)
Copyright © 2021 Eclipse. All rights reserved.