| Package | Description | 
|---|---|
| io.vertx.ext.stomp | |
| io.vertx.reactivex.ext.stomp | |
| io.vertx.rxjava.ext.stomp | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DefaultCommitHandler.handle(ServerFrame serverFrame)  | 
void | 
DefaultUnsubscribeHandler.handle(ServerFrame serverFrame)  | 
void | 
DefaultAckHandler.handle(ServerFrame serverFrame)  | 
void | 
DefaultAbortHandler.handle(ServerFrame sf)  | 
void | 
DefaultSendHandler.handle(ServerFrame sf)  | 
void | 
DefaultNackHandler.handle(ServerFrame sf)  | 
void | 
DefaultBeginHandler.handle(ServerFrame serverFrame)  | 
void | 
DefaultConnectHandler.handle(ServerFrame sf)  | 
void | 
DefaultSubscribeHandler.handle(ServerFrame serverFrame)  | 
| Modifier and Type | Method and Description | 
|---|---|
StompServerHandler | 
StompServerHandler.abortHandler(Handler<ServerFrame> handler)
Configures the action to execute when a  
ABORT frame is received. | 
StompServerHandler | 
StompServerHandler.ackHandler(Handler<ServerFrame> handler)
Configures the action to execute when a  
ACK frame is received. | 
StompServerHandler | 
StompServerHandler.beginHandler(Handler<ServerFrame> handler)
Configures the action to execute when a  
BEGIN frame is received. | 
StompServerHandler | 
StompServerHandler.commitHandler(Handler<ServerFrame> handler)
Configures the action to execute when a  
COMMIT frame is received. | 
StompServerHandler | 
StompServerHandler.connectHandler(Handler<ServerFrame> handler)
Configures the action to execute when a  
CONNECT frame is received. | 
StompServerHandler | 
StompServerHandler.disconnectHandler(Handler<ServerFrame> handler)
Configures the action to execute when a  
DISCONNECT frame is received. | 
StompServerHandler | 
StompServerHandler.nackHandler(Handler<ServerFrame> handler)
Configures the action to execute when a  
NACK frame is received. | 
StompServerHandler | 
StompServerHandler.receivedFrameHandler(Handler<ServerFrame> handler)
Configures a handler that get notified when a STOMP frame is received by the server. 
 | 
StompServerHandler | 
StompServerHandler.sendHandler(Handler<ServerFrame> handler)
Configures the action to execute when a  
SEND frame is received. | 
StompServerHandler | 
StompServerHandler.stompHandler(Handler<ServerFrame> handler)
Configures the action to execute when a  
STOMP frame is received. | 
StompServerHandler | 
StompServerHandler.subscribeHandler(Handler<ServerFrame> handler)
Configures the action to execute when a  
SUBSCRIBE frame is received. | 
StompServerHandler | 
StompServerHandler.unsubscribeHandler(Handler<ServerFrame> handler)
Configures the action to execute when a  
UNSUBSCRIBE frame is received. | 
StompServer | 
StompServer.writingFrameHandler(Handler<ServerFrame> handler)
Configures the handler that is invoked every time a frame is going to be written to the "wire". 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ServerFrame | 
ServerFrame.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static ServerFrame | 
ServerFrame.newInstance(ServerFrame arg)  | 
| Constructor and Description | 
|---|
ServerFrame(ServerFrame delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
ServerFrame | 
ServerFrame.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static ServerFrame | 
ServerFrame.newInstance(ServerFrame arg)  | 
| Constructor and Description | 
|---|
ServerFrame(ServerFrame delegate)  | 
Copyright © 2020 Eclipse. All rights reserved.