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.stomp
Subclasses of StompFrame in org.apache.activemq.transport.stomp Modifier and Type Class Description class
StompFrameError
Command indicating that an invalid Stomp Frame was received.Methods in org.apache.activemq.transport.stomp that return StompFrame Modifier and Type Method Description StompFrame
FrameTranslator. convertMessage(ProtocolConverter converter, ActiveMQMessage message)
StompFrame
JmsFrameTranslator. convertMessage(ProtocolConverter converter, ActiveMQMessage message)
StompFrame
LegacyFrameTranslator. convertMessage(ProtocolConverter converter, ActiveMQMessage message)
StompFrame
ProtocolConverter. convertMessage(ActiveMQMessage message, boolean ignoreTransformation)
StompFrame
StompConnection. receive()
StompFrame
StompConnection. receive(long timeOut)
Methods in org.apache.activemq.transport.stomp with parameters of type StompFrame Modifier and Type Method Description void
StompConnection. ack(StompFrame frame)
void
StompConnection. ack(StompFrame frame, String transaction)
ActiveMQMessage
FrameTranslator. convertFrame(ProtocolConverter converter, StompFrame frame)
ActiveMQMessage
JmsFrameTranslator. convertFrame(ProtocolConverter converter, StompFrame command)
ActiveMQMessage
LegacyFrameTranslator. convertFrame(ProtocolConverter converter, StompFrame command)
ActiveMQMessage
ProtocolConverter. convertMessage(StompFrame command)
static void
FrameTranslator.Helper. copyStandardHeadersFromFrameToMessage(ProtocolConverter converter, StompFrame command, ActiveMQMessage msg, FrameTranslator ft)
static void
FrameTranslator.Helper. copyStandardHeadersFromMessageToFrame(ProtocolConverter converter, ActiveMQMessage message, StompFrame command, FrameTranslator ft)
protected org.apache.activemq.transport.stomp.ResponseHandler
ProtocolConverter. createResponseHandler(StompFrame command)
protected void
ProtocolConverter. handleException(Throwable exception, StompFrame command)
String
StompWireFormat. marshalToString(StompFrame stomp)
protected void
ProtocolConverter. onStompAbort(StompFrame command)
protected void
ProtocolConverter. onStompAck(StompFrame command)
protected void
ProtocolConverter. onStompBegin(StompFrame command)
void
ProtocolConverter. onStompCommand(StompFrame command)
Convert a STOMP commandprotected void
ProtocolConverter. onStompCommit(StompFrame command)
protected void
ProtocolConverter. onStompConnect(StompFrame command)
protected void
ProtocolConverter. onStompDisconnect(StompFrame command)
protected void
ProtocolConverter. onStompNack(StompFrame command)
protected void
ProtocolConverter. onStompSend(StompFrame command)
protected void
ProtocolConverter. onStompSubscribe(StompFrame command)
protected void
ProtocolConverter. onStompUnsubscribe(StompFrame command)
protected Object
ProtocolConverter. 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 void
ProtocolConverter. sendReceipt(StompFrame command)
protected void
ProtocolConverter. sendToStomp(StompFrame command)
void
StompTransport. sendToStomp(StompFrame command)
void
StompTransportFilter. sendToStomp(StompFrame command)
-
Uses of StompFrame in org.apache.activemq.transport.ws
Methods in org.apache.activemq.transport.ws with parameters of type StompFrame Modifier and Type Method Description void
StompWSConnection. sendFrame(StompFrame frame)
abstract void
AbstractStompSocket. sendToStomp(StompFrame command)
-
Uses of StompFrame in org.apache.activemq.transport.ws.jetty9
Methods in org.apache.activemq.transport.ws.jetty9 with parameters of type StompFrame Modifier and Type Method Description void
StompSocket. sendToStomp(StompFrame command)
-