public interface ClientContext
| Modifier and Type | Method and Description |
|---|---|
void |
errorReceived(StompMessage message) |
StompClient.State |
getConnectionState() |
InetSocketAddress |
getServerAddress() |
SSLContext |
getSSLContext() |
StompFrame.Version |
getVersion() |
boolean |
isSecure() |
void |
messageReceived(StompMessage message) |
void |
receiptReceived(String receiptId) |
void |
setConnectionState(StompClient.State state) |
void |
setVersion(StompFrame.Version version) |
InetSocketAddress getServerAddress()
StompClient.State getConnectionState()
StompFrame.Version getVersion()
boolean isSecure()
SSLContext getSSLContext()
void setConnectionState(StompClient.State state)
void setVersion(StompFrame.Version version)
void receiptReceived(String receiptId)
void messageReceived(StompMessage message)
void errorReceived(StompMessage message)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.