Name |
Type |
Description |
|
- |
|
|
- |
|
|
- |
command
, followed by a
set of headers. Then the frame may have a body and is finished by a 0
byte. This class represents this
structure and provide access to the different parts.
This class is NOT thread-safe.
Name |
Type |
Description |
|
Gets the value of the |
|
|
Sets the body of the frame. |
|
|
Gets the body of the frames as a String encoded in the frame encoding. |
|
Sets the frame command. |
||
|
- |
|
|
Sets the headers of the frames. |
|
|
- |
|
|
- |
|
|
- |
Name |
Type |
Description |
|
Sets the list of STOMP protocol versions accepted by the client. The list must be ordered from the lowest
version to the highest. By default the following list is used: |
|
|
Sets whether or not the automatic computation of the |
|
|
Sets whether or not the |
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
Sets the heartbeat configuration. |
|
|
Sets the STOMP server host. |
|
|
- |
|
|
- |
|
- |
||
- |
||
- |
||
|
- |
|
|
- |
|
|
Sets the login to use if the STOMP server is secured. |
|
|
- |
|
- |
||
|
Sets the passcode to use if the STOMP server is secured. |
|
- |
||
- |
||
- |
||
- |
||
|
Sets the STOMP server port. |
|
- |
||
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
Sets whether or not an empty line should be appended to the written STOMP frame. This option is disabled by default. This option is not compliant with the STOMP specification, and so is not documented on purpose. |
|
|
- |
|
- |
||
|
- |
|
|
- |
|
|
Sets whether or not the connection is made using the |
|
|
Sets the virtual host that will be used as "host" header value in the `CONNECT` frame. |
Name |
Type |
Description |
|
- |
|
- |
||
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
Sets the heartbeat configuration. |
|
|
- |
|
|
- |
|
- |
||
- |
||
- |
||
|
- |
|
|
Sets the max body length accepted by the server. 10 Mb by default. |
|
|
Sets the maximum number of frame that can be added in a transaction. If the number of frame added to a
transaction exceeds this threshold, the client receives an |
|
|
Sets the max header length. |
|
|
Sets the maximum number of headers. 1000 by default. |
|
|
Sets the maximum of subscriptions a client is allowed to register. If a client exceeds this number, it receives an error and the connection is closed. |
|
- |
||
- |
||
- |
||
- |
||
- |
||
|
Sets the port on which the server is going to listen for TCP connection. |
|
|
- |
|
|
- |
|
|
- |
|
|
Enables or disables the server security feature. It requires an link handler. |
|
|
- |
|
|
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). |
|
|
- |
|
|
- |
|
|
- |
|
|
Sets the STOMP protocol versions supported by the server. Versions must be given in the decreasing order. |
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
Sets the time factor. |
|
|
- |
|
|
Sets whether or not an empty line should be appended to the written STOMP frame. This option is disabled by default. This option is not compliant with the STOMP specification, and so is not documented on purpose. |
|
|
Sets the chunk size when replaying a transaction. To avoid blocking the event loop for too long, large transactions are split into chunks, replayed one by one. This settings sets the chunk size. |
|
- |
||
|
- |
|
|
- |
|
|
Enables or disables the web socket bridge. |
|
|
Sets the websocket path. Only frames received on this path would be considered as STOMP frame. |