- abort(String) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Aborts a transaction.
- abort(String, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Aborts a transaction.
- abort(String, Map<String, String>) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Aborts a transaction.
- abort(String, Map<String, String>, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Aborts a transaction.
- abort(String) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
-
Aborts a transaction.
- abort(String, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
-
Aborts a transaction.
- abort(String, Map<String, String>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
-
Aborts a transaction.
- abort(String, Map<String, String>, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
-
Aborts a transaction.
- abortHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
-
Configures the action to execute when a ABORT frame is received.
- abortHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
-
Configures the action to execute when a ABORT frame is received.
- ACCEPT_VERSION - Static variable in class io.vertx.ext.stomp.Frame
-
- ack(StompServerConnection, Frame) - Method in interface io.vertx.ext.stomp.Destination
-
Handles a ACK frame.
- ACK - Static variable in class io.vertx.ext.stomp.Frame
-
- ack(String) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Sends an acknowledgement for a specific message.
- ack(String, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Sends an acknowledgement for a specific message.
- ack(String, String) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Sends an acknowledgement for the given frame.
- ack(String, String, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Sends an acknowledgement for the given frame.
- ack(StompServerConnection, Frame) - Method in class io.vertx.rxjava.ext.stomp.Destination
-
Handles a ACK frame.
- ack(String) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
-
Sends an acknowledgement for a specific message.
- ack(String, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
-
Sends an acknowledgement for a specific message.
- ack(String, String) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
-
Sends an acknowledgement for the given frame.
- ack(String, String, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
-
Sends an acknowledgement for the given frame.
- ackHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
-
Configures the action to execute when a ACK frame is received.
- ackHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
-
Configures the action to execute when a ACK frame is received.
- Acknowledgement - Interface in io.vertx.ext.stomp
-
Structure passed to acknowledgement handler called when a ACK or NACK frame is received.
- Acknowledgement - Class in io.vertx.rxjava.ext.stomp
-
Structure passed to acknowledgement handler called when a ACK or NACK frame is received.
- Acknowledgement(Acknowledgement) - Constructor for class io.vertx.rxjava.ext.stomp.Acknowledgement
-
- actualPort() - Method in interface io.vertx.ext.stomp.StompServer
-
Gets the port on which the server is listening.
- actualPort() - Method in class io.vertx.rxjava.ext.stomp.StompServer
-
Gets the port on which the server is listening.
- add(String, String) - Method in class io.vertx.ext.stomp.utils.Headers
-
- addAll(Map<String, String>) - Method in class io.vertx.ext.stomp.utils.Headers
-
- addHeader(String, String) - Method in class io.vertx.ext.stomp.Frame
-
Adds a header to the frame.
- addInboundPermitted(PermittedOptions) - Method in class io.vertx.ext.stomp.BridgeOptions
-
- addOutboundPermitted(PermittedOptions) - Method in class io.vertx.ext.stomp.BridgeOptions
-
- authProvider(AuthProvider) - Method in interface io.vertx.ext.stomp.StompServerHandler
-
Configures the
AuthProvider to be used to authenticate the user.
- authProvider(AuthProvider) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
-
Configures the to be used to authenticate the user.
- close() - Method in interface io.vertx.ext.stomp.StompClient
-
Closes the client.
- close() - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Closes the connection without sending the DISCONNECT frame.
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.stomp.StompServer
-
Closes the server.
- close() - Method in interface io.vertx.ext.stomp.StompServer
-
Closes the server.
- close() - Method in interface io.vertx.ext.stomp.StompServerConnection
-
Closes the connection with the client.
- close() - Method in class io.vertx.rxjava.ext.stomp.StompClient
-
Closes the client.
- close() - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
-
Closes the connection without sending the DISCONNECT frame.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.stomp.StompServer
-
Closes the server.
- close() - Method in class io.vertx.rxjava.ext.stomp.StompServer
-
Closes the server.
- close() - Method in class io.vertx.rxjava.ext.stomp.StompServerConnection
-
Closes the connection with the client.
- closeHandler(Handler<StompClientConnection>) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Sets a handler notified when the STOMP connection is closed.
- closeHandler(Handler<StompServerConnection>) - Method in interface io.vertx.ext.stomp.StompServerHandler
-
Configures the action to execute when a connection with the client is closed.
- closeHandler(Handler<StompClientConnection>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
-
Sets a handler notified when the STOMP connection is closed.
- closeHandler(Handler<StompServerConnection>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
-
Configures the action to execute when a connection with the client is closed.
- closeObservable() - Method in class io.vertx.rxjava.ext.stomp.StompServer
-
Closes the server.
- commit(String) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Commits a transaction.
- commit(String, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Commits a transaction.
- commit(String, Map<String, String>) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Commits a transaction.
- commit(String, Map<String, String>, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Commits a transaction.
- commit(String) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
-
Commits a transaction.
- commit(String, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
-
Commits a transaction.
- commit(String, Map<String, String>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
-
Commits a transaction.
- commit(String, Map<String, String>, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
-
Commits a transaction.
- commitHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
-
Configures the action to execute when a COMMIT frame is received.
- commitHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
-
Configures the action to execute when a COMMIT frame is received.
- computePingPeriod(Frame.Heartbeat, Frame.Heartbeat) - Static method in class io.vertx.ext.stomp.Frame.Heartbeat
-
Computes the ping period.
- computePongPeriod(Frame.Heartbeat, Frame.Heartbeat) - Static method in class io.vertx.ext.stomp.Frame.Heartbeat
-
Computes the pong period.
- configureHeartbeat(long, long, Handler<StompServerConnection>) - Method in interface io.vertx.ext.stomp.StompServerConnection
-
Configures the heartbeat.
- configureHeartbeat(long, long, Handler<StompServerConnection>) - Method in class io.vertx.rxjava.ext.stomp.StompServerConnection
-
Configures the heartbeat.
- connect(int, String, Handler<AsyncResult<StompClientConnection>>) - Method in interface io.vertx.ext.stomp.StompClient
-
Connects to the server.
- connect(NetClient, Handler<AsyncResult<StompClientConnection>>) - Method in interface io.vertx.ext.stomp.StompClient
-
Connects to the server.
- connect(int, String, NetClient, Handler<AsyncResult<StompClientConnection>>) - Method in interface io.vertx.ext.stomp.StompClient
-
Connects to the server.
- connect(Handler<AsyncResult<StompClientConnection>>) - Method in interface io.vertx.ext.stomp.StompClient
-
Connects to the server using the host and port configured in the client's options.
- connect(int, String, Handler<AsyncResult<StompClientConnection>>) - Method in class io.vertx.rxjava.ext.stomp.StompClient
-
Connects to the server.
- connect(NetClient, Handler<AsyncResult<StompClientConnection>>) - Method in class io.vertx.rxjava.ext.stomp.StompClient
-
Connects to the server.
- connect(int, String, NetClient, Handler<AsyncResult<StompClientConnection>>) - Method in class io.vertx.rxjava.ext.stomp.StompClient
-
Connects to the server.
- connect(Handler<AsyncResult<StompClientConnection>>) - Method in class io.vertx.rxjava.ext.stomp.StompClient
-
Connects to the server using the host and port configured in the client's options.
- connectHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
-
Configures the action to execute when a CONNECT frame is received.
- connectHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
-
Configures the action to execute when a CONNECT frame is received.
- connection() - Method in interface io.vertx.ext.stomp.ServerFrame
-
- connection() - Method in class io.vertx.rxjava.ext.stomp.ServerFrame
-
- connectObservable(int, String) - Method in class io.vertx.rxjava.ext.stomp.StompClient
-
Connects to the server.
- connectObservable(NetClient) - Method in class io.vertx.rxjava.ext.stomp.StompClient
-
Connects to the server.
- connectObservable(int, String, NetClient) - Method in class io.vertx.rxjava.ext.stomp.StompClient
-
Connects to the server.
- connectObservable() - Method in class io.vertx.rxjava.ext.stomp.StompClient
-
Connects to the server using the host and port configured in the client's options.
- CONTENT_LENGTH - Static variable in class io.vertx.ext.stomp.Frame
-
- CONTENT_TYPE - Static variable in class io.vertx.ext.stomp.Frame
-
- create(Vertx, String) - Method in interface io.vertx.ext.stomp.DestinationFactory
-
Creates a destination for the given address.
- create(JsonObject) - Static method in class io.vertx.ext.stomp.Frame.Heartbeat
-
Creates an instance of
Frame.Heartbeat from the JSON configuration provides in the
client / server options.
- create(Vertx) - Static method in interface io.vertx.ext.stomp.StompClient
-
Creates a
StompClient using the default implementation.
- create(Vertx, StompClientOptions) - Static method in interface io.vertx.ext.stomp.StompClient
-
Creates a
StompClient using the default implementation.
- create(Vertx, StompServerOptions) - Static method in interface io.vertx.ext.stomp.StompServer
-
Creates a
StompServer based on the default Stomp Server implementation.
- create(Vertx, NetServer) - Static method in interface io.vertx.ext.stomp.StompServer
-
Creates a
StompServer based on the default Stomp Server implementation.
- create(Vertx, NetServer, StompServerOptions) - Static method in interface io.vertx.ext.stomp.StompServer
-
Creates a
StompServer based on the default Stomp Server implementation.
- create(Vertx) - Static method in interface io.vertx.ext.stomp.StompServer
-
Creates a
StompServer based on the default Stomp Server implementation, and use the default options.
- create(Vertx) - Static method in interface io.vertx.ext.stomp.StompServerHandler
-
- create() - Static method in class io.vertx.ext.stomp.utils.Headers
-
- create(String...) - Static method in class io.vertx.ext.stomp.utils.Headers
-
- create(Map<String, String>) - Static method in class io.vertx.ext.stomp.utils.Headers
-
- create(Vertx, String) - Method in class io.vertx.rxjava.ext.stomp.DestinationFactory
-
Creates a destination for the given address.
- create(Vertx) - Static method in class io.vertx.rxjava.ext.stomp.StompClient
-
Creates a
StompClient using the default implementation.
- create(Vertx, StompClientOptions) - Static method in class io.vertx.rxjava.ext.stomp.StompClient
-
Creates a
StompClient using the default implementation.
- create(Vertx, StompServerOptions) - Static method in class io.vertx.rxjava.ext.stomp.StompServer
-
Creates a
StompServer based on the default Stomp Server implementation.
- create(Vertx, NetServer) - Static method in class io.vertx.rxjava.ext.stomp.StompServer
-
Creates a
StompServer based on the default Stomp Server implementation.
- create(Vertx, NetServer, StompServerOptions) - Static method in class io.vertx.rxjava.ext.stomp.StompServer
-
Creates a
StompServer based on the default Stomp Server implementation.
- create(Vertx) - Static method in class io.vertx.rxjava.ext.stomp.StompServer
-
Creates a
StompServer based on the default Stomp Server implementation, and use the default options.
- create(Vertx) - Static method in class io.vertx.rxjava.ext.stomp.StompServerHandler
-
- createErrorFrame(String, Map<String, String>, String) - Static method in interface io.vertx.ext.stomp.Frames
-
- createErrorFrame(String, Map<String, String>, String) - Static method in class io.vertx.rxjava.ext.stomp.Frames
-
- createInvalidFrameErrorFrame(FrameException) - Static method in interface io.vertx.ext.stomp.Frames
-
- createReceiptFrame(String, Map<String, String>) - Static method in interface io.vertx.ext.stomp.Frames
-
- createReceiptFrame(String, Map<String, String>) - Static method in class io.vertx.rxjava.ext.stomp.Frames
-
- DEFAULT_ADDRESS - Static variable in class io.vertx.ext.stomp.PermittedOptions
-
The default permitted address : null.
- DEFAULT_ADDRESS_REGEX - Static variable in class io.vertx.ext.stomp.PermittedOptions
-
The default permitted address regex : null.
- DEFAULT_MAX_BODY_LENGTH - Static variable in class io.vertx.ext.stomp.StompServerOptions
-
- DEFAULT_MAX_FRAME_IN_TRANSACTION - Static variable in class io.vertx.ext.stomp.StompServerOptions
-
- DEFAULT_MAX_HEADER_LENGTH - Static variable in class io.vertx.ext.stomp.StompServerOptions
-
- DEFAULT_MAX_HEADERS - Static variable in class io.vertx.ext.stomp.StompServerOptions
-
- DEFAULT_MAX_SUBSCRIPTIONS_BY_CLIENT - Static variable in class io.vertx.ext.stomp.StompServerOptions
-
- DEFAULT_POINT_TO_POINT - Static variable in class io.vertx.ext.stomp.BridgeOptions
-
- DEFAULT_STOMP_HEARTBEAT - Static variable in interface io.vertx.ext.stomp.StompOptions
-
- DEFAULT_STOMP_HOST - Static variable in interface io.vertx.ext.stomp.StompOptions
-
- DEFAULT_STOMP_PORT - Static variable in interface io.vertx.ext.stomp.StompOptions
-
- DEFAULT_SUPPORTED_VERSIONS - Static variable in interface io.vertx.ext.stomp.StompOptions
-
- DEFAULT_TRANSACTION_CHUNK_SIZE - Static variable in class io.vertx.ext.stomp.StompServerOptions
-
- DefaultAbortHandler - Class in io.vertx.ext.stomp
-
STOMP compliant actions executed when receiving a ABORT frame.
- DefaultAbortHandler() - Constructor for class io.vertx.ext.stomp.DefaultAbortHandler
-
- DefaultAckHandler - Class in io.vertx.ext.stomp
-
STOMP compliant actions executed when receiving a ACK frame.
- DefaultAckHandler() - Constructor for class io.vertx.ext.stomp.DefaultAckHandler
-
- DefaultBeginHandler - Class in io.vertx.ext.stomp
-
STOMP compliant actions executed when receiving a BEGIN frame.
- DefaultBeginHandler() - Constructor for class io.vertx.ext.stomp.DefaultBeginHandler
-
- DefaultCommitHandler - Class in io.vertx.ext.stomp
-
STOMP compliant actions executed when receiving a COMMIT frame.
- DefaultCommitHandler() - Constructor for class io.vertx.ext.stomp.DefaultCommitHandler
-
- DefaultConnectHandler - Class in io.vertx.ext.stomp
-
STOMP compliant actions executed when receiving a CONNECT frame.
- DefaultConnectHandler() - Constructor for class io.vertx.ext.stomp.DefaultConnectHandler
-
- DefaultNackHandler - Class in io.vertx.ext.stomp
-
STOMP compliant actions executed when receiving a NACK sf.frame().
- DefaultNackHandler() - Constructor for class io.vertx.ext.stomp.DefaultNackHandler
-
- DefaultSendHandler - Class in io.vertx.ext.stomp
-
STOMP compliant actions executed when receiving a SEND sf.frame().
- DefaultSendHandler() - Constructor for class io.vertx.ext.stomp.DefaultSendHandler
-
- DefaultSubscribeHandler - Class in io.vertx.ext.stomp
-
STOMP compliant actions executed when receiving a SUBSCRIBE frame.
- DefaultSubscribeHandler() - Constructor for class io.vertx.ext.stomp.DefaultSubscribeHandler
-
- DefaultUnsubscribeHandler - Class in io.vertx.ext.stomp
-
STOMP compliant actions executed when receiving a UNSUBSCRIBE frame.
- DefaultUnsubscribeHandler() - Constructor for class io.vertx.ext.stomp.DefaultUnsubscribeHandler
-
- Destination - Interface in io.vertx.ext.stomp
-
Represents a STOMP destination.
- destination() - Method in interface io.vertx.ext.stomp.Destination
-
- DESTINATION - Static variable in class io.vertx.ext.stomp.Frame
-
- Destination - Class in io.vertx.rxjava.ext.stomp
-
Represents a STOMP destination.
- Destination(Destination) - Constructor for class io.vertx.rxjava.ext.stomp.Destination
-
- destination() - Method in class io.vertx.rxjava.ext.stomp.Destination
-
- DestinationFactory - Interface in io.vertx.ext.stomp
-
Interface implemented to customize the destination creation.
- destinationFactory(DestinationFactory) - Method in interface io.vertx.ext.stomp.StompServerHandler
-
- DestinationFactory - Class in io.vertx.rxjava.ext.stomp
-
Interface implemented to customize the destination creation.
- DestinationFactory(DestinationFactory) - Constructor for class io.vertx.rxjava.ext.stomp.DestinationFactory
-
- destinationFactory(DestinationFactory) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
-
- disconnect() - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Disconnects the client.
- disconnect(Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Disconnects the client.
- disconnect(Frame) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Disconnects the client.
- disconnect(Frame, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Disconnects the client.
- disconnect() - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
-
Disconnects the client.
- disconnect(Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
-
Disconnects the client.
- disconnect(Frame) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
-
Disconnects the client.
- disconnect(Frame, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
-
Disconnects the client.
- disconnectHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
-
Configures the action to execute when a DISCONNECT frame is received.
- disconnectHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
-
Configures the action to execute when a DISCONNECT frame is received.
- dispatch(StompServerConnection, Frame) - Method in interface io.vertx.ext.stomp.Destination
-
Dispatches the given frame.
- dispatch(StompServerConnection, Frame) - Method in class io.vertx.rxjava.ext.stomp.Destination
-
Dispatches the given frame.
- getAcceptedVersions() - Method in class io.vertx.ext.stomp.StompClientOptions
-
Gets the list of STOMP protocol versions accepted by the client.
- getAck() - Method in class io.vertx.ext.stomp.Frame
-
Gets the value of the ack header.
- getAddress() - Method in class io.vertx.ext.stomp.PermittedOptions
-
- getAddressRegex() - Method in class io.vertx.ext.stomp.PermittedOptions
-
- getBody() - Method in class io.vertx.ext.stomp.Frame
-
- getBodyAsByteArray() - Method in class io.vertx.ext.stomp.Frame
-
- getBodyAsString(String) - Method in class io.vertx.ext.stomp.Frame
-
Gets the body of the frames as a String encoded in the given encoding.
- getBodyAsString() - Method in class io.vertx.ext.stomp.Frame
-
Gets the body of the frames as a String encoded in the frame encoding.
- getCommand() - Method in class io.vertx.ext.stomp.Frame
-
- getDelegate() - Method in class io.vertx.rxjava.ext.stomp.Acknowledgement
-
- getDelegate() - Method in class io.vertx.rxjava.ext.stomp.Destination
-
- getDelegate() - Method in class io.vertx.rxjava.ext.stomp.DestinationFactory
-
- getDelegate() - Method in class io.vertx.rxjava.ext.stomp.Frames
-
- getDelegate() - Method in class io.vertx.rxjava.ext.stomp.ServerFrame
-
- getDelegate() - Method in class io.vertx.rxjava.ext.stomp.StompClient
-
- getDelegate() - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
-
- getDelegate() - Method in class io.vertx.rxjava.ext.stomp.StompServer
-
- getDelegate() - Method in class io.vertx.rxjava.ext.stomp.StompServerConnection
-
- getDelegate() - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
-
- getDestination() - Method in class io.vertx.ext.stomp.Frame
-
- getDestination(String) - Method in interface io.vertx.ext.stomp.StompServerHandler
-
Gets the destination with the given name.
- getDestination(String) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
-
Gets the destination with the given name.
- getDestinations() - Method in interface io.vertx.ext.stomp.StompServerHandler
-
- getDestinations() - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
-
- getHeader(String) - Method in class io.vertx.ext.stomp.Frame
-
Gets the value of the header with the given name.
- getHeaders() - Method in class io.vertx.ext.stomp.Frame
-
Gets the frame headers.
- getHeartbeat() - Method in class io.vertx.ext.stomp.StompClientOptions
-
Gets the heartbeat configuration.
- getHeartbeat() - Method in class io.vertx.ext.stomp.StompServerOptions
-
Gets the heartbeat configuration.
- getHost() - Method in class io.vertx.ext.stomp.StompClientOptions
-
Gets the STOMP server host.
- getId() - Method in class io.vertx.ext.stomp.Frame
-
- getInboundPermitteds() - Method in class io.vertx.ext.stomp.BridgeOptions
-
- getLogin() - Method in class io.vertx.ext.stomp.StompClientOptions
-
Gets the configured login.
- getMaxBodyLength() - Method in class io.vertx.ext.stomp.StompServerOptions
-
Gets the max length of the frame body accepted by the server.
- getMaxFrameInTransaction() - Method in class io.vertx.ext.stomp.StompServerOptions
-
Gets the maximum number of frames that can be added to a transaction.
- getMaxHeaderLength() - Method in class io.vertx.ext.stomp.StompServerOptions
-
Gets the max length of header's value.
- getMaxHeaders() - Method in class io.vertx.ext.stomp.StompServerOptions
-
Gets the maximum number of headers supported by the server.
- getMaxSubscriptionsByClient() - Method in class io.vertx.ext.stomp.StompServerOptions
-
Gets the maximum of subscriptions a client is allowed to register.
- getOrCreateDestination(String) - Method in interface io.vertx.ext.stomp.StompServerHandler
-
Gets a
Destination object if existing, or create a new one.
- getOrCreateDestination(String) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
-
Gets a
Destination object if existing, or create a new one.
- getOutboundPermitteds() - Method in class io.vertx.ext.stomp.BridgeOptions
-
- getPasscode() - Method in class io.vertx.ext.stomp.StompClientOptions
-
Gets the configured passcode.
- getPort() - Method in class io.vertx.ext.stomp.StompClientOptions
-
Gets the STOMP server port.
- getReceipt() - Method in class io.vertx.ext.stomp.Frame
-
- getSubscriptions(StompServerConnection) - Method in interface io.vertx.ext.stomp.Destination
-
Gets all subscription ids for the given destination hold by the given client
- getSubscriptions(StompServerConnection) - Method in class io.vertx.rxjava.ext.stomp.Destination
-
Gets all subscription ids for the given destination hold by the given client
- getSupportedVersions() - Method in class io.vertx.ext.stomp.StompServerOptions
-
Gets the STOMP protocol versions supported by the server.
- getTimeFactor() - Method in class io.vertx.ext.stomp.StompServerOptions
-
Gets the time factor, i.e.
- getTransaction() - Method in class io.vertx.ext.stomp.Frame
-
- getTransactionChunkSize() - Method in class io.vertx.ext.stomp.StompServerOptions
-
Gets the chunk size when replaying a transaction.
- listen(int) - Method in interface io.vertx.ext.stomp.StompServer
-
Connects the STOMP server to the given port.
- listen(int, String) - Method in interface io.vertx.ext.stomp.StompServer
-
Connects the STOMP server to the given port / interface.
- listen() - Method in interface io.vertx.ext.stomp.StompServer
-
Connects the STOMP server to the port / host configured in the server options.
- listen(Handler<AsyncResult<StompServer>>) - Method in interface io.vertx.ext.stomp.StompServer
-
Connects the STOMP server default port (61613) and network interface (0.0.0.0).
- listen(int, Handler<AsyncResult<StompServer>>) - Method in interface io.vertx.ext.stomp.StompServer
-
Connects the STOMP server to the given port.
- listen(int, String, Handler<AsyncResult<StompServer>>) - Method in interface io.vertx.ext.stomp.StompServer
-
Connects the STOMP server to the given port / interface.
- listen(int) - Method in class io.vertx.rxjava.ext.stomp.StompServer
-
Connects the STOMP server to the given port.
- listen(int, String) - Method in class io.vertx.rxjava.ext.stomp.StompServer
-
Connects the STOMP server to the given port / interface.
- listen() - Method in class io.vertx.rxjava.ext.stomp.StompServer
-
Connects the STOMP server to the port / host configured in the server options.
- listen(Handler<AsyncResult<StompServer>>) - Method in class io.vertx.rxjava.ext.stomp.StompServer
-
Connects the STOMP server default port (61613) and network interface (0.0.0.0).
- listen(int, Handler<AsyncResult<StompServer>>) - Method in class io.vertx.rxjava.ext.stomp.StompServer
-
Connects the STOMP server to the given port.
- listen(int, String, Handler<AsyncResult<StompServer>>) - Method in class io.vertx.rxjava.ext.stomp.StompServer
-
Connects the STOMP server to the given port / interface.
- listenObservable() - Method in class io.vertx.rxjava.ext.stomp.StompServer
-
Connects the STOMP server default port (61613) and network interface (0.0.0.0).
- listenObservable(int) - Method in class io.vertx.rxjava.ext.stomp.StompServer
-
Connects the STOMP server to the given port.
- listenObservable(int, String) - Method in class io.vertx.rxjava.ext.stomp.StompServer
-
Connects the STOMP server to the given port / interface.
- LOGIN - Static variable in class io.vertx.ext.stomp.Frame
-
- onAck(StompServerConnection, Frame, List<Frame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
-
Method called by single message (client-individual policy) or a set of message (client policy) are acknowledged.
- onAck(StompServerConnection, Frame, List<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
-
Method called by single message (client-individual policy) or a set of message (client policy) are acknowledged.
- onAckHandler(Handler<Acknowledgement>) - Method in interface io.vertx.ext.stomp.StompServerHandler
-
Configures the action to execute when messages are acknowledged.
- onAckHandler(Handler<Acknowledgement>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
-
Configures the action to execute when messages are acknowledged.
- onAuthenticationRequest(StompServer, String, String, Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.ext.stomp.StompServerHandler
-
Called when the client connects to a server requiring authentication.
- onAuthenticationRequest(StompServer, String, String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
-
Called when the client connects to a server requiring authentication.
- onAuthenticationRequestObservable(StompServer, String, String) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
-
Called when the client connects to a server requiring authentication.
- onClose(StompServerConnection) - Method in interface io.vertx.ext.stomp.StompServerHandler
-
Called when the connection is closed.
- onClose(StompServerConnection) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
-
Called when the connection is closed.
- onNack(StompServerConnection, Frame, List<Frame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
-
Method called by single message (client-individual policy) or a set of message (client policy) are
not acknowledged.
- onNack(StompServerConnection, Frame, List<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
-
Method called by single message (client-individual policy) or a set of message (client policy) are
not acknowledged.
- onNackHandler(Handler<Acknowledgement>) - Method in interface io.vertx.ext.stomp.StompServerHandler
-
Configures the action to execute when messages are not acknowledged.
- onNackHandler(Handler<Acknowledgement>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
-
Configures the action to execute when messages are not acknowledged.
- onServerActivity() - Method in interface io.vertx.ext.stomp.StompServerConnection
-
Notifies the connection about server activity (the server has sent a frame).
- onServerActivity() - Method in class io.vertx.rxjava.ext.stomp.StompServerConnection
-
Notifies the connection about server activity (the server has sent a frame).
- options() - Method in interface io.vertx.ext.stomp.StompClient
-
- options() - Method in interface io.vertx.ext.stomp.StompServer
-
- options() - Method in class io.vertx.rxjava.ext.stomp.StompClient
-
- options() - Method in class io.vertx.rxjava.ext.stomp.StompServer
-
- send(Map<String, String>, Buffer) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Sends a SEND frame to the server.
- send(Map<String, String>, Buffer, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Sends a SEND frame to the server.
- send(String, Buffer) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Sends a SEND frame to the server to the given destination.
- send(String, Buffer, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Sends a SEND frame to the server to the given destination.
- send(Frame) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Sends the given frame to the server.
- send(Frame, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Sends the given frame to the server.
- send(String, Map<String, String>, Buffer) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Sends a SEND frame to the server to the given destination.
- send(String, Map<String, String>, Buffer, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Sends a SEND frame to the server to the given destination.
- send(Map<String, String>, Buffer) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
-
Sends a SEND frame to the server.
- send(Map<String, String>, Buffer, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
-
Sends a SEND frame to the server.
- send(String, Buffer) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
-
Sends a SEND frame to the server to the given destination.
- send(String, Buffer, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
-
Sends a SEND frame to the server to the given destination.
- send(Frame) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
-
Sends the given frame to the server.
- send(Frame, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
-
Sends the given frame to the server.
- send(String, Map<String, String>, Buffer) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
-
Sends a SEND frame to the server to the given destination.
- send(String, Map<String, String>, Buffer, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
-
Sends a SEND frame to the server to the given destination.
- sendHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
-
Configures the action to execute when a SEND frame is received.
- sendHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
-
Configures the action to execute when a SEND frame is received.
- SERVER - Static variable in class io.vertx.ext.stomp.Frame
-
- server() - Method in interface io.vertx.ext.stomp.StompClientConnection
-
- server() - Method in interface io.vertx.ext.stomp.StompServerConnection
-
- Server - Class in io.vertx.ext.stomp.utils
-
Class responsible for the computation of the server id.
- Server() - Constructor for class io.vertx.ext.stomp.utils.Server
-
- server() - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
-
- server() - Method in class io.vertx.rxjava.ext.stomp.StompServerConnection
-
- SERVER_NAME - Static variable in class io.vertx.ext.stomp.utils.Server
-
- ServerFrame - Interface in io.vertx.ext.stomp
-
Structure passed to server handler when receiving a frame.
- ServerFrame - Class in io.vertx.rxjava.ext.stomp
-
Structure passed to server handler when receiving a frame.
- ServerFrame(ServerFrame) - Constructor for class io.vertx.rxjava.ext.stomp.ServerFrame
-
- SESSION - Static variable in class io.vertx.ext.stomp.Frame
-
- session() - Method in interface io.vertx.ext.stomp.StompClientConnection
-
- session() - Method in interface io.vertx.ext.stomp.StompServerConnection
-
- session() - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
-
- session() - Method in class io.vertx.rxjava.ext.stomp.StompServerConnection
-
- setAcceptedVersions(List<String>) - Method in class io.vertx.ext.stomp.StompClientOptions
-
Sets the list of STOMP protocol versions accepted by the client.
- setAddress(String) - Method in class io.vertx.ext.stomp.PermittedOptions
-
The exact address the message is being sent to.
- setAddressRegex(String) - Method in class io.vertx.ext.stomp.PermittedOptions
-
A regular expression that will be matched against the address.
- setAutoComputeContentLength(boolean) - Method in class io.vertx.ext.stomp.StompClientOptions
-
Sets whether or not the automatic computation of the content-length header is enabled.
- setBody(Buffer) - Method in class io.vertx.ext.stomp.Frame
-
Sets the body of the frame.
- setBypassHostHeader(boolean) - Method in class io.vertx.ext.stomp.StompClientOptions
-
Sets whether or not the host header must be dropped from the CONNECT/STOMP frame.
- setCommand(Frame.Command) - Method in class io.vertx.ext.stomp.Frame
-
Sets the frame command.
- setDestination(String) - Method in class io.vertx.ext.stomp.Frame
-
- setHeaders(Map<String, String>) - Method in class io.vertx.ext.stomp.Frame
-
Sets the headers of the frames.
- setHeartbeat(JsonObject) - Method in class io.vertx.ext.stomp.StompClientOptions
-
Sets the heartbeat configuration.
- setHeartbeat(JsonObject) - Method in class io.vertx.ext.stomp.StompServerOptions
-
Sets the heartbeat configuration.
- setHost(String) - Method in class io.vertx.ext.stomp.StompClientOptions
-
Sets the STOMP server host.
- setHost(String) - Method in class io.vertx.ext.stomp.StompServerOptions
-
- setId(String) - Method in class io.vertx.ext.stomp.Frame
-
- setInboundPermitted(List<PermittedOptions>) - Method in class io.vertx.ext.stomp.BridgeOptions
-
- setLogin(String) - Method in class io.vertx.ext.stomp.StompClientOptions
-
Sets the login to use if the STOMP server is secured.
- setMaxBodyLength(int) - Method in class io.vertx.ext.stomp.StompServerOptions
-
Sets the max body length accepted by the server.
- setMaxFrameInTransaction(int) - Method in class io.vertx.ext.stomp.StompServerOptions
-
Sets the maximum number of frame that can be added in a transaction.
- setMaxHeaderLength(int) - Method in class io.vertx.ext.stomp.StompServerOptions
-
Sets the max header length.
- setMaxHeaders(int) - Method in class io.vertx.ext.stomp.StompServerOptions
-
Sets the maximum number of headers.
- setMaxSubscriptionsByClient(int) - Method in class io.vertx.ext.stomp.StompServerOptions
-
Sets the maximum of subscriptions a client is allowed to register.
- setOutboundPermitted(List<PermittedOptions>) - Method in class io.vertx.ext.stomp.BridgeOptions
-
- setPasscode(String) - Method in class io.vertx.ext.stomp.StompClientOptions
-
Sets the passcode to use if the STOMP server is secured.
- setPointToPoint(boolean) - Method in class io.vertx.ext.stomp.BridgeOptions
-
- setPort(int) - Method in class io.vertx.ext.stomp.StompClientOptions
-
Sets the STOMP server port.
- setPort(int) - Method in class io.vertx.ext.stomp.StompServerOptions
-
- setSecured(boolean) - Method in class io.vertx.ext.stomp.StompServerOptions
-
Enables or disables the server security feature.
- setSendErrorOnNoSubscriptions(boolean) - Method in class io.vertx.ext.stomp.StompServerOptions
-
Sets whether or not an error is sent to the client when this client sends a message to an not subscribed
destinations (no subscriptions on this destination).
- setSsl(boolean) - Method in class io.vertx.ext.stomp.StompClientOptions
-
- setSsl(boolean) - Method in class io.vertx.ext.stomp.StompServerOptions
-
- setSupportedVersions(List<String>) - Method in class io.vertx.ext.stomp.StompServerOptions
-
Sets the STOMP protocol versions supported by the server.
- setTimeFactor(int) - Method in class io.vertx.ext.stomp.StompServerOptions
-
Sets the time factor.
- setTransaction(String) - Method in class io.vertx.ext.stomp.Frame
-
- setTransactionChunkSize(int) - Method in class io.vertx.ext.stomp.StompServerOptions
-
Sets the chunk size when replaying a transaction.
- setUseStompFrame(boolean) - Method in class io.vertx.ext.stomp.StompClientOptions
-
Sets whether or not the connection is made using the STOMP command instead of the CONNECT command.
- StompClient - Interface in io.vertx.ext.stomp
-
Defines a STOMP client.
- StompClient - Class in io.vertx.rxjava.ext.stomp
-
Defines a STOMP client.
- StompClient(StompClient) - Constructor for class io.vertx.rxjava.ext.stomp.StompClient
-
- StompClientConnection - Interface in io.vertx.ext.stomp
-
Once a connection to the STOMP server has been made, client receives a
StompClientConnection, that let
send and receive STOMP frames.
- StompClientConnection - Class in io.vertx.rxjava.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.rxjava.ext.stomp.StompClientConnection
-
- StompClientOptions - Class in io.vertx.ext.stomp
-
Options used to configure a STOMP client.
- StompClientOptions() - Constructor for class io.vertx.ext.stomp.StompClientOptions
-
Default constructor.
- StompClientOptions(StompClientOptions) - Constructor for class io.vertx.ext.stomp.StompClientOptions
-
Copy constructor.
- StompClientOptions(JsonObject) - Constructor for class io.vertx.ext.stomp.StompClientOptions
-
- StompClientOptionsConverter - Class in io.vertx.ext.stomp
-
- StompClientOptionsConverter() - Constructor for class io.vertx.ext.stomp.StompClientOptionsConverter
-
- stompHandler() - Method in interface io.vertx.ext.stomp.StompServer
-
- stompHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
-
Configures the action to execute when a STOMP frame is received.
- stompHandler() - Method in class io.vertx.rxjava.ext.stomp.StompServer
-
- stompHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
-
Configures the action to execute when a STOMP frame is received.
- StompOptions - Interface in io.vertx.ext.stomp
-
Defines a couples of constants shared by client and server options.
- StompServer - Interface in io.vertx.ext.stomp
-
Defines a STOMP server.
- StompServer - Class in io.vertx.rxjava.ext.stomp
-
Defines a STOMP server.
- StompServer(StompServer) - Constructor for class io.vertx.rxjava.ext.stomp.StompServer
-
- StompServerConnection - Interface in io.vertx.ext.stomp
-
Class representing a connection between a STOMP client a the server.
- StompServerConnection - Class in io.vertx.rxjava.ext.stomp
-
Class representing a connection between a STOMP client a the server.
- StompServerConnection(StompServerConnection) - Constructor for class io.vertx.rxjava.ext.stomp.StompServerConnection
-
- StompServerHandler - Interface in io.vertx.ext.stomp
-
STOMP server handler implements the behavior of the STOMP server when a specific event occurs.
- StompServerHandler - Class in io.vertx.rxjava.ext.stomp
-
STOMP server handler implements the behavior of the STOMP server when a specific event occurs.
- StompServerHandler(StompServerHandler) - Constructor for class io.vertx.rxjava.ext.stomp.StompServerHandler
-
- StompServerOptions - Class in io.vertx.ext.stomp
-
STOMP Server options.
- StompServerOptions() - Constructor for class io.vertx.ext.stomp.StompServerOptions
-
Default constructor.
- StompServerOptions(StompServerOptions) - Constructor for class io.vertx.ext.stomp.StompServerOptions
-
Copy constructor.
- StompServerOptions(JsonObject) - Constructor for class io.vertx.ext.stomp.StompServerOptions
-
- StompServerOptionsConverter - Class in io.vertx.ext.stomp
-
- StompServerOptionsConverter() - Constructor for class io.vertx.ext.stomp.StompServerOptionsConverter
-
- subscribe(StompServerConnection, Frame) - Method in interface io.vertx.ext.stomp.Destination
-
Handles a subscription request to the current
Destination.
- subscribe(String, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Subscribes to the given destination.
- subscribe(String, Handler<Frame>, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Subscribes to the given destination.
- subscribe(String, Map<String, String>, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Subscribes to the given destination.
- subscribe(String, Map<String, String>, Handler<Frame>, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Subscribes to the given destination.
- subscribe(StompServerConnection, Frame) - Method in class io.vertx.rxjava.ext.stomp.Destination
-
Handles a subscription request to the current
Destination.
- subscribe(String, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
-
Subscribes to the given destination.
- subscribe(String, Handler<Frame>, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
-
Subscribes to the given destination.
- subscribe(String, Map<String, String>, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
-
Subscribes to the given destination.
- subscribe(String, Map<String, String>, Handler<Frame>, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
-
Subscribes to the given destination.
- subscribeHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
-
Configures the action to execute when a SUBSCRIBE frame is received.
- subscribeHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
-
Configures the action to execute when a SUBSCRIBE frame is received.
- subscription() - Method in interface io.vertx.ext.stomp.Acknowledgement
-
- SUBSCRIPTION - Static variable in class io.vertx.ext.stomp.Frame
-
- subscription() - Method in class io.vertx.rxjava.ext.stomp.Acknowledgement
-