org.apache.activemq.transport.stomp
Interface StompTransport
- All Known Implementing Classes:
- StompTransportFilter
public interface StompTransport
Basic interface that mediates between protocol converter and transport
sendToActiveMQ
void sendToActiveMQ(Command command)
sendToStomp
void sendToStomp(StompFrame command)
throws IOException
- Throws:
IOException
onException
void onException(IOException error)
getInactivityMonitor
StompInactivityMonitor getInactivityMonitor()
getWireFormat
StompWireFormat getWireFormat()
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.