org.apache.activemq.transport.stomp
Interface StompTransport

All Known Implementing Classes:
StompTransportFilter

public interface StompTransport

Basic interface that mediates between protocol converter and transport


Method Summary
 StompInactivityMonitor getInactivityMonitor()
           
 java.security.cert.X509Certificate[] getPeerCertificates()
           
 StompWireFormat getWireFormat()
           
 void onException(java.io.IOException error)
           
 void sendToActiveMQ(Command command)
           
 void sendToStomp(StompFrame command)
           
 

Method Detail

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)

getInactivityMonitor

StompInactivityMonitor getInactivityMonitor()

getWireFormat

StompWireFormat getWireFormat()


Copyright © 2005-2015. All Rights Reserved.