public class OortComet extends BayeuxClient
The Oort comet client connects a local Oort comet server to a remote Oort comet server.
BayeuxClient.BayeuxClientChannel, BayeuxClient.State
org.cometd.common.AbstractClientSession.AbstractSessionChannel
BACKOFF_INCREMENT_OPTION, BAYEUX_VERSION, logger, 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, disconnect, disconnect, disconnect, enqueueSend, getAllowedTransports, getBackoffIncrement, getCookie, getCookieStore, getId, getKnownTransportNames, getMaxBackoff, getOption, getOptionNames, getOptions, getState, getTransport, getTransport, getURL, handshake, handshake, handshake, handshake, handshake, handshake, initialize, isConnected, isDisconnected, isHandshook, messagesFailure, newChannel, newChannelId, onFailure, onMessages, onSending, onTransportFailure, onTransportFailure, processConnect, processDisconnect, processHandshake, processMessage, putCookie, scheduleConnect, scheduleHandshake, send, sendBatch, sendConnect, sendHandshake, sendMessages, setOption, terminate, waitFor
addExtension, batch, dump, dump, endBatch, extendRcv, extendSend, getAttribute, getAttributeNames, getChannel, getChannel, getChannels, getExtensions, isBatching, newMessage, newMessageId, notifyListener, notifyListeners, receive, registerCallback, registerSubscriber, remoteCall, removeAttribute, removeExtension, resetSubscriptions, setAttribute, startBatch, unregisterCallback, unregisterSubscriber
public OortComet(Oort oort, String cometURL, ScheduledExecutorService scheduler, ClientTransport transport, ClientTransport... transports)
Copyright © 2008–2016 The CometD Project. All rights reserved.