Closes the client.
Connects to the server.
Connects to the server.
Connects to the server.
Connects to the server.
Connects to the server.
Connects to the server.
Connects to the server using the host and port configured in the client's options.
Connects to the server using the host and port configured in the client's options.
A general error frame handler. It can be used to catch ERROR
frame emitted during the connection process
(wrong authentication). This error handler will be pass to all StompClientConnection created from this
client. Obviously, the client can override it when the connection is established.
Sets an exception handler notified for TCP-level errors.
Configures a received handler that gets notified when a STOMP frame is received by the client. This handler can be used for logging, debugging or ad-hoc behavior. The frame can still be modified at the time.
When a connection is created, the handler is used as {@link StompClientConnection#receivedFrameHandler}.
Configures a writing handler that gets notified when a STOMP frame is written on the wire. This handler can be used for logging, debugging or ad-hoc behavior. The frame can still be modified at the time.
When a connection is created, the handler is used as {@link StompClientConnection#writingFrameHandler}.
Creates a StompClient using the default implementation.
Creates a StompClient using the default implementation.
Generated using TypeDoc
Defines a STOMP client.