Java org.springframework.messaging.simp.stomp StompCommand fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.messaging.simp.stomp StompCommand fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.messaging.simp.stomp StompCommand.

The text is from its open source code.

Field

StompCommandCONNECT
StompCommandDISCONNECT
StompCommandSUBSCRIBE
StompCommandUNSUBSCRIBE
StompCommandSEND
StompCommandACK
StompCommandNACK
StompCommandCONNECTED
StompCommandRECEIPT
StompCommandMESSAGE
StompCommandERROR

Method

booleanisBodyAllowed()
booleanrequiresContentLength()
booleanrequiresDestination()
StringtoString()
Returns a string representation of the object.