Uses of Enum
org.jgroups.protocols.STOMP.StompHeader.Type
Packages that use STOMP.StompHeader.Type
Package
Description
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
-
Uses of STOMP.StompHeader.Type in org.jgroups.protocols
Fields in org.jgroups.protocols declared as STOMP.StompHeader.TypeMethods in org.jgroups.protocols that return STOMP.StompHeader.TypeModifier and TypeMethodDescriptionstatic STOMP.StompHeader.TypeReturns the enum constant of this type with the specified name.static STOMP.StompHeader.Type[]STOMP.StompHeader.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jgroups.protocols with parameters of type STOMP.StompHeader.TypeModifier and TypeMethodDescriptionstatic STOMP.StompHeaderSTOMP.StompHeader.createHeader(STOMP.StompHeader.Type type, String... headers) Creates a new headerstatic STOMP.StompHeaderSTOMP.StompHeader.createHeader(STOMP.StompHeader.Type type, Map<String, String> headers) Constructors in org.jgroups.protocols with parameters of type STOMP.StompHeader.Type