Uses of Class
io.vertx.mutiny.ext.stomp.StompServerConnection
- 
Packages that use StompServerConnection Package Description io.vertx.mutiny.ext.stomp  - 
- 
Uses of StompServerConnection in io.vertx.mutiny.ext.stomp
Fields in io.vertx.mutiny.ext.stomp with type parameters of type StompServerConnection Modifier and Type Field Description static TypeArg<StompServerConnection>StompServerConnection. __TYPE_ARGMethods in io.vertx.mutiny.ext.stomp that return StompServerConnection Modifier and Type Method Description StompServerConnectionServerFrame. connection()static StompServerConnectionStompServerConnection. newInstance(io.vertx.ext.stomp.StompServerConnection arg)StompServerConnectionStompServerConnection. write(io.vertx.ext.stomp.Frame frame)StompServerConnectionStompServerConnection. write(Buffer buffer)Methods in io.vertx.mutiny.ext.stomp with parameters of type StompServerConnection Modifier and Type Method Description booleanDestination. ack(StompServerConnection connection, io.vertx.ext.stomp.Frame frame)DestinationDestination. dispatch(StompServerConnection connection, io.vertx.ext.stomp.Frame frame)List<String>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)StompServerHandlerStompServerHandler. 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.BooleanStompServerHandler. onAuthenticationRequestAndAwait(StompServerConnection connection, String login, String passcode)StompServerHandlerStompServerHandler. 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)StompServerHandlerStompServerHandler. onNack(StompServerConnection connection, io.vertx.ext.stomp.Frame subscribe, List<io.vertx.ext.stomp.Frame> messages)DestinationDestination. subscribe(StompServerConnection connection, io.vertx.ext.stomp.Frame frame)booleanDestination. unsubscribe(StompServerConnection connection, io.vertx.ext.stomp.Frame frame)DestinationDestination. unsubscribeConnection(StompServerConnection connection)Method parameters in io.vertx.mutiny.ext.stomp with type arguments of type StompServerConnection Modifier and Type Method Description StompServerHandlerStompServerHandler. closeHandler(Consumer<StompServerConnection> handler)voidStompServerConnection. configureHeartbeat(long ping, long pong, Consumer<StompServerConnection> pingHandler)StompServerHandlerStompServerHandler. pingHandler(Consumer<StompServerConnection> handler) 
 -