StompConnectHeadersBuilder
A temporary mutable representation of StompConnectHeaders to ease their construction (or copy with modification).
Properties
A list of versions of the protocol supported by this client. By default, Krossbow sets what it supports, but this can be made more strict if desired.
This header is an octet count for the length of the message body.
If this header is set, its value MUST be a MIME type that describes the format of the body. Otherwise, the receiver SHOULD consider the body to be a binary blob.
Functions
Creates a copy of these headers with the given transform applied.
Gets the header with the given headerName, or null if it's not present. Usually, headers should be accessed via type-safe properties, but this is useful to access custom headers.
Sets the header named headerName to the given headerValue.