|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use STOMP.StompHeader.Type | |
---|---|
org.jgroups.protocols | 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.Type | |
---|---|
protected STOMP.StompHeader.Type |
STOMP.StompHeader.type
|
Methods in org.jgroups.protocols that return STOMP.StompHeader.Type | |
---|---|
static STOMP.StompHeader.Type |
STOMP.StompHeader.Type.valueOf(java.lang.String name)
Returns 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.Type | |
---|---|
static STOMP.StompHeader |
STOMP.StompHeader.createHeader(STOMP.StompHeader.Type type,
java.util.Map<java.lang.String,java.lang.String> headers)
|
static STOMP.StompHeader |
STOMP.StompHeader.createHeader(STOMP.StompHeader.Type type,
java.lang.String... headers)
Creates a new header |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |