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 io.vertx.lang.rx.TypeArg<ServerFrame> |
__TYPE_ARG |
Constructor and Description |
---|
ServerFrame(Object delegate) |
ServerFrame(ServerFrame delegate) |
Modifier and Type | Method and Description |
---|---|
StompServerConnection |
connection() |
boolean |
equals(Object o) |
Frame |
frame() |
ServerFrame |
getDelegate() |
int |
hashCode() |
static ServerFrame |
newInstance(ServerFrame arg) |
String |
toString() |
public static final io.vertx.lang.rx.TypeArg<ServerFrame> __TYPE_ARG
public ServerFrame(ServerFrame delegate)
public ServerFrame(Object delegate)
public ServerFrame getDelegate()
public Frame frame()
public StompServerConnection connection()
public static ServerFrame newInstance(ServerFrame arg)
Copyright © 2023 Eclipse. All rights reserved.