A B C D E G H I M O P R S T U _

A

abort() - Method in class org.cometd.client.BayeuxClient
Aborts the connection with the server without disconnecting.
AckExtension - Class in org.cometd.client.ext
AckExtension This client-side extension enables the client to acknowledge to the server the messages that the client has received.
AckExtension() - Constructor for class org.cometd.client.ext.AckExtension
 
addExtension(Extension) - Method in class org.cometd.client.BayeuxClient
 
addListener(ClientListener) - Method in class org.cometd.client.BayeuxClient
 
Advice - Class in org.cometd.client
Advice Implementation of advice field from Bayeux message.
Advice(Map) - Constructor for class org.cometd.client.Advice
 

B

BayeuxClient - Class in org.cometd.client
Bayeux protocol Client.
BayeuxClient(HttpClient, String) - Constructor for class org.cometd.client.BayeuxClient
 
BayeuxClient(HttpClient, String, Timer) - Constructor for class org.cometd.client.BayeuxClient
 
BayeuxClient(HttpClient, Address, String, Timer) - Constructor for class org.cometd.client.BayeuxClient
 
BayeuxClient(HttpClient, Address, String) - Constructor for class org.cometd.client.BayeuxClient
 
BayeuxClient.Connect - Class in org.cometd.client
The Bayeux Connect exchange.
BayeuxClient.Exchange - Class in org.cometd.client
The base class for all bayeux exchanges.
BayeuxClient.Handshake - Class in org.cometd.client
The Bayeux handshake exchange.
BayeuxClient.Publish - Class in org.cometd.client
Publish message exchange.

C

customize(HttpExchange) - Method in class org.cometd.client.BayeuxClient
Customize an Exchange.

D

deliver(Client, Message) - Method in class org.cometd.client.BayeuxClient
(non-Javadoc)
deliver(Client, String, Object, String) - Method in class org.cometd.client.BayeuxClient
 
disconnect() - Method in class org.cometd.client.BayeuxClient
Disconnect this client.
doStart() - Method in class org.cometd.client.BayeuxClient
 
doStop() - Method in class org.cometd.client.BayeuxClient
 

E

endBatch() - Method in class org.cometd.client.BayeuxClient
 
EXT_FIELD - Static variable in class org.cometd.client.ext.AckExtension
 
extendIn(Message) - Method in class org.cometd.client.BayeuxClient
Called to extend inbound messages
extendOut(String) - Method in class org.cometd.client.BayeuxClient
Called to extend outbound string messages.
extendOut(Message) - Method in class org.cometd.client.BayeuxClient
Called to extend outbound messages

G

getBackoff() - Method in class org.cometd.client.BayeuxClient.Exchange
 
getBackoffIncrement() - Method in class org.cometd.client.BayeuxClient
 
getBackoffInterval() - Method in class org.cometd.client.BayeuxClient
 
getBackoffMaxInterval() - Method in class org.cometd.client.BayeuxClient
 
getBackoffMaxRetries() - Method in class org.cometd.client.BayeuxClient
Deprecated.  
getCookie(String) - Method in class org.cometd.client.BayeuxClient
 
getHosts() - Method in class org.cometd.client.Advice
 
getId() - Method in class org.cometd.client.BayeuxClient
 
getInterval() - Method in class org.cometd.client.Advice
 
getLag() - Method in class org.cometd.client.ext.TimesyncClientExtension
 
getListener() - Method in class org.cometd.client.BayeuxClient
Deprecated.  
getMaxQueue() - Method in class org.cometd.client.BayeuxClient
 
getOffset() - Method in class org.cometd.client.ext.TimesyncClientExtension
 
getOutboundMessages() - Method in class org.cometd.client.BayeuxClient.Publish
 
getQueue() - Method in class org.cometd.client.BayeuxClient
 
getResponseContent() - Method in class org.cometd.client.BayeuxClient.Exchange
 
getServerTime() - Method in class org.cometd.client.ext.TimesyncClientExtension
 

H

hasMessages() - Method in class org.cometd.client.BayeuxClient
 

I

incBackoff() - Method in class org.cometd.client.BayeuxClient.Exchange
 
isInitialized() - Method in class org.cometd.client.BayeuxClient
 
isLocal() - Method in class org.cometd.client.BayeuxClient
 
isMultipleClients() - Method in class org.cometd.client.Advice
 
isPolling() - Method in class org.cometd.client.BayeuxClient
 
isReconnectHandshake() - Method in class org.cometd.client.Advice
The server has terminated any prior connection status and the client MUST reconnect with a /meta/handshake.
isReconnectNone() - Method in class org.cometd.client.Advice
Hard failure for the connect attempt.
isReconnectRetry() - Method in class org.cometd.client.Advice
A client MAY attempt to reconnect with a /meta/connect after the interval (as defined by "interval" advice or client-default backoff), and with the same credentials.

M

metaConnect(boolean, Message) - Method in class org.cometd.client.BayeuxClient
Called with the results of a /meta/connect message
metaHandshake(boolean, boolean, Message) - Method in class org.cometd.client.BayeuxClient
Called with the results of a /meta/handshake message
metaPublishFail(Throwable, Message[]) - Method in class org.cometd.client.BayeuxClient
Called with the results of a failed publish

O

onConnectionFailed(Throwable) - Method in class org.cometd.client.BayeuxClient.Connect
 
onConnectionFailed(Throwable) - Method in class org.cometd.client.BayeuxClient.Handshake
 
onConnectionFailed(Throwable) - Method in class org.cometd.client.BayeuxClient.Publish
 
onException(Throwable) - Method in class org.cometd.client.BayeuxClient.Connect
 
onException(Throwable) - Method in class org.cometd.client.BayeuxClient.Handshake
 
onException(Throwable) - Method in class org.cometd.client.BayeuxClient.Publish
 
onExpire() - Method in class org.cometd.client.BayeuxClient.Connect
 
onExpire() - Method in class org.cometd.client.BayeuxClient.Handshake
 
onExpire() - Method in class org.cometd.client.BayeuxClient.Publish
 
onResponseComplete() - Method in class org.cometd.client.BayeuxClient.Connect
 
onResponseComplete() - Method in class org.cometd.client.BayeuxClient.Exchange
 
onResponseComplete() - Method in class org.cometd.client.BayeuxClient.Handshake
 
onResponseComplete() - Method in class org.cometd.client.BayeuxClient.Publish
 
onResponseContent(Buffer) - Method in class org.cometd.client.BayeuxClient.Exchange
 
onResponseHeader(Buffer, Buffer) - Method in class org.cometd.client.BayeuxClient.Exchange
 
onResponseStatus(Buffer, int, Buffer) - Method in class org.cometd.client.BayeuxClient.Exchange
 
org.cometd.client - package org.cometd.client
 
org.cometd.client.ext - package org.cometd.client.ext
 

P

publish(String, Object, String) - Method in class org.cometd.client.BayeuxClient
 

R

rcv(Client, Message) - Method in class org.cometd.client.ext.AckExtension
 
rcv(Client, Message) - Method in class org.cometd.client.ext.TimesyncClientExtension
 
rcvMeta(Client, Message) - Method in class org.cometd.client.ext.AckExtension
 
rcvMeta(Client, Message) - Method in class org.cometd.client.ext.TimesyncClientExtension
 
recycle() - Method in class org.cometd.client.BayeuxClient.Exchange
 
remove() - Method in class org.cometd.client.BayeuxClient
Deprecated. use BayeuxClient.disconnect()
removeExtension(Extension) - Method in class org.cometd.client.BayeuxClient
 
removeListener(ClientListener) - Method in class org.cometd.client.BayeuxClient
 
resend(boolean) - Method in class org.cometd.client.BayeuxClient.Exchange
 

S

send(BayeuxClient.Exchange, boolean) - Method in class org.cometd.client.BayeuxClient
Send the exchange, possibly using a backoff.
send(HttpExchange) - Method in class org.cometd.client.BayeuxClient
Send the exchange.
send(Client, Message) - Method in class org.cometd.client.ext.AckExtension
 
send(Client, Message) - Method in class org.cometd.client.ext.TimesyncClientExtension
 
sendMeta(Client, Message) - Method in class org.cometd.client.ext.AckExtension
 
sendMeta(Client, Message) - Method in class org.cometd.client.ext.TimesyncClientExtension
 
setBackoffIncrement(int) - Method in class org.cometd.client.BayeuxClient
.
setBackOffInterval(int) - Method in class org.cometd.client.BayeuxClient
If unable to connect/handshake etc, even if following the interval in the advice, wait for this interval initially, and try again.
setBackoffMaxInterval(int) - Method in class org.cometd.client.BayeuxClient
 
setBackoffMaxRetries(int) - Method in class org.cometd.client.BayeuxClient
Deprecated. We retry an infinite number of times. use BayeuxClient.getBackoffIncrement() to set limits
setCookie(Cookie) - Method in class org.cometd.client.BayeuxClient
 
setInitialized(boolean) - Method in class org.cometd.client.BayeuxClient
False when we have received a success=false message in response to a Connect, or we have had an exception when sending or receiving a Connect.
setJson(String) - Method in class org.cometd.client.BayeuxClient.Exchange
 
setListener(Listener) - Method in class org.cometd.client.BayeuxClient
Deprecated.  
setMaxQueue(int) - Method in class org.cometd.client.BayeuxClient
 
setMessage(String) - Method in class org.cometd.client.BayeuxClient.Exchange
 
startBatch() - Method in class org.cometd.client.BayeuxClient
 
subscribe(String) - Method in class org.cometd.client.BayeuxClient
 

T

takeMessages() - Method in class org.cometd.client.BayeuxClient
 
TimesyncClientExtension - Class in org.cometd.client.ext
 
TimesyncClientExtension() - Constructor for class org.cometd.client.ext.TimesyncClientExtension
 

U

unsubscribe(String) - Method in class org.cometd.client.BayeuxClient
 

_

__HANDSHAKE - Static variable in class org.cometd.client.BayeuxClient.Handshake
 
__RECONNECT_HANDSHAKE - Static variable in class org.cometd.client.Advice
 
__RECONNECT_NONE - Static variable in class org.cometd.client.Advice
 
__RECONNECT_RETRY - Static variable in class org.cometd.client.Advice
 
_msgPool - Variable in class org.cometd.client.BayeuxClient
 

A B C D E G H I M O P R S T U _

Copyright © 2008-2010 Dojo Foundation. All Rights Reserved.