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 java.io.IOException
- Throws:
java.io.IOException
getPeerCertificates
java.security.cert.X509Certificate[] getPeerCertificates()
onException
void onException(java.io.IOException error)
Copyright © 2005-2012. All Rights Reserved.