Uses of Class
org.jgroups.protocols.STOMP.StompHeader
-
Packages that use STOMP.StompHeader Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. -
-
Uses of STOMP.StompHeader in org.jgroups.protocols
Methods in org.jgroups.protocols that return STOMP.StompHeader Modifier and Type Method Description static STOMP.StompHeader
STOMP.StompHeader. createHeader(STOMP.StompHeader.Type type, java.lang.String... headers)
Creates a new headerstatic STOMP.StompHeader
STOMP.StompHeader. createHeader(STOMP.StompHeader.Type type, java.util.Map<java.lang.String,java.lang.String> headers)
-