Uses of Enum
org.jgroups.protocols.STOMP.ServerVerb
Packages that use STOMP.ServerVerb
Package
Description
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
-
Uses of STOMP.ServerVerb in org.jgroups.protocols
Methods in org.jgroups.protocols that return STOMP.ServerVerbModifier and TypeMethodDescriptionstatic STOMP.ServerVerbReturns the enum constant of this type with the specified name.static STOMP.ServerVerb[]STOMP.ServerVerb.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.ServerVerbModifier and TypeMethodDescriptionprivate voidSTOMP.Connection.writeResponse(STOMP.ServerVerb response, String... keys_and_values) Sends back a response.