Uses of Interface
io.vertx.ext.stomp.ServerFrame
Packages that use ServerFrame
-
Uses of ServerFrame in io.vertx.ext.stomp
Subinterfaces with type arguments of type ServerFrame in io.vertx.ext.stompModifier and TypeInterfaceDescriptioninterfaceSTOMP server handler implements the behavior of the STOMP server when a specific event occurs.Classes in io.vertx.ext.stomp that implement interfaces with type arguments of type ServerFrameModifier and TypeClassDescriptionclassSTOMP compliant actions executed when receiving aABORTframe.classSTOMP compliant actions executed when receiving aACKframe.classSTOMP compliant actions executed when receiving aBEGINframe.classSTOMP compliant actions executed when receiving aCOMMITframe.classSTOMP compliant actions executed when receiving aCONNECTframe.classSTOMP compliant actions executed when receiving aNACKsf.frame().classSTOMP compliant actions executed when receiving aSENDsf.frame().classSTOMP compliant actions executed when receiving aSUBSCRIBEframe.classSTOMP compliant actions executed when receiving aUNSUBSCRIBEframe.Methods in io.vertx.ext.stomp with parameters of type ServerFrameModifier and TypeMethodDescriptionvoidDefaultAbortHandler.handle(ServerFrame sf) voidDefaultAckHandler.handle(ServerFrame serverFrame) voidDefaultBeginHandler.handle(ServerFrame serverFrame) voidDefaultCommitHandler.handle(ServerFrame serverFrame) voidDefaultConnectHandler.handle(ServerFrame sf) voidDefaultNackHandler.handle(ServerFrame sf) voidDefaultSendHandler.handle(ServerFrame sf) voidDefaultSubscribeHandler.handle(ServerFrame serverFrame) voidDefaultUnsubscribeHandler.handle(ServerFrame serverFrame) Method parameters in io.vertx.ext.stomp with type arguments of type ServerFrameModifier and TypeMethodDescriptionStompServerHandler.abortHandler(Handler<ServerFrame> handler) Configures the action to execute when aABORTframe is received.StompServerHandler.ackHandler(Handler<ServerFrame> handler) Configures the action to execute when aACKframe is received.StompServerHandler.beginHandler(Handler<ServerFrame> handler) Configures the action to execute when aBEGINframe is received.StompServerHandler.commitHandler(Handler<ServerFrame> handler) Configures the action to execute when aCOMMITframe is received.StompServerHandler.connectHandler(Handler<ServerFrame> handler) Configures the action to execute when aCONNECTframe is received.StompServerHandler.disconnectHandler(Handler<ServerFrame> handler) Configures the action to execute when aDISCONNECTframe is received.StompServerHandler.nackHandler(Handler<ServerFrame> handler) Configures the action to execute when aNACKframe is received.StompServerHandler.receivedFrameHandler(Handler<ServerFrame> handler) Configures a handler that get notified when a STOMP frame is received by the server.StompServerHandler.sendHandler(Handler<ServerFrame> handler) Configures the action to execute when aSENDframe is received.StompServerHandler.stompHandler(Handler<ServerFrame> handler) Configures the action to execute when aSTOMPframe is received.StompServerHandler.subscribeHandler(Handler<ServerFrame> handler) Configures the action to execute when aSUBSCRIBEframe is received.StompServerHandler.unsubscribeHandler(Handler<ServerFrame> handler) Configures the action to execute when aUNSUBSCRIBEframe is received.StompServer.writingFrameHandler(Handler<ServerFrame> handler) Configures the handler that is invoked every time a frame is going to be written to the "wire". -
Uses of ServerFrame in io.vertx.reactivex.ext.stomp
Methods in io.vertx.reactivex.ext.stomp that return ServerFrameMethods in io.vertx.reactivex.ext.stomp with parameters of type ServerFrameConstructors in io.vertx.reactivex.ext.stomp with parameters of type ServerFrame -
Uses of ServerFrame in io.vertx.rxjava3.ext.stomp
Methods in io.vertx.rxjava3.ext.stomp that return ServerFrameMethods in io.vertx.rxjava3.ext.stomp with parameters of type ServerFrameConstructors in io.vertx.rxjava3.ext.stomp with parameters of type ServerFrame