org.cometd.client
Class BayeuxClient.Publish
java.lang.Object
CachedExchange
org.cometd.client.BayeuxClient.Exchange
org.cometd.client.BayeuxClient.Publish
- Enclosing class:
- BayeuxClient
protected class BayeuxClient.Publish
- extends BayeuxClient.Exchange
Publish message exchange. Sends messages to bayeux server and handles any
messages received as a result.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getOutboundMessages
protected Message[] getOutboundMessages()
onResponseComplete
protected void onResponseComplete()
throws java.io.IOException
- Overrides:
onResponseComplete
in class BayeuxClient.Exchange
- Throws:
java.io.IOException
onExpire
protected void onExpire()
onConnectionFailed
protected void onConnectionFailed(java.lang.Throwable ex)
onException
protected void onException(java.lang.Throwable ex)
Copyright © 2011 Dojo Foundation. All Rights Reserved.