Skip navigation links
A B C D E F G H I L M N O P Q R S T U V W 

A

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.

B

beginHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
Configures the action to execute when a BEGIN frame is received.
beginHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Configures the action to execute when a BEGIN frame is received.
beginTX(String, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Begins a transaction.
beginTX(String) - Method in interface io.vertx.ext.stomp.StompClientConnection
Begins a transaction.
beginTX(String, Map<String, String>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Begins a transaction.
beginTX(String, Map<String, String>, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Begins a transaction.
beginTX(String, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Begins a transaction.
beginTX(String) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Begins a transaction.
beginTX(String, Map<String, String>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Begins a transaction.
beginTX(String, Map<String, String>, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Begins a transaction.
bridge(Vertx, BridgeOptions) - Static method in interface io.vertx.ext.stomp.Destination
 
bridge(BridgeOptions) - Method in interface io.vertx.ext.stomp.StompServerHandler
Configures the STOMP server to act as a bridge with the Vert.x event bus.
bridge(Vertx, BridgeOptions) - Static method in class io.vertx.rxjava.ext.stomp.Destination
 
bridge(BridgeOptions) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Configures the STOMP server to act as a bridge with the Vert.x event bus.
BridgeOptions - Class in io.vertx.ext.stomp
Specify the event bus bridge options.
BridgeOptions() - Constructor for class io.vertx.ext.stomp.BridgeOptions
 
BridgeOptions(BridgeOptions) - Constructor for class io.vertx.ext.stomp.BridgeOptions
 
BridgeOptions(JsonObject) - Constructor for class io.vertx.ext.stomp.BridgeOptions
 

C

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
 
connectionDroppedHandler(Handler<StompClientConnection>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Sets a handler notified when the server does not respond to a ping request in time.
connectionDroppedHandler(Handler<StompClientConnection>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sets a handler notified when the server does not respond to a ping request in time.
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
Creates an instance of StompServerHandler using the default (compliant) implementation.
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
Creates an instance of StompServerHandler using the default (compliant) implementation.
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
 

D

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_TRAILING_LINE - Static variable in interface io.vertx.ext.stomp.StompOptions
 
DEFAULT_TRANSACTION_CHUNK_SIZE - Static variable in class io.vertx.ext.stomp.StompServerOptions
 
DEFAULT_WEBSOCKET_PATH - 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
Configures the DestinationFactory used to create Destination objects.
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
Configures the DestinationFactory used to create Destination objects.
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.

E

encoding() - Method in class io.vertx.ext.stomp.Frame
Read the frame encoding.
errorFrameHandler(Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClient
A general error frame handler.
errorFrameHandler(Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClient
A general error frame handler.
errorHandler(Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Sets a handler notified when an ERROR frame is received by the client.
errorHandler(Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sets a handler notified when an ERROR frame is received by the client.

F

Frame - Class in io.vertx.ext.stomp
Represents a STOMP frame.
Frame() - Constructor for class io.vertx.ext.stomp.Frame
Creates an un-configured frame.
Frame(Frame) - Constructor for class io.vertx.ext.stomp.Frame
Creates a new instance of Frame by copying the values from the other frame.
Frame(JsonObject) - Constructor for class io.vertx.ext.stomp.Frame
Creates a new instance of Frame from its JSON representation.
Frame(Frame.Command, Map<String, String>, Buffer) - Constructor for class io.vertx.ext.stomp.Frame
Creates a new instance of Frame.
frame() - Method in interface io.vertx.ext.stomp.ServerFrame
 
frame() - Method in class io.vertx.rxjava.ext.stomp.ServerFrame
 
Frame.Command - Enum in io.vertx.ext.stomp
The list of command defined by the STOMP specification.
Frame.Heartbeat - Class in io.vertx.ext.stomp
Represents the heartbeat configuration.
FrameConverter - Class in io.vertx.ext.stomp
Converter for Frame.
FrameConverter() - Constructor for class io.vertx.ext.stomp.FrameConverter
 
frames() - Method in interface io.vertx.ext.stomp.Acknowledgement
 
Frames - Interface in io.vertx.ext.stomp
Utility methods to build common Frames.
frames() - Method in class io.vertx.rxjava.ext.stomp.Acknowledgement
 
Frames - Class in io.vertx.rxjava.ext.stomp
Utility methods to build common Frames.
Frames(Frames) - Constructor for class io.vertx.rxjava.ext.stomp.Frames
 
fromJson(JsonObject, Frame) - Static method in class io.vertx.ext.stomp.FrameConverter
 
fromJson(JsonObject, StompClientOptions) - Static method in class io.vertx.ext.stomp.StompClientOptionsConverter
 
fromJson(JsonObject, StompServerOptions) - Static method in class io.vertx.ext.stomp.StompServerOptionsConverter
 

G

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.
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
 
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.
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.
getPort() - Method in class io.vertx.ext.stomp.StompServerOptions
 
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.
getVirtualHost() - Method in class io.vertx.ext.stomp.StompClientOptions
Gets the virtual host that would be use a "host" header value in the `CONNECT` frame.
getWebsocketPath() - Method in class io.vertx.ext.stomp.StompServerOptions
Gets the path for the web socket.

H

handle(ServerFrame) - Method in class io.vertx.ext.stomp.DefaultAbortHandler
 
handle(ServerFrame) - Method in class io.vertx.ext.stomp.DefaultAckHandler
 
handle(ServerFrame) - Method in class io.vertx.ext.stomp.DefaultBeginHandler
 
handle(ServerFrame) - Method in class io.vertx.ext.stomp.DefaultCommitHandler
 
handle(ServerFrame) - Method in class io.vertx.ext.stomp.DefaultConnectHandler
 
handle(ServerFrame) - Method in class io.vertx.ext.stomp.DefaultNackHandler
 
handle(ServerFrame) - Method in class io.vertx.ext.stomp.DefaultSendHandler
 
handle(ServerFrame) - Method in class io.vertx.ext.stomp.DefaultSubscribeHandler
 
handle(ServerFrame) - Method in class io.vertx.ext.stomp.DefaultUnsubscribeHandler
 
handle(ServerFrame) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
 
handler(StompServerHandler) - Method in interface io.vertx.ext.stomp.StompServer
Configures the StompServerHandler.
handler() - Method in interface io.vertx.ext.stomp.StompServerConnection
 
handler(StompServerHandler) - Method in class io.vertx.rxjava.ext.stomp.StompServer
Configures the StompServerHandler.
handler() - Method in class io.vertx.rxjava.ext.stomp.StompServerConnection
 
handleReceipt(Frame, StompServerConnection) - Static method in interface io.vertx.ext.stomp.Frames
 
handleReceipt(Frame, StompServerConnection) - Static method in class io.vertx.rxjava.ext.stomp.Frames
 
hasEmptyBody() - Method in class io.vertx.ext.stomp.Frame
 
Headers - Class in io.vertx.ext.stomp.utils
An implementation of HashMap to store STOMP frame headers.
Headers() - Constructor for class io.vertx.ext.stomp.utils.Headers
 
HEARTBEAT - Static variable in class io.vertx.ext.stomp.Frame
 
Heartbeat(int, int) - Constructor for class io.vertx.ext.stomp.Frame.Heartbeat
 
HOST - Static variable in class io.vertx.ext.stomp.Frame
 

I

ID - Static variable in class io.vertx.ext.stomp.Frame
 
io.vertx.ext.stomp - package io.vertx.ext.stomp
= Vert.x-Stomp :toc: left STOMP is the Simple (or Streaming) Text Orientated Messaging Protocol.
io.vertx.ext.stomp.utils - package io.vertx.ext.stomp.utils
 
io.vertx.rxjava.ext.stomp - package io.vertx.rxjava.ext.stomp
 
isAutoComputeContentLength() - Method in class io.vertx.ext.stomp.StompClientOptions
Whether or not the automatic computation of the content-length header is enabled.
isBypassHostHeader() - Method in class io.vertx.ext.stomp.StompClientOptions
Checks whether or not the host header must be dropped from the CONNECT/STOMP frame.
isListening() - Method in interface io.vertx.ext.stomp.StompServer
Checks whether or not the server is listening.
isListening() - Method in class io.vertx.rxjava.ext.stomp.StompServer
Checks whether or not the server is listening.
isPointToPoint() - Method in class io.vertx.ext.stomp.BridgeOptions
 
isSecured() - Method in class io.vertx.ext.stomp.StompServerOptions
Checks whether or not the server is secured (meaning it has an authentication mechanism).
isSendErrorOnNoSubscriptions() - Method in class io.vertx.ext.stomp.StompServerOptions
Checks 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).
isTrailingLine() - Method in class io.vertx.ext.stomp.StompClientOptions
Gets whether or not an empty line should be appended to the written STOMP frame.
isTrailingLine() - Method in class io.vertx.ext.stomp.StompServerOptions
Gets whether or not an empty line should be appended to the written STOMP frame.
isUseStompFrame() - Method in class io.vertx.ext.stomp.StompClientOptions
Checks whether or not the connection is made using the STOMP command instead of the CONNECT command.
isWebsocketBridge() - Method in class io.vertx.ext.stomp.StompServerOptions
Checks whether or not the web socket bridge is enabled.

L

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
 

M

matches(String) - Method in interface io.vertx.ext.stomp.Destination
Checks whether or not the given address matches with the current destination.
matches(String) - Method in class io.vertx.rxjava.ext.stomp.Destination
Checks whether or not the given address matches with the current destination.
MESSAGE - Static variable in class io.vertx.ext.stomp.Frame
 
MESSAGE_ID - Static variable in class io.vertx.ext.stomp.Frame
 

N

nack(StompServerConnection, Frame) - Method in interface io.vertx.ext.stomp.Destination
Handles a NACK frame.
nack(String) - Method in interface io.vertx.ext.stomp.StompClientConnection
Sends a non-acknowledgement for the given message.
nack(String, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Sends a non-acknowledgement for the given message.
nack(String, String) - Method in interface io.vertx.ext.stomp.StompClientConnection
Sends a non-acknowledgement for the given frame.
nack(String, String, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Sends a non-acknowledgement for the given frame.
nack(StompServerConnection, Frame) - Method in class io.vertx.rxjava.ext.stomp.Destination
Handles a NACK frame.
nack(String) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sends a non-acknowledgement for the given message.
nack(String, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sends a non-acknowledgement for the given message.
nack(String, String) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sends a non-acknowledgement for the given frame.
nack(String, String, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sends a non-acknowledgement for the given frame.
nackHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
Configures the action to execute when a NACK frame is received.
nackHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Configures the action to execute when a NACK frame is received.
newInstance(Acknowledgement) - Static method in class io.vertx.rxjava.ext.stomp.Acknowledgement
 
newInstance(Destination) - Static method in class io.vertx.rxjava.ext.stomp.Destination
 
newInstance(DestinationFactory) - Static method in class io.vertx.rxjava.ext.stomp.DestinationFactory
 
newInstance(Frames) - Static method in class io.vertx.rxjava.ext.stomp.Frames
 
newInstance(ServerFrame) - Static method in class io.vertx.rxjava.ext.stomp.ServerFrame
 
newInstance(StompClient) - Static method in class io.vertx.rxjava.ext.stomp.StompClient
 
newInstance(StompClientConnection) - Static method in class io.vertx.rxjava.ext.stomp.StompClientConnection
 
newInstance(StompServer) - Static method in class io.vertx.rxjava.ext.stomp.StompServer
 
newInstance(StompServerConnection) - Static method in class io.vertx.rxjava.ext.stomp.StompServerConnection
 
newInstance(StompServerHandler) - Static method in class io.vertx.rxjava.ext.stomp.StompServerHandler
 
numberOfSubscriptions() - Method in interface io.vertx.ext.stomp.Destination
Gets the number of subscriptions attached to the current Destination.
numberOfSubscriptions() - Method in class io.vertx.rxjava.ext.stomp.Destination
Gets the number of subscriptions attached to the current Destination.

O

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
 

P

parse(String) - Static method in class io.vertx.ext.stomp.Frame.Heartbeat
Creates an instance of Frame.Heartbeat from the heartbeat header of a frame .
PASSCODE - Static variable in class io.vertx.ext.stomp.Frame
 
PING - Static variable in interface io.vertx.ext.stomp.Frames
 
ping() - Static method in interface io.vertx.ext.stomp.Frames
 
ping() - Method in interface io.vertx.ext.stomp.StompServerConnection
Sends a `PING` frame to the client.
ping() - Static method in class io.vertx.rxjava.ext.stomp.Frames
 
ping() - Method in class io.vertx.rxjava.ext.stomp.StompServerConnection
Sends a `PING` frame to the client.
pingHandler(Handler<StompClientConnection>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Sets a handler that let customize the behavior when a ping needs to be sent to the server.
pingHandler(Handler<StompServerConnection>) - Method in interface io.vertx.ext.stomp.StompServerHandler
Allows customizing the action to do when the server needs to send a `PING` to the client.
pingHandler(Handler<StompClientConnection>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sets a handler that let customize the behavior when a ping needs to be sent to the server.
pingHandler(Handler<StompServerConnection>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Allows customizing the action to do when the server needs to send a `PING` to the client.

Q

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

R

RECEIPT - Static variable in class io.vertx.ext.stomp.Frame
 
RECEIPT_ID - Static variable in class io.vertx.ext.stomp.Frame
 
receivedFrameHandler(Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClient
Configures a received handler that gets notified when a STOMP frame is received by the client.
receivedFrameHandler(Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Configures a received handler that get notified when a STOMP frame is received by the client.
receivedFrameHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
Configures a handler that get notified when a STOMP frame is received by the server.
receivedFrameHandler(Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClient
Configures a received handler that gets notified when a STOMP frame is received by the client.
receivedFrameHandler(Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Configures a received handler that get notified when a STOMP frame is received by the client.
receivedFrameHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Configures a handler that get notified when a STOMP frame is received by the server.

S

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.
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
 
setInboundPermitteds(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.
setOutboundPermitteds(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
Sets the port on which the server is going to listen for TCP connection.
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.
setTrailingLine(boolean) - Method in class io.vertx.ext.stomp.StompClientOptions
Sets whether or not an empty line should be appended to the written STOMP frame.
setTrailingLine(boolean) - Method in class io.vertx.ext.stomp.StompServerOptions
Sets whether or not an empty line should be appended to the written STOMP frame.
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.
setVirtualHost(String) - Method in class io.vertx.ext.stomp.StompClientOptions
Sets the virtual host that will be used as "host" header value in the `CONNECT` frame.
setWebsocketBridge(boolean) - Method in class io.vertx.ext.stomp.StompServerOptions
Enables or disables the web socket bridge.
setWebsocketPath(String) - Method in class io.vertx.ext.stomp.StompServerOptions
Sets the websocket path.
STOMP_FRAME_COMMAND - Static variable in class io.vertx.ext.stomp.Frame
Header used when a frame using an unknown command is received.
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
Creates an instance from a JsonObject.
StompClientOptionsConverter - Class in io.vertx.ext.stomp
Converter for StompClientOptions.
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
Create an instance from a JsonObject.
StompServerOptionsConverter - Class in io.vertx.ext.stomp
Converter for StompServerOptions.
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
 

T

toBuffer(boolean) - Method in class io.vertx.ext.stomp.Frame
Creates a buffer for the current frame.
toBuffer() - Method in class io.vertx.ext.stomp.Frame
This method does not enforce the trainling line option.
toJson() - Method in class io.vertx.ext.stomp.BridgeOptions
 
toJson() - Method in class io.vertx.ext.stomp.Frame
 
toJson(Frame, JsonObject) - Static method in class io.vertx.ext.stomp.FrameConverter
 
toJson() - Method in class io.vertx.ext.stomp.StompClientOptions
 
toJson(StompClientOptions, JsonObject) - Static method in class io.vertx.ext.stomp.StompClientOptionsConverter
 
toJson() - Method in class io.vertx.ext.stomp.StompServerOptions
 
toJson(StompServerOptions, JsonObject) - Static method in class io.vertx.ext.stomp.StompServerOptionsConverter
 
topic(Vertx, String) - Static method in interface io.vertx.ext.stomp.Destination
 
topic(Vertx, String) - Static method in class io.vertx.rxjava.ext.stomp.Destination
 
toString() - Method in class io.vertx.ext.stomp.Frame.Heartbeat
 
toString() - Method in class io.vertx.ext.stomp.Frame
 
TRANSACTION - Static variable in class io.vertx.ext.stomp.Frame
 

U

unsubscribe(StompServerConnection, Frame) - Method in interface io.vertx.ext.stomp.Destination
Handles a un-subscription request to the current Destination.
unsubscribe(String) - Method in interface io.vertx.ext.stomp.StompClientConnection
Un-subscribes from the given destination.
unsubscribe(String, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Un-subscribes from the given destination.
unsubscribe(String, Map<String, String>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Un-subscribes from the given destination.
unsubscribe(String, Map<String, String>, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Un-subscribes from the given destination.
unsubscribe(StompServerConnection, Frame) - Method in class io.vertx.rxjava.ext.stomp.Destination
Handles a un-subscription request to the current Destination.
unsubscribe(String) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Un-subscribes from the given destination.
unsubscribe(String, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Un-subscribes from the given destination.
unsubscribe(String, Map<String, String>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Un-subscribes from the given destination.
unsubscribe(String, Map<String, String>, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Un-subscribes from the given destination.
unsubscribeConnection(StompServerConnection) - Method in interface io.vertx.ext.stomp.Destination
Removes all subscriptions of the given connection
unsubscribeConnection(StompServerConnection) - Method in class io.vertx.rxjava.ext.stomp.Destination
Removes all subscriptions of the given connection
unsubscribeHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
Configures the action to execute when a UNSUBSCRIBE frame is received.
unsubscribeHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Configures the action to execute when a UNSUBSCRIBE frame is received.
UTF_8 - Static variable in interface io.vertx.ext.stomp.StompOptions
UTF-8 encoding name.

V

validate() - Method in class io.vertx.ext.stomp.Frame
Checks the validity of the frame.
valueOf(String) - Static method in enum io.vertx.ext.stomp.Frame.Command
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.vertx.ext.stomp.Frame.Command
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in class io.vertx.ext.stomp.Frame
 
version() - Method in interface io.vertx.ext.stomp.StompClientConnection
 
version() - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
 
vertx() - Method in interface io.vertx.ext.stomp.StompClient
 
vertx() - Method in interface io.vertx.ext.stomp.StompServer
 
vertx() - Method in class io.vertx.rxjava.ext.stomp.StompClient
 
vertx() - Method in class io.vertx.rxjava.ext.stomp.StompServer
 

W

webSocketHandler() - Method in interface io.vertx.ext.stomp.StompServer
Gets the Handler able to manage web socket connections.
webSocketHandler() - Method in class io.vertx.rxjava.ext.stomp.StompServer
Gets the able to manage web socket connections.
write(Frame) - Method in interface io.vertx.ext.stomp.StompServerConnection
Writes the given frame to the socket.
write(Buffer) - Method in interface io.vertx.ext.stomp.StompServerConnection
Writes the given buffer to the socket.
write(Frame) - Method in class io.vertx.rxjava.ext.stomp.StompServerConnection
Writes the given frame to the socket.
write(Buffer) - Method in class io.vertx.rxjava.ext.stomp.StompServerConnection
Writes the given buffer to the socket.
writingFrameHandler(Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClient
Configures a writing handler that gets notified when a STOMP frame is written on the wire.
writingFrameHandler(Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Configures a handler notified when a frame is going to be written on the wire.
writingFrameHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServer
Configures the handler that is invoked every time a frame is going to be written to the "wire".
writingFrameHandler(Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClient
Configures a writing handler that gets notified when a STOMP frame is written on the wire.
writingFrameHandler(Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Configures a handler notified when a frame is going to be written on the wire.
writingFrameHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava.ext.stomp.StompServer
Configures the handler that is invoked every time a frame is going to be written to the "wire".
A B C D E F G H I L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2016. All rights reserved.