A B C D E F G H I L M N O P Q R S T U V W _ 
All Classes All Packages

A

abort(String) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Aborts a transaction.
abort(String, Map<String, String>) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Aborts a transaction.
abortAndAwait(String) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Blocking variant of abort(String).
abortAndAwait(String, Map<String, String>) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Blocking variant of abort(String,Map).
abortAndForget(String) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Variant of abort(String) that ignores the result of the operation.
abortAndForget(String, Map<String, String>) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Variant of abort(String,Map) that ignores the result of the operation.
abortHandler(Consumer<ServerFrame>) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
 
accept(ServerFrame) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
 
ack(StompServerConnection, Frame) - Method in class io.vertx.mutiny.ext.stomp.Destination
 
ack(String) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Sends an acknowledgement for a specific message.
ack(String, String) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Sends an acknowledgement for the given frame.
ackAndAwait(String) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Blocking variant of ack(String).
ackAndAwait(String, String) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Blocking variant of ack(String,String).
ackAndForget(String) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Variant of ack(String) that ignores the result of the operation.
ackAndForget(String, String) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Variant of ack(String,String) that ignores the result of the operation.
ackHandler(Consumer<ServerFrame>) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
 
Acknowledgement - Class in io.vertx.mutiny.ext.stomp
Structure passed to acknowledgement handler called when a ACK or NACK frame is received.
Acknowledgement(Acknowledgement) - Constructor for class io.vertx.mutiny.ext.stomp.Acknowledgement
 
Acknowledgement(Object) - Constructor for class io.vertx.mutiny.ext.stomp.Acknowledgement
 
actualPort() - Method in class io.vertx.mutiny.ext.stomp.StompServer
 
authProvider(AuthenticationProvider) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
 

B

beginHandler(Consumer<ServerFrame>) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
 
beginTX(String) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Begins a transaction.
beginTX(String, Map<String, String>) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Begins a transaction.
beginTXAndAwait(String) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Blocking variant of beginTX(String).
beginTXAndAwait(String, Map<String, String>) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Blocking variant of beginTX(String,Map).
beginTXAndForget(String) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Variant of beginTX(String) that ignores the result of the operation.
beginTXAndForget(String, Map<String, String>) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Variant of beginTX(String,Map) that ignores the result of the operation.
bridge(BridgeOptions) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
 
bridge(Vertx, BridgeOptions) - Static method in class io.vertx.mutiny.ext.stomp.Destination
 

C

close() - Method in class io.vertx.mutiny.ext.stomp.StompClient
 
close() - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
 
close() - Method in class io.vertx.mutiny.ext.stomp.StompServer
Closes the server.
close() - Method in class io.vertx.mutiny.ext.stomp.StompServerConnection
 
closeAndAwait() - Method in class io.vertx.mutiny.ext.stomp.StompServer
Blocking variant of StompServer.close().
closeAndForget() - Method in class io.vertx.mutiny.ext.stomp.StompServer
Variant of StompServer.close() that ignores the result of the operation.
closeHandler(Consumer<StompClientConnection>) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
 
closeHandler(Consumer<StompServerConnection>) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
 
commit(String) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Commits a transaction.
commit(String, Map<String, String>) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Commits a transaction.
commitAndAwait(String) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Blocking variant of commit(String).
commitAndAwait(String, Map<String, String>) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Blocking variant of commit(String,Map).
commitAndForget(String) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Variant of commit(String) that ignores the result of the operation.
commitAndForget(String, Map<String, String>) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Variant of commit(String,Map) that ignores the result of the operation.
commitHandler(Consumer<ServerFrame>) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
 
configureHeartbeat(long, long, Consumer<StompServerConnection>) - Method in class io.vertx.mutiny.ext.stomp.StompServerConnection
 
connect() - Method in class io.vertx.mutiny.ext.stomp.StompClient
Connects to the server using the host and port configured in the client's options.
connect(int, String) - Method in class io.vertx.mutiny.ext.stomp.StompClient
Connects to the server.
connect(int, String, NetClient) - Method in class io.vertx.mutiny.ext.stomp.StompClient
Connects to the server.
connect(NetClient) - Method in class io.vertx.mutiny.ext.stomp.StompClient
Connects to the server.
connectAndAwait() - Method in class io.vertx.mutiny.ext.stomp.StompClient
connectAndAwait(int, String) - Method in class io.vertx.mutiny.ext.stomp.StompClient
Blocking variant of StompClient.connect(int,String).
connectAndAwait(int, String, NetClient) - Method in class io.vertx.mutiny.ext.stomp.StompClient
connectAndAwait(NetClient) - Method in class io.vertx.mutiny.ext.stomp.StompClient
connectAndForget() - Method in class io.vertx.mutiny.ext.stomp.StompClient
Variant of StompClient.connect(int, java.lang.String) that ignores the result of the operation.
connectAndForget(int, String) - Method in class io.vertx.mutiny.ext.stomp.StompClient
Variant of StompClient.connect(int,String) that ignores the result of the operation.
connectAndForget(int, String, NetClient) - Method in class io.vertx.mutiny.ext.stomp.StompClient
Variant of StompClient.connect(int,String,io.vertx.mutiny.core.net.NetClient) that ignores the result of the operation.
connectAndForget(NetClient) - Method in class io.vertx.mutiny.ext.stomp.StompClient
Variant of StompClient.connect(io.vertx.mutiny.core.net.NetClient) that ignores the result of the operation.
connectHandler(Consumer<ServerFrame>) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
 
connection() - Method in class io.vertx.mutiny.ext.stomp.ServerFrame
 
connectionDroppedHandler(Consumer<StompClientConnection>) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
 
create(Vertx) - Static method in class io.vertx.mutiny.ext.stomp.StompClient
 
create(Vertx) - Static method in class io.vertx.mutiny.ext.stomp.StompServer
 
create(Vertx) - Static method in class io.vertx.mutiny.ext.stomp.StompServerHandler
 
create(Vertx, StompClientOptions) - Static method in class io.vertx.mutiny.ext.stomp.StompClient
 
create(Vertx, StompServerOptions) - Static method in class io.vertx.mutiny.ext.stomp.StompServer
 
create(Vertx, NetServer) - Static method in class io.vertx.mutiny.ext.stomp.StompServer
 
create(Vertx, NetServer, StompServerOptions) - Static method in class io.vertx.mutiny.ext.stomp.StompServer
 
create(Vertx, String) - Method in class io.vertx.mutiny.ext.stomp.DestinationFactory
 
createErrorFrame(String, Map<String, String>, String) - Static method in class io.vertx.mutiny.ext.stomp.Frames
 
createReceiptFrame(String, Map<String, String>) - Static method in class io.vertx.mutiny.ext.stomp.Frames
 

D

destination() - Method in class io.vertx.mutiny.ext.stomp.Destination
 
Destination - Class in io.vertx.mutiny.ext.stomp
Represents a STOMP destination.
Destination(Destination) - Constructor for class io.vertx.mutiny.ext.stomp.Destination
 
Destination(Object) - Constructor for class io.vertx.mutiny.ext.stomp.Destination
 
destinationFactory(DestinationFactory) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
 
DestinationFactory - Class in io.vertx.mutiny.ext.stomp
Interface implemented to customize the destination creation.
DestinationFactory(DestinationFactory) - Constructor for class io.vertx.mutiny.ext.stomp.DestinationFactory
 
DestinationFactory(Object) - Constructor for class io.vertx.mutiny.ext.stomp.DestinationFactory
 
disconnect() - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Disconnects the client.
disconnect(Frame) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Disconnects the client.
disconnectAndAwait() - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Blocking variant of disconnect().
disconnectAndAwait(Frame) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Blocking variant of disconnect(Frame).
disconnectAndForget() - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Variant of disconnect() that ignores the result of the operation.
disconnectAndForget(Frame) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Variant of disconnect(Frame) that ignores the result of the operation.
disconnectHandler(Consumer<ServerFrame>) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
 
dispatch(StompServerConnection, Frame) - Method in class io.vertx.mutiny.ext.stomp.Destination
 

E

equals(Object) - Method in class io.vertx.mutiny.ext.stomp.Acknowledgement
 
equals(Object) - Method in class io.vertx.mutiny.ext.stomp.Destination
 
equals(Object) - Method in class io.vertx.mutiny.ext.stomp.DestinationFactory
 
equals(Object) - Method in class io.vertx.mutiny.ext.stomp.Frames
 
equals(Object) - Method in class io.vertx.mutiny.ext.stomp.ServerFrame
 
equals(Object) - Method in class io.vertx.mutiny.ext.stomp.StompClient
 
equals(Object) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
 
equals(Object) - Method in class io.vertx.mutiny.ext.stomp.StompServer
 
equals(Object) - Method in class io.vertx.mutiny.ext.stomp.StompServerConnection
 
equals(Object) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
 
errorFrameHandler(Consumer<Frame>) - Method in class io.vertx.mutiny.ext.stomp.StompClient
 
errorHandler(Consumer<Frame>) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
 
exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.mutiny.ext.stomp.StompClient
 
exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
 

F

frame() - Method in class io.vertx.mutiny.ext.stomp.ServerFrame
 
frames() - Method in class io.vertx.mutiny.ext.stomp.Acknowledgement
 
Frames - Class in io.vertx.mutiny.ext.stomp
Utility methods to build common Frames.
Frames(Frames) - Constructor for class io.vertx.mutiny.ext.stomp.Frames
 
Frames(Object) - Constructor for class io.vertx.mutiny.ext.stomp.Frames
 

G

getDelegate() - Method in class io.vertx.mutiny.ext.stomp.Acknowledgement
 
getDelegate() - Method in class io.vertx.mutiny.ext.stomp.Destination
 
getDelegate() - Method in class io.vertx.mutiny.ext.stomp.DestinationFactory
 
getDelegate() - Method in class io.vertx.mutiny.ext.stomp.Frames
 
getDelegate() - Method in class io.vertx.mutiny.ext.stomp.ServerFrame
 
getDelegate() - Method in class io.vertx.mutiny.ext.stomp.StompClient
 
getDelegate() - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
 
getDelegate() - Method in class io.vertx.mutiny.ext.stomp.StompServer
 
getDelegate() - Method in class io.vertx.mutiny.ext.stomp.StompServerConnection
 
getDelegate() - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
 
getDestination(String) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
 
getDestinations() - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
 
getOrCreateDestination(String) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
 
getSubscriptions(StompServerConnection) - Method in class io.vertx.mutiny.ext.stomp.Destination
 
getUserBySession(String) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
 

H

handle(ServerFrame) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
 
handler() - Method in class io.vertx.mutiny.ext.stomp.StompServerConnection
 
handler(StompServerHandler) - Method in class io.vertx.mutiny.ext.stomp.StompServer
 
handleReceipt(Frame, StompServerConnection) - Static method in class io.vertx.mutiny.ext.stomp.Frames
 
hashCode() - Method in class io.vertx.mutiny.ext.stomp.Acknowledgement
 
hashCode() - Method in class io.vertx.mutiny.ext.stomp.Destination
 
hashCode() - Method in class io.vertx.mutiny.ext.stomp.DestinationFactory
 
hashCode() - Method in class io.vertx.mutiny.ext.stomp.Frames
 
hashCode() - Method in class io.vertx.mutiny.ext.stomp.ServerFrame
 
hashCode() - Method in class io.vertx.mutiny.ext.stomp.StompClient
 
hashCode() - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
 
hashCode() - Method in class io.vertx.mutiny.ext.stomp.StompServer
 
hashCode() - Method in class io.vertx.mutiny.ext.stomp.StompServerConnection
 
hashCode() - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
 

I

io.smallrye.mutiny.vertx.stomp - module io.smallrye.mutiny.vertx.stomp
 
io.vertx.mutiny.ext.stomp - package io.vertx.mutiny.ext.stomp
 
isClosed() - Method in class io.vertx.mutiny.ext.stomp.StompClient
 
isConnected() - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
 
isListening() - Method in class io.vertx.mutiny.ext.stomp.StompServer
 

L

listen() - Method in class io.vertx.mutiny.ext.stomp.StompServer
Connects the STOMP server default port (61613) and network interface (0.0.0.0).
listen(int) - Method in class io.vertx.mutiny.ext.stomp.StompServer
Connects the STOMP server to the given port.
listen(int, String) - Method in class io.vertx.mutiny.ext.stomp.StompServer
Connects the STOMP server to the given port / interface.
listenAndAwait() - Method in class io.vertx.mutiny.ext.stomp.StompServer
Blocking variant of StompServer.listen().
listenAndAwait(int) - Method in class io.vertx.mutiny.ext.stomp.StompServer
Blocking variant of StompServer.listen(int).
listenAndAwait(int, String) - Method in class io.vertx.mutiny.ext.stomp.StompServer
Blocking variant of StompServer.listen(int,String).
listenAndForget() - Method in class io.vertx.mutiny.ext.stomp.StompServer
Variant of StompServer.listen() that ignores the result of the operation.
listenAndForget(int) - Method in class io.vertx.mutiny.ext.stomp.StompServer
Variant of StompServer.listen(int) that ignores the result of the operation.
listenAndForget(int, String) - Method in class io.vertx.mutiny.ext.stomp.StompServer
Variant of StompServer.listen(int,String) that ignores the result of the operation.

M

matches(String) - Method in class io.vertx.mutiny.ext.stomp.Destination
 

N

nack(StompServerConnection, Frame) - Method in class io.vertx.mutiny.ext.stomp.Destination
 
nack(String) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Sends a non-acknowledgement for the given message.
nack(String, String) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Sends a non-acknowledgement for the given frame.
nackAndAwait(String) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Blocking variant of nack(String).
nackAndAwait(String, String) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Blocking variant of nack(String,String).
nackAndForget(String) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Variant of nack(String) that ignores the result of the operation.
nackAndForget(String, String) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Variant of nack(String,String) that ignores the result of the operation.
nackHandler(Consumer<ServerFrame>) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
 
newInstance(Acknowledgement) - Static method in class io.vertx.mutiny.ext.stomp.Acknowledgement
 
newInstance(Destination) - Static method in class io.vertx.mutiny.ext.stomp.Destination
 
newInstance(DestinationFactory) - Static method in class io.vertx.mutiny.ext.stomp.DestinationFactory
 
newInstance(Frames) - Static method in class io.vertx.mutiny.ext.stomp.Frames
 
newInstance(ServerFrame) - Static method in class io.vertx.mutiny.ext.stomp.ServerFrame
 
newInstance(StompClient) - Static method in class io.vertx.mutiny.ext.stomp.StompClient
 
newInstance(StompClientConnection) - Static method in class io.vertx.mutiny.ext.stomp.StompClientConnection
 
newInstance(StompServer) - Static method in class io.vertx.mutiny.ext.stomp.StompServer
 
newInstance(StompServerConnection) - Static method in class io.vertx.mutiny.ext.stomp.StompServerConnection
 
newInstance(StompServerHandler) - Static method in class io.vertx.mutiny.ext.stomp.StompServerHandler
 
numberOfSubscriptions() - Method in class io.vertx.mutiny.ext.stomp.Destination
 

O

onAck(StompServerConnection, Frame, List<Frame>) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
 
onAckHandler(Consumer<Acknowledgement>) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
 
onAuthenticationRequest(StompServerConnection, String, String) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
Called when the client connects to a server requiring authentication.
onAuthenticationRequestAndAwait(StompServerConnection, String, String) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
onAuthenticationRequestAndForget(StompServerConnection, String, String) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
onClose(StompServerConnection) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
 
onNack(StompServerConnection, Frame, List<Frame>) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
 
onNackHandler(Consumer<Acknowledgement>) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
 
onServerActivity() - Method in class io.vertx.mutiny.ext.stomp.StompServerConnection
 
options() - Method in class io.vertx.mutiny.ext.stomp.StompClient
 
options() - Method in class io.vertx.mutiny.ext.stomp.StompServer
 

P

ping() - Static method in class io.vertx.mutiny.ext.stomp.Frames
 
ping() - Method in class io.vertx.mutiny.ext.stomp.StompServerConnection
 
PING - Static variable in class io.vertx.mutiny.ext.stomp.Frames
 
pingHandler(Consumer<StompClientConnection>) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
 
pingHandler(Consumer<StompServerConnection>) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
 

Q

queue(Vertx, String) - Static method in class io.vertx.mutiny.ext.stomp.Destination
 

R

receivedFrameHandler(Consumer<Frame>) - Method in class io.vertx.mutiny.ext.stomp.StompClient
 
receivedFrameHandler(Consumer<Frame>) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
 
receivedFrameHandler(Consumer<ServerFrame>) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
 

S

send(Frame) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Sends the given frame to the server.
send(String, Buffer) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Sends a SEND frame to the server to the given destination.
send(String, Map<String, String>, Buffer) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Sends a SEND frame to the server to the given destination.
send(Map<String, String>, Buffer) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Sends a SEND frame to the server.
sendAndAwait(Frame) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Blocking variant of send(Frame).
sendAndAwait(String, Buffer) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
sendAndAwait(String, Map<String, String>, Buffer) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
sendAndAwait(Map<String, String>, Buffer) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
sendAndForget(Frame) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Variant of send(Frame) that ignores the result of the operation.
sendAndForget(String, Buffer) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Variant of send(String,io.vertx.mutiny.core.buffer.Buffer) that ignores the result of the operation.
sendAndForget(String, Map<String, String>, Buffer) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Variant of send(String,Map,io.vertx.mutiny.core.buffer.Buffer) that ignores the result of the operation.
sendAndForget(Map<String, String>, Buffer) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Variant of send(Map,io.vertx.mutiny.core.buffer.Buffer) that ignores the result of the operation.
sendHandler(Consumer<ServerFrame>) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
 
server() - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
 
server() - Method in class io.vertx.mutiny.ext.stomp.StompServerConnection
 
ServerFrame - Class in io.vertx.mutiny.ext.stomp
Structure passed to server handler when receiving a frame.
ServerFrame(ServerFrame) - Constructor for class io.vertx.mutiny.ext.stomp.ServerFrame
 
ServerFrame(Object) - Constructor for class io.vertx.mutiny.ext.stomp.ServerFrame
 
session() - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
 
session() - Method in class io.vertx.mutiny.ext.stomp.StompServerConnection
 
sslSession() - Method in class io.vertx.mutiny.ext.stomp.StompServerConnection
 
StompClient - Class in io.vertx.mutiny.ext.stomp
Defines a STOMP client.
StompClient(StompClient) - Constructor for class io.vertx.mutiny.ext.stomp.StompClient
 
StompClient(Object) - Constructor for class io.vertx.mutiny.ext.stomp.StompClient
 
StompClientConnection - Class in io.vertx.mutiny.ext.stomp
Once a connection to the STOMP server has been made, client receives a StompClientConnection, that let send and receive STOMP frames.
StompClientConnection(StompClientConnection) - Constructor for class io.vertx.mutiny.ext.stomp.StompClientConnection
 
StompClientConnection(Object) - Constructor for class io.vertx.mutiny.ext.stomp.StompClientConnection
 
stompHandler() - Method in class io.vertx.mutiny.ext.stomp.StompServer
 
stompHandler(Consumer<ServerFrame>) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
 
StompServer - Class in io.vertx.mutiny.ext.stomp
Defines a STOMP server.
StompServer(StompServer) - Constructor for class io.vertx.mutiny.ext.stomp.StompServer
 
StompServer(Object) - Constructor for class io.vertx.mutiny.ext.stomp.StompServer
 
StompServerConnection - Class in io.vertx.mutiny.ext.stomp
Class representing a connection between a STOMP client a the server.
StompServerConnection(StompServerConnection) - Constructor for class io.vertx.mutiny.ext.stomp.StompServerConnection
 
StompServerConnection(Object) - Constructor for class io.vertx.mutiny.ext.stomp.StompServerConnection
 
StompServerHandler - Class in io.vertx.mutiny.ext.stomp
STOMP server handler implements the behavior of the STOMP server when a specific event occurs.
StompServerHandler(StompServerHandler) - Constructor for class io.vertx.mutiny.ext.stomp.StompServerHandler
 
StompServerHandler(Object) - Constructor for class io.vertx.mutiny.ext.stomp.StompServerHandler
 
subscribe(StompServerConnection, Frame) - Method in class io.vertx.mutiny.ext.stomp.Destination
 
subscribe(String, Consumer<Frame>) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Subscribes to the given destination.
subscribe(String, Map<String, String>, Consumer<Frame>) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Subscribes to the given destination.
subscribeAndAwait(String, Consumer<Frame>) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Blocking variant of subscribe(String,Consumer).
subscribeAndAwait(String, Map<String, String>, Consumer<Frame>) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Blocking variant of subscribe(String,Map,Consumer).
subscribeAndForget(String, Consumer<Frame>) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Variant of subscribe(String,Consumer) that ignores the result of the operation.
subscribeAndForget(String, Map<String, String>, Consumer<Frame>) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Variant of subscribe(String,Map,Consumer) that ignores the result of the operation.
subscribeHandler(Consumer<ServerFrame>) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
 
subscription() - Method in class io.vertx.mutiny.ext.stomp.Acknowledgement
 

T

topic(Vertx, String) - Static method in class io.vertx.mutiny.ext.stomp.Destination
 
toString() - Method in class io.vertx.mutiny.ext.stomp.Acknowledgement
 
toString() - Method in class io.vertx.mutiny.ext.stomp.Destination
 
toString() - Method in class io.vertx.mutiny.ext.stomp.DestinationFactory
 
toString() - Method in class io.vertx.mutiny.ext.stomp.Frames
 
toString() - Method in class io.vertx.mutiny.ext.stomp.ServerFrame
 
toString() - Method in class io.vertx.mutiny.ext.stomp.StompClient
 
toString() - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
 
toString() - Method in class io.vertx.mutiny.ext.stomp.StompServer
 
toString() - Method in class io.vertx.mutiny.ext.stomp.StompServerConnection
 
toString() - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
 

U

unsubscribe(StompServerConnection, Frame) - Method in class io.vertx.mutiny.ext.stomp.Destination
 
unsubscribe(String) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Un-subscribes from the given destination.
unsubscribe(String, Map<String, String>) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Un-subscribes from the given destination.
unsubscribeAndAwait(String) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Blocking variant of unsubscribe(String).
unsubscribeAndAwait(String, Map<String, String>) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Blocking variant of unsubscribe(String,Map).
unsubscribeAndForget(String) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Variant of unsubscribe(String) that ignores the result of the operation.
unsubscribeAndForget(String, Map<String, String>) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
Variant of unsubscribe(String,Map) that ignores the result of the operation.
unsubscribeConnection(StompServerConnection) - Method in class io.vertx.mutiny.ext.stomp.Destination
 
unsubscribeHandler(Consumer<ServerFrame>) - Method in class io.vertx.mutiny.ext.stomp.StompServerHandler
 

V

version() - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
 
vertx() - Method in class io.vertx.mutiny.ext.stomp.StompClient
 
vertx() - Method in class io.vertx.mutiny.ext.stomp.StompServer
 

W

webSocketHandler() - Method in class io.vertx.mutiny.ext.stomp.StompServer
 
write(Frame) - Method in class io.vertx.mutiny.ext.stomp.StompServerConnection
 
write(Buffer) - Method in class io.vertx.mutiny.ext.stomp.StompServerConnection
 
writingFrameHandler(Consumer<Frame>) - Method in class io.vertx.mutiny.ext.stomp.StompClient
 
writingFrameHandler(Consumer<Frame>) - Method in class io.vertx.mutiny.ext.stomp.StompClientConnection
 
writingFrameHandler(Consumer<ServerFrame>) - Method in class io.vertx.mutiny.ext.stomp.StompServer
 

_

__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.stomp.Acknowledgement
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.stomp.Destination
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.stomp.DestinationFactory
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.stomp.Frames
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.stomp.ServerFrame
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.stomp.StompClient
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.stomp.StompClientConnection
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.stomp.StompServer
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.stomp.StompServerConnection
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.stomp.StompServerHandler
 
A B C D E F G H I L M N O P Q R S T U V W _ 
All Classes All Packages