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_ARG
Methods in io.vertx.mutiny.ext.stomp that return StompServerConnectionModifier and TypeMethodDescriptionServerFrame.connection()
static StompServerConnection
StompServerConnection.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 TypeMethodDescriptionboolean
Destination.ack
(StompServerConnection connection, io.vertx.ext.stomp.Frame frame) Destination.dispatch
(StompServerConnection connection, io.vertx.ext.stomp.Frame frame) Destination.getSubscriptions
(StompServerConnection connection) static void
Frames.handleReceipt
(io.vertx.ext.stomp.Frame frame, StompServerConnection connection) boolean
Destination.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.void
StompServerHandler.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) boolean
Destination.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) void
StompServerConnection.configureHeartbeat
(long ping, long pong, Consumer<StompServerConnection> pingHandler) StompServerHandler.pingHandler
(Consumer<StompServerConnection> handler)