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_ARG
Methods in io.vertx.mutiny.ext.stomp that return StompServerConnection Modifier and Type Method Description StompServerConnection
ServerFrame. connection()
static StompServerConnection
StompServerConnection. newInstance(io.vertx.ext.stomp.StompServerConnection arg)
StompServerConnection
StompServerConnection. write(io.vertx.ext.stomp.Frame frame)
StompServerConnection
StompServerConnection. write(Buffer buffer)
Methods in io.vertx.mutiny.ext.stomp with parameters of type StompServerConnection Modifier and Type Method Description boolean
Destination. ack(StompServerConnection connection, io.vertx.ext.stomp.Frame frame)
Destination
Destination. dispatch(StompServerConnection connection, io.vertx.ext.stomp.Frame frame)
List<String>
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
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.Boolean
StompServerHandler. onAuthenticationRequestAndAwait(StompServerConnection connection, String login, String passcode)
StompServerHandler
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
StompServerHandler. onNack(StompServerConnection connection, io.vertx.ext.stomp.Frame subscribe, List<io.vertx.ext.stomp.Frame> messages)
Destination
Destination. subscribe(StompServerConnection connection, io.vertx.ext.stomp.Frame frame)
boolean
Destination. unsubscribe(StompServerConnection connection, io.vertx.ext.stomp.Frame frame)
Destination
Destination. unsubscribeConnection(StompServerConnection connection)
Method parameters in io.vertx.mutiny.ext.stomp with type arguments of type StompServerConnection Modifier and Type Method Description StompServerHandler
StompServerHandler. closeHandler(Consumer<StompServerConnection> handler)
void
StompServerConnection. configureHeartbeat(long ping, long pong, Consumer<StompServerConnection> pingHandler)
StompServerHandler
StompServerHandler. pingHandler(Consumer<StompServerConnection> handler)
-