public class OortComet extends BayeuxClient
The Oort comet client connects a local Oort comet server to a remote Oort comet server.
BayeuxClient.BackOffStrategy, BayeuxClient.BayeuxClientChannel, BayeuxClient.Scheduler, BayeuxClient.State
AbstractClientSession.AbstractSessionChannel
Bayeux.BayeuxListener, Bayeux.Validator
ClientSession.Extension, ClientSession.MessageListener
BACKOFF_INCREMENT_OPTION, BAYEUX_VERSION, MAX_BACKOFF_OPTION
Constructor and Description |
---|
OortComet(Oort oort,
String cometURL,
ScheduledExecutorService scheduler,
ClientTransport transport,
ClientTransport... transports) |
Modifier and Type | Method and Description |
---|---|
protected void |
clearSubscriptions() |
protected void |
subscribe(Set<String> observedChannels) |
String |
toString() |
protected void |
unsubscribe(String channel) |
abort, addTransportListener, disconnect, disconnect, enqueueSend, getAllowedTransports, getBackOffStrategy, getCookie, getCookieStore, getId, getKnownTransportNames, getOption, getOptionNames, getOptions, getState, getTransport, getTransport, getURL, handshake, handshake, handshake, handshake, initialize, isConnected, isDisconnected, isHandshook, messagesFailure, newChannel, newChannelId, onFailure, onMessages, onSending, onTransportFailure, onTransportFailure, processConnect, processDisconnect, processHandshake, processMessage, putCookie, removeTransportListener, scheduleConnect, scheduleHandshake, send, sendBatch, sendConnect, sendHandshake, sendMessages, setBackOffStrategy, setOption, terminate, waitFor
addExtension, batch, dump, endBatch, extendIncoming, extendOutgoing, getAttribute, getAttributeNames, getChannel, getChannel, getChannels, getExtensions, isBatching, newMessage, newMessageId, notifyCallback, notifyListeners, receive, registerCallback, registerSubscriber, remoteCall, removeAttribute, removeExtension, resetSubscriptions, setAttribute, startBatch, unregisterCallback, unregisterSubscriber
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
disconnect, handshake, handshake
public OortComet(Oort oort, String cometURL, ScheduledExecutorService scheduler, ClientTransport transport, ClientTransport... transports)
Copyright © 2008–2024 The CometD Project. All rights reserved.