Class StompFrameV12
java.lang.Object
org.apache.activemq.artemis.core.protocol.stomp.StompFrame
org.apache.activemq.artemis.core.protocol.stomp.v11.StompFrameV11
org.apache.activemq.artemis.core.protocol.stomp.v12.StompFrameV12
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.activemq.artemis.core.protocol.stomp.StompFrame
StompFrame.Header -
Field Summary
Fields inherited from class org.apache.activemq.artemis.core.protocol.stomp.v11.StompFrameV11
allHeadersFields inherited from class org.apache.activemq.artemis.core.protocol.stomp.StompFrame
buffer, bytesBody, command, END_OF_FRAME, headers, size -
Constructor Summary
ConstructorsConstructorDescriptionStompFrameV12(String command) StompFrameV12(String command, Map<String, String> headers, byte[] content) -
Method Summary
Methods inherited from class org.apache.activemq.artemis.core.protocol.stomp.v11.StompFrameV11
addHeader, encodeHeadersMethods inherited from class org.apache.activemq.artemis.core.protocol.stomp.StompFrame
encode, getBody, getBodyAsBytes, getCommand, getEncodedSize, getHeader, getHeadersMap, hasHeader, isPing, needsDisconnect, setBody, setByteBody, setNeedsDisconnect, setPing, toActiveMQBuffer, toString
-
Constructor Details
-
StompFrameV12
-
StompFrameV12
-