public interface StompTransport
Modifier and Type | Method and Description |
---|---|
StompInactivityMonitor |
getInactivityMonitor() |
X509Certificate[] |
getPeerCertificates() |
StompWireFormat |
getWireFormat() |
void |
onException(IOException error) |
void |
sendToActiveMQ(Command command) |
void |
sendToStomp(StompFrame command) |
void sendToActiveMQ(Command command)
void sendToStomp(StompFrame command) throws IOException
IOException
X509Certificate[] getPeerCertificates()
void onException(IOException error)
StompInactivityMonitor getInactivityMonitor()
StompWireFormat getWireFormat()
Copyright © 2005–2017 The Apache Software Foundation. All rights reserved.