Uses of Class
io.vertx.mutiny.ext.stomp.StompServerConnection
Packages that use StompServerConnection
-
Uses of StompServerConnection in io.vertx.mutiny.ext.stomp
Fields in io.vertx.mutiny.ext.stomp with type parameters of type StompServerConnectionModifier and TypeFieldDescriptionstatic final TypeArg<StompServerConnection>StompServerConnection.__TYPE_ARGMethods in io.vertx.mutiny.ext.stomp that return StompServerConnectionModifier and TypeMethodDescriptionServerFrame.connection()static StompServerConnectionStompServerConnection.newInstance(io.vertx.ext.stomp.StompServerConnection arg) StompServerConnection.write(io.vertx.ext.stomp.Frame frame) Methods in io.vertx.mutiny.ext.stomp with parameters of type StompServerConnectionModifier and TypeMethodDescriptionbooleanDestination.ack(StompServerConnection connection, io.vertx.ext.stomp.Frame frame) Destination.dispatch(StompServerConnection connection, io.vertx.ext.stomp.Frame frame) Destination.getSubscriptions(StompServerConnection connection) static voidFrames.handleReceipt(io.vertx.ext.stomp.Frame frame, StompServerConnection connection) booleanDestination.nack(StompServerConnection connection, io.vertx.ext.stomp.Frame frame) StompServerHandler.onAck(StompServerConnection connection, io.vertx.ext.stomp.Frame subscribe, List<io.vertx.ext.stomp.Frame> messages) io.smallrye.mutiny.Uni<Boolean>StompServerHandler.onAuthenticationRequest(StompServerConnection connection, String login, String passcode) Called when the client connects to a server requiring authentication.StompServerHandler.onAuthenticationRequestAndAwait(StompServerConnection connection, String login, String passcode) StompServerHandler.onAuthenticationRequestAndForget(StompServerConnection connection, String login, String passcode) Variant ofStompServerHandler.onAuthenticationRequest(io.vertx.mutiny.ext.stomp.StompServerConnection,String,String)that ignores the result of the operation.voidStompServerHandler.onClose(StompServerConnection connection) StompServerHandler.onNack(StompServerConnection connection, io.vertx.ext.stomp.Frame subscribe, List<io.vertx.ext.stomp.Frame> messages) Destination.subscribe(StompServerConnection connection, io.vertx.ext.stomp.Frame frame) booleanDestination.unsubscribe(StompServerConnection connection, io.vertx.ext.stomp.Frame frame) Destination.unsubscribeConnection(StompServerConnection connection) Method parameters in io.vertx.mutiny.ext.stomp with type arguments of type StompServerConnectionModifier and TypeMethodDescriptionStompServerHandler.closeHandler(Consumer<StompServerConnection> handler) voidStompServerConnection.configureHeartbeat(long ping, long pong, Consumer<StompServerConnection> pingHandler) StompServerHandler.pingHandler(Consumer<StompServerConnection> handler)