Uses of Class
org.apache.activemq.transport.stomp.StompFrame
-
Uses of StompFrame in org.apache.activemq.transport.stomp
Subclasses of StompFrame in org.apache.activemq.transport.stompModifier and TypeClassDescriptionclassCommand indicating that an invalid Stomp Frame was received.Methods in org.apache.activemq.transport.stomp that return StompFrameModifier and TypeMethodDescriptionFrameTranslator.convertMessage(ProtocolConverter converter, org.apache.activemq.command.ActiveMQMessage message) JmsFrameTranslator.convertMessage(ProtocolConverter converter, org.apache.activemq.command.ActiveMQMessage message) LegacyFrameTranslator.convertMessage(ProtocolConverter converter, org.apache.activemq.command.ActiveMQMessage message) ProtocolConverter.convertMessage(org.apache.activemq.command.ActiveMQMessage message, boolean ignoreTransformation) StompConnection.receive()StompConnection.receive(long timeOut) Methods in org.apache.activemq.transport.stomp with parameters of type StompFrameModifier and TypeMethodDescriptionvoidStompConnection.ack(StompFrame frame) voidStompConnection.ack(StompFrame frame, String transaction) org.apache.activemq.command.ActiveMQMessageFrameTranslator.convertFrame(ProtocolConverter converter, StompFrame frame) org.apache.activemq.command.ActiveMQMessageJmsFrameTranslator.convertFrame(ProtocolConverter converter, StompFrame command) org.apache.activemq.command.ActiveMQMessageLegacyFrameTranslator.convertFrame(ProtocolConverter converter, StompFrame command) org.apache.activemq.command.ActiveMQMessageProtocolConverter.convertMessage(StompFrame command) static voidFrameTranslator.Helper.copyStandardHeadersFromFrameToMessage(ProtocolConverter converter, StompFrame command, org.apache.activemq.command.ActiveMQMessage msg, FrameTranslator ft) static voidFrameTranslator.Helper.copyStandardHeadersFromMessageToFrame(ProtocolConverter converter, org.apache.activemq.command.ActiveMQMessage message, StompFrame command, FrameTranslator ft) protected org.apache.activemq.transport.stomp.ResponseHandlerProtocolConverter.createResponseHandler(StompFrame command) protected voidProtocolConverter.handleException(Throwable exception, StompFrame command) StompWireFormat.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)