StompConnectedHeaders
The headers of a StompFrame.Connected frame.
Inheritors
Properties
Link copied to clipboard
This header is an octet count for the length of the message body.
Link copied to clipboard
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.
Link copied to clipboard
Information about the STOMP server.
Functions
Link copied to clipboard
fun StompConnectedHeaders.copy(transform: StompConnectedHeadersBuilder.() -> Unit = {}): StompConnectedHeaders
Creates a copy of these headers with the given transform applied.
Link copied to clipboard
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.