StompConstants class
STOMP protocol constants
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- carriageReturn → const int
- defaultHeartBeat → const String
- Default heart-beat settings (0,0 means no heart-beating)
- defaultTimeout → const Duration
- Default timeout for STOMP operations
- lineFeed → const int
- maxBodySize → const int
- Maximum body size
- maxFrameSize → const int
- Maximum frame size
- maxHeaderLength → const int
- Maximum header line length
- maxHeaders → const int
- Maximum number of headers per frame
- maxSubscriptions → const int
- Maximum number of concurrent subscriptions
- maxTransactions → const int
- Maximum number of concurrent transactions
- nullByte → const int
- Frame delimiters
- version → const String
- Supported STOMP version