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".
|