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.
|
Modifier and Type | Class and Description |
---|---|
class |
StompFrameError
Command indicating that an invalid Stomp Frame was received.
|
Modifier and Type | Method and Description |
---|---|
StompFrame |
ProtocolConverter.convertMessage(ActiveMQMessage message,
boolean ignoreTransformation) |
StompFrame |
JmsFrameTranslator.convertMessage(ProtocolConverter converter,
ActiveMQMessage message) |
StompFrame |
FrameTranslator.convertMessage(ProtocolConverter converter,
ActiveMQMessage message) |
StompFrame |
LegacyFrameTranslator.convertMessage(ProtocolConverter converter,
ActiveMQMessage message) |
StompFrame |
StompConnection.receive() |
StompFrame |
StompConnection.receive(long timeOut) |
Modifier and Type | Method and Description |
---|---|
void |
StompConnection.ack(StompFrame frame) |
void |
StompConnection.ack(StompFrame frame,
String transaction) |
ActiveMQMessage |
JmsFrameTranslator.convertFrame(ProtocolConverter converter,
StompFrame command) |
ActiveMQMessage |
FrameTranslator.convertFrame(ProtocolConverter converter,
StompFrame frame) |
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) |
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 command
|
protected 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) |
void |
StompTransportFilter.sendToStomp(StompFrame command) |
void |
StompTransport.sendToStomp(StompFrame command) |
protected void |
ProtocolConverter.sendToStomp(StompFrame command) |
Copyright © 2005–2016 The Apache Software Foundation. All rights reserved.