Uses of Class
org.apache.activemq.transport.stomp.StompFrame
- 
Packages that use StompFrame Package Description org.apache.activemq.transport.stomp An implementation of the Stomp protocol which is a simple wire protocol for writing clients for ActiveMQ in different languages like Ruby, Python, PHP, C etc.org.apache.activemq.transport.ws org.apache.activemq.transport.ws.jetty9 
- 
- 
Uses of StompFrame in org.apache.activemq.transport.stompSubclasses of StompFrame in org.apache.activemq.transport.stomp Modifier and Type Class Description classStompFrameErrorCommand indicating that an invalid Stomp Frame was received.Methods in org.apache.activemq.transport.stomp that return StompFrame Modifier and Type Method Description StompFrameFrameTranslator. convertMessage(ProtocolConverter converter, ActiveMQMessage message)StompFrameJmsFrameTranslator. convertMessage(ProtocolConverter converter, ActiveMQMessage message)StompFrameLegacyFrameTranslator. convertMessage(ProtocolConverter converter, ActiveMQMessage message)StompFrameProtocolConverter. convertMessage(ActiveMQMessage message, boolean ignoreTransformation)StompFrameStompConnection. receive()StompFrameStompConnection. receive(long timeOut)Methods in org.apache.activemq.transport.stomp with parameters of type StompFrame Modifier and Type Method Description voidStompConnection. ack(StompFrame frame)voidStompConnection. ack(StompFrame frame, String transaction)ActiveMQMessageFrameTranslator. convertFrame(ProtocolConverter converter, StompFrame frame)ActiveMQMessageJmsFrameTranslator. convertFrame(ProtocolConverter converter, StompFrame command)ActiveMQMessageLegacyFrameTranslator. convertFrame(ProtocolConverter converter, StompFrame command)ActiveMQMessageProtocolConverter. convertMessage(StompFrame command)static voidFrameTranslator.Helper. copyStandardHeadersFromFrameToMessage(ProtocolConverter converter, StompFrame command, ActiveMQMessage msg, FrameTranslator ft)static voidFrameTranslator.Helper. copyStandardHeadersFromMessageToFrame(ProtocolConverter converter, ActiveMQMessage message, StompFrame command, FrameTranslator ft)protected org.apache.activemq.transport.stomp.ResponseHandlerProtocolConverter. createResponseHandler(StompFrame command)protected voidProtocolConverter. handleException(Throwable exception, StompFrame command)StringStompWireFormat. marshalToString(StompFrame stomp)protected voidProtocolConverter. onStompAbort(StompFrame command)protected voidProtocolConverter. onStompAck(StompFrame command)protected voidProtocolConverter. onStompBegin(StompFrame command)voidProtocolConverter. onStompCommand(StompFrame command)Convert a STOMP commandprotected voidProtocolConverter. onStompCommit(StompFrame command)protected voidProtocolConverter. onStompConnect(StompFrame command)protected voidProtocolConverter. onStompDisconnect(StompFrame command)protected voidProtocolConverter. onStompNack(StompFrame command)protected voidProtocolConverter. onStompSend(StompFrame command)protected voidProtocolConverter. onStompSubscribe(StompFrame command)protected voidProtocolConverter. onStompUnsubscribe(StompFrame command)protected ObjectProtocolConverter. safeGetAction(StompFrame command)Retrieve the STOMP action value from a frame if the value is valid, otherwise return an unknown string to allow for safe log output.protected voidProtocolConverter. sendReceipt(StompFrame command)protected voidProtocolConverter. sendToStomp(StompFrame command)voidStompTransport. sendToStomp(StompFrame command)voidStompTransportFilter. sendToStomp(StompFrame command)
- 
Uses of StompFrame in org.apache.activemq.transport.wsMethods in org.apache.activemq.transport.ws with parameters of type StompFrame Modifier and Type Method Description voidStompWSConnection. sendFrame(StompFrame frame)abstract voidAbstractStompSocket. sendToStomp(StompFrame command)
- 
Uses of StompFrame in org.apache.activemq.transport.ws.jetty9Methods in org.apache.activemq.transport.ws.jetty9 with parameters of type StompFrame Modifier and Type Method Description voidStompSocket. sendToStomp(StompFrame command)
 
-