Uses of Class
io.vertx.ext.stomp.Frame
Packages that use Frame
-
Uses of Frame in io.vertx.ext.stomp
Fields in io.vertx.ext.stomp declared as FrameMethods in io.vertx.ext.stomp that return FrameModifier and TypeMethodDescriptionAdds a header to the frame.static Framestatic FrameFrames.createInvalidFrameErrorFrame(io.vertx.ext.stomp.impl.FrameException exception) static FrameFrames.createReceiptFrame(String receiptId, Map<String, String> headers) ServerFrame.frame()static FrameFrames.ping()Sets the body of the frame.Frame.setCommand(Command command) Sets the frame command.Frame.setDestination(String destination) Frame.setHeaders(Map<String, String> headers) Sets the headers of the frames.Frame.setTransaction(String id) Acknowledgement.subscription()Methods in io.vertx.ext.stomp that return types with arguments of type FrameModifier and TypeMethodDescriptionAborts a transaction.Aborts a transaction.Sends an acknowledgement for a specific message.Sends an acknowledgement for the given frame.Begins a transaction.Begins a transaction.Commits a transaction.Commits a transaction.StompClientConnection.disconnect()Disconnects the client.StompClientConnection.disconnect(Frame frame) Disconnects the client.Acknowledgement.frames()Sends a non-acknowledgement for the given message.Sends a non-acknowledgement for the given frame.Sends the given frame to the server.Sends aSENDframe to the server to the given destination.Sends aSENDframe to the server to the given destination.Sends aSENDframe to the server.StompClientConnection.unsubscribe(String destination) Un-subscribes from the given destination.StompClientConnection.unsubscribe(String destination, Map<String, String> headers) Un-subscribes from the given destination.Methods in io.vertx.ext.stomp with parameters of type FrameModifier and TypeMethodDescriptionbooleanDestination.ack(StompServerConnection connection, Frame frame) Handles aACKframe.StompClientConnection.disconnect(Frame frame) Disconnects the client.Destination.dispatch(StompServerConnection connection, Frame frame) Dispatches the given frame.static voidFrames.handleReceipt(Frame frame, StompServerConnection connection) booleanDestination.nack(StompServerConnection connection, Frame frame) Handles aNACKframe.StompServerHandler.onAck(StompServerConnection connection, Frame subscribe, List<Frame> messages) Method called by single message (client-individual policy) or a set of message (client policy) are acknowledged.StompServerHandler.onNack(StompServerConnection connection, Frame subscribe, List<Frame> messages) Method called by single message (client-individual policy) or a set of message (client policy) are not acknowledged.Sends the given frame to the server.Destination.subscribe(StompServerConnection connection, Frame frame) Handles a subscription request to the currentDestination.booleanDestination.unsubscribe(StompServerConnection connection, Frame frame) Handles a un-subscription request to the currentDestination.Writes the given frame to the socket.Method parameters in io.vertx.ext.stomp with type arguments of type FrameModifier and TypeMethodDescriptionStompClient.errorFrameHandler(Handler<Frame> handler) A general error frame handler.StompClientConnection.errorHandler(Handler<Frame> handler) Sets a handler notified when anERRORframe is received by the client.StompServerHandler.onAck(StompServerConnection connection, Frame subscribe, List<Frame> messages) Method called by single message (client-individual policy) or a set of message (client policy) are acknowledged.StompServerHandler.onNack(StompServerConnection connection, Frame subscribe, List<Frame> messages) Method called by single message (client-individual policy) or a set of message (client policy) are not acknowledged.StompClient.receivedFrameHandler(Handler<Frame> handler) Configures a received handler that gets notified when a STOMP frame is received by the client.StompClientConnection.receivedFrameHandler(Handler<Frame> handler) Configures a received handler that get notified when a STOMP frame is received by the client.Subscribes to the given destination.StompClientConnection.subscribe(String destination, Map<String, String> headers, Handler<Frame> handler) Subscribes to the given destination.StompClient.writingFrameHandler(Handler<Frame> handler) Configures a writing handler that gets notified when a STOMP frame is written on the wire.StompClientConnection.writingFrameHandler(Handler<Frame> handler) Configures a handler notified when a frame is going to be written on the wire.Constructors in io.vertx.ext.stomp with parameters of type Frame -
Uses of Frame in io.vertx.reactivex.ext.stomp
Fields in io.vertx.reactivex.ext.stomp declared as FrameMethods in io.vertx.reactivex.ext.stomp that return FrameModifier and TypeMethodDescriptionstatic Framestatic FrameFrames.createReceiptFrame(String receiptId, Map<String, String> headers) ServerFrame.frame()static FrameFrames.ping()Acknowledgement.subscription()Methods in io.vertx.reactivex.ext.stomp that return types with arguments of type FrameModifier and TypeMethodDescriptionAborts a transaction.Aborts a transaction.Sends an acknowledgement for a specific message.Sends an acknowledgement for the given frame.Begins a transaction.Begins a transaction.Commits a transaction.Commits a transaction.StompClientConnection.disconnect()Disconnects the client.StompClientConnection.disconnect(Frame frame) Disconnects the client.Acknowledgement.frames()Sends a non-acknowledgement for the given message.Sends a non-acknowledgement for the given frame.Aborts a transaction.Aborts a transaction.Sends an acknowledgement for a specific message.Sends an acknowledgement for the given frame.Begins a transaction.Begins a transaction.Commits a transaction.Commits a transaction.StompClientConnection.rxDisconnect()Disconnects the client.StompClientConnection.rxDisconnect(Frame frame) Disconnects the client.Sends a non-acknowledgement for the given message.Sends a non-acknowledgement for the given frame.Sends the given frame to the server.Sends aSENDframe to the server to the given destination.Sends aSENDframe to the server to the given destination.Sends aSENDframe to the server.StompClientConnection.rxUnsubscribe(String destination) Un-subscribes from the given destination.StompClientConnection.rxUnsubscribe(String destination, Map<String, String> headers) Un-subscribes from the given destination.Sends the given frame to the server.Sends aSENDframe to the server to the given destination.Sends aSENDframe to the server to the given destination.Sends aSENDframe to the server.StompClientConnection.unsubscribe(String destination) Un-subscribes from the given destination.StompClientConnection.unsubscribe(String destination, Map<String, String> headers) Un-subscribes from the given destination.Methods in io.vertx.reactivex.ext.stomp with parameters of type FrameModifier and TypeMethodDescriptionbooleanDestination.ack(StompServerConnection connection, Frame frame) Handles aACKframe.StompClientConnection.disconnect(Frame frame) Disconnects the client.Destination.dispatch(StompServerConnection connection, Frame frame) Dispatches the given frame.static voidFrames.handleReceipt(Frame frame, StompServerConnection connection) booleanDestination.nack(StompServerConnection connection, Frame frame) Handles aNACKframe.StompServerHandler.onAck(StompServerConnection connection, Frame subscribe, List<Frame> messages) Method called by single message (client-individual policy) or a set of message (client policy) are acknowledged.StompServerHandler.onNack(StompServerConnection connection, Frame subscribe, List<Frame> messages) Method called by single message (client-individual policy) or a set of message (client policy) are not acknowledged.StompClientConnection.rxDisconnect(Frame frame) Disconnects the client.Sends the given frame to the server.Sends the given frame to the server.Destination.subscribe(StompServerConnection connection, Frame frame) Handles a subscription request to the currentDestination.booleanDestination.unsubscribe(StompServerConnection connection, Frame frame) Handles a un-subscription request to the currentDestination.Writes the given frame to the socket.Method parameters in io.vertx.reactivex.ext.stomp with type arguments of type FrameModifier and TypeMethodDescriptionStompClient.errorFrameHandler(Handler<Frame> handler) A general error frame handler.StompClientConnection.errorHandler(Handler<Frame> handler) Sets a handler notified when anERRORframe is received by the client.StompServerHandler.onAck(StompServerConnection connection, Frame subscribe, List<Frame> messages) Method called by single message (client-individual policy) or a set of message (client policy) are acknowledged.StompServerHandler.onNack(StompServerConnection connection, Frame subscribe, List<Frame> messages) Method called by single message (client-individual policy) or a set of message (client policy) are not acknowledged.StompClient.receivedFrameHandler(Handler<Frame> handler) Configures a received handler that gets notified when a STOMP frame is received by the client.StompClientConnection.receivedFrameHandler(Handler<Frame> handler) Configures a received handler that get notified when a STOMP frame is received by the client.StompClientConnection.rxSubscribe(String destination, Handler<Frame> handler) Subscribes to the given destination.StompClientConnection.rxSubscribe(String destination, Map<String, String> headers, Handler<Frame> handler) Subscribes to the given destination.Subscribes to the given destination.StompClientConnection.subscribe(String destination, Map<String, String> headers, Handler<Frame> handler) Subscribes to the given destination.StompClient.writingFrameHandler(Handler<Frame> handler) Configures a writing handler that gets notified when a STOMP frame is written on the wire.StompClientConnection.writingFrameHandler(Handler<Frame> handler) Configures a handler notified when a frame is going to be written on the wire. -
Uses of Frame in io.vertx.rxjava3.ext.stomp
Fields in io.vertx.rxjava3.ext.stomp declared as FrameMethods in io.vertx.rxjava3.ext.stomp that return FrameModifier and TypeMethodDescriptionstatic Framestatic FrameFrames.createReceiptFrame(String receiptId, Map<String, String> headers) ServerFrame.frame()static FrameFrames.ping()Acknowledgement.subscription()Methods in io.vertx.rxjava3.ext.stomp that return types with arguments of type FrameModifier and TypeMethodDescriptionAborts a transaction.Aborts a transaction.Sends an acknowledgement for a specific message.Sends an acknowledgement for the given frame.Begins a transaction.Begins a transaction.Commits a transaction.Commits a transaction.StompClientConnection.disconnect()Disconnects the client.StompClientConnection.disconnect(Frame frame) Disconnects the client.Acknowledgement.frames()Sends a non-acknowledgement for the given message.Sends a non-acknowledgement for the given frame.Aborts a transaction.Aborts a transaction.Sends an acknowledgement for a specific message.Sends an acknowledgement for the given frame.Begins a transaction.Begins a transaction.Commits a transaction.Commits a transaction.StompClientConnection.rxDisconnect()Disconnects the client.StompClientConnection.rxDisconnect(Frame frame) Disconnects the client.Sends a non-acknowledgement for the given message.Sends a non-acknowledgement for the given frame.Sends the given frame to the server.Sends aSENDframe to the server to the given destination.Sends aSENDframe to the server to the given destination.Sends aSENDframe to the server.StompClientConnection.rxUnsubscribe(String destination) Un-subscribes from the given destination.StompClientConnection.rxUnsubscribe(String destination, Map<String, String> headers) Un-subscribes from the given destination.Sends the given frame to the server.Sends aSENDframe to the server to the given destination.Sends aSENDframe to the server to the given destination.Sends aSENDframe to the server.StompClientConnection.unsubscribe(String destination) Un-subscribes from the given destination.StompClientConnection.unsubscribe(String destination, Map<String, String> headers) Un-subscribes from the given destination.Methods in io.vertx.rxjava3.ext.stomp with parameters of type FrameModifier and TypeMethodDescriptionbooleanDestination.ack(StompServerConnection connection, Frame frame) Handles aACKframe.StompClientConnection.disconnect(Frame frame) Disconnects the client.Destination.dispatch(StompServerConnection connection, Frame frame) Dispatches the given frame.static voidFrames.handleReceipt(Frame frame, StompServerConnection connection) booleanDestination.nack(StompServerConnection connection, Frame frame) Handles aNACKframe.StompServerHandler.onAck(StompServerConnection connection, Frame subscribe, List<Frame> messages) Method called by single message (client-individual policy) or a set of message (client policy) are acknowledged.StompServerHandler.onNack(StompServerConnection connection, Frame subscribe, List<Frame> messages) Method called by single message (client-individual policy) or a set of message (client policy) are not acknowledged.StompClientConnection.rxDisconnect(Frame frame) Disconnects the client.Sends the given frame to the server.Sends the given frame to the server.Destination.subscribe(StompServerConnection connection, Frame frame) Handles a subscription request to the currentDestination.booleanDestination.unsubscribe(StompServerConnection connection, Frame frame) Handles a un-subscription request to the currentDestination.Writes the given frame to the socket.Method parameters in io.vertx.rxjava3.ext.stomp with type arguments of type FrameModifier and TypeMethodDescriptionStompClient.errorFrameHandler(Handler<Frame> handler) A general error frame handler.StompClientConnection.errorHandler(Handler<Frame> handler) Sets a handler notified when anERRORframe is received by the client.StompServerHandler.onAck(StompServerConnection connection, Frame subscribe, List<Frame> messages) Method called by single message (client-individual policy) or a set of message (client policy) are acknowledged.StompServerHandler.onNack(StompServerConnection connection, Frame subscribe, List<Frame> messages) Method called by single message (client-individual policy) or a set of message (client policy) are not acknowledged.StompClient.receivedFrameHandler(Handler<Frame> handler) Configures a received handler that gets notified when a STOMP frame is received by the client.StompClientConnection.receivedFrameHandler(Handler<Frame> handler) Configures a received handler that get notified when a STOMP frame is received by the client.StompClientConnection.rxSubscribe(String destination, Handler<Frame> handler) Subscribes to the given destination.StompClientConnection.rxSubscribe(String destination, Map<String, String> headers, Handler<Frame> handler) Subscribes to the given destination.Subscribes to the given destination.StompClientConnection.subscribe(String destination, Map<String, String> headers, Handler<Frame> handler) Subscribes to the given destination.StompClient.writingFrameHandler(Handler<Frame> handler) Configures a writing handler that gets notified when a STOMP frame is written on the wire.StompClientConnection.writingFrameHandler(Handler<Frame> handler) Configures a handler notified when a frame is going to be written on the wire.