Class StompHeaders

java.lang.Object
org.springframework.messaging.simp.stomp.StompHeaders
All Implemented Interfaces:
Serializable, Map<String,List<String>>, MultiValueMap<String,String>

public class StompHeaders extends Object implements MultiValueMap<String,String>, Serializable
Represents STOMP frame headers.

In addition to the normal methods defined by Map, this class offers the following convenience methods:

Since:
4.2
Author:
Rossen Stoyanchev
See Also: