Uses of Class
io.vertx.reactivex.ext.stomp.StompServerConnection
Packages that use StompServerConnection
-
Uses of StompServerConnection in io.vertx.reactivex.ext.stomp
Fields in io.vertx.reactivex.ext.stomp with type parameters of type StompServerConnectionModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<StompServerConnection> StompServerConnection.__TYPE_ARGMethods in io.vertx.reactivex.ext.stomp that return StompServerConnectionModifier and TypeMethodDescriptionServerFrame.connection()static StompServerConnectionStompServerConnection.newInstance(StompServerConnection arg) Writes the given buffer to the socket.Writes the given frame to the socket.Methods in io.vertx.reactivex.ext.stomp with parameters of type StompServerConnectionModifier and TypeMethodDescriptionbooleanDestination.ack(StompServerConnection connection, Frame frame) Handles aACKframe.Destination.dispatch(StompServerConnection connection, Frame frame) Dispatches the given frame.Destination.getSubscriptions(StompServerConnection connection) Gets all subscription ids for the given destination hold by the given clientstatic 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.onAuthenticationRequest(StompServerConnection connection, String login, String passcode) Called when the client connects to a server requiring authentication.voidStompServerHandler.onClose(StompServerConnection connection) Called when the connection is closed.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.StompServerHandler.rxOnAuthenticationRequest(StompServerConnection connection, String login, String passcode) Called when the client connects to a server requiring authentication.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.Destination.unsubscribeConnection(StompServerConnection connection) Removes all subscriptions of the given connectionMethod parameters in io.vertx.reactivex.ext.stomp with type arguments of type StompServerConnectionModifier and TypeMethodDescriptionStompServerHandler.closeHandler(Handler<StompServerConnection> handler) Configures the action to execute when a connection with the client is closed.voidStompServerConnection.configureHeartbeat(long ping, long pong, Handler<StompServerConnection> pingHandler) Configures the heartbeat.StompServerHandler.pingHandler(Handler<StompServerConnection> handler) Allows customizing the action to do when the server needs to send a `PING` to the client.