Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
_
A
accept(String)
- Method in class org.cometd.client.transport.
ClientTransport
accept(String)
- Method in class org.cometd.client.transport.
LongPollingTransport
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
add(ClientTransport)
- Method in class org.cometd.client.transport.
TransportRegistry
addListener(SessionChannel.SessionChannelListener)
- Method in class org.cometd.client.
BayeuxClient.ClientSessionChannel
B
BAYEUX_VERSION
- Static variable in class org.cometd.client.
BayeuxClient
BayeuxClient
- Class in
org.cometd.client
When the client is started, a handshake is initialised and the call to start will block until either a successful handshake or all known servers have been tried.
BayeuxClient(HttpClient, Address, String)
- Constructor for class org.cometd.client.
BayeuxClient
Deprecated.
BayeuxClient(HttpClient, Address, String, Timer)
- Constructor for class org.cometd.client.
BayeuxClient
Deprecated.
BayeuxClient(HttpClient, String)
- Constructor for class org.cometd.client.
BayeuxClient
BayeuxClient(String)
- Constructor for class org.cometd.client.
BayeuxClient
BayeuxClient(String, ClientTransport...)
- Constructor for class org.cometd.client.
BayeuxClient
BayeuxClient(String, HttpClient)
- Constructor for class org.cometd.client.
BayeuxClient
BayeuxClient(String, ScheduledExecutorService, ClientTransport...)
- Constructor for class org.cometd.client.
BayeuxClient
BayeuxClient(String, ScheduledExecutorService, HttpClient, ClientTransport...)
- Constructor for class org.cometd.client.
BayeuxClient
BayeuxClient.ClientSessionChannel
- Class in
org.cometd.client
BayeuxClient.ClientSessionChannel(ChannelId)
- Constructor for class org.cometd.client.
BayeuxClient.ClientSessionChannel
BayeuxClient.State
- Enum in
org.cometd.client
C
ClientTransport
- Class in
org.cometd.client.transport
ClientTransport(String, Map<String, Object>)
- Constructor for class org.cometd.client.transport.
ClientTransport
customize(HttpExchange)
- Method in class org.cometd.client.
BayeuxClient
Customize an Exchange.
D
disconnect()
- Method in class org.cometd.client.
BayeuxClient
doDisconnected()
- Method in class org.cometd.client.
BayeuxClient
doSend(Message.Mutable)
- Method in class org.cometd.client.
BayeuxClient
E
EXT_FIELD
- Static variable in class org.cometd.client.ext.
AckExtension
F
findTransportTypes(String)
- Method in class org.cometd.client.transport.
TransportRegistry
G
getAllowedTransports()
- Method in class org.cometd.client.
BayeuxClient
getAllowedTransports()
- Method in class org.cometd.client.transport.
TransportRegistry
getCookie(String)
- Method in class org.cometd.client.
BayeuxClient
getId()
- Method in class org.cometd.client.
BayeuxClient
getKnownTransportNames()
- Method in class org.cometd.client.
BayeuxClient
getKnownTransports()
- Method in class org.cometd.client.transport.
TransportRegistry
getLag()
- Method in class org.cometd.client.ext.
TimesyncClientExtension
getOffset()
- Method in class org.cometd.client.ext.
TimesyncClientExtension
getOption(String)
- Method in class org.cometd.client.
BayeuxClient
getOptionNames()
- Method in class org.cometd.client.
BayeuxClient
getOptions()
- Method in class org.cometd.client.
BayeuxClient
getServerTime()
- Method in class org.cometd.client.ext.
TimesyncClientExtension
getSession()
- Method in class org.cometd.client.
BayeuxClient.ClientSessionChannel
getTransport(String)
- Method in class org.cometd.client.
BayeuxClient
getTransport(String)
- Method in class org.cometd.client.transport.
TransportRegistry
H
handshake()
- Method in class org.cometd.client.
BayeuxClient
handshake(Map<String, Object>)
- Method in class org.cometd.client.
BayeuxClient
handshake(long)
- Method in class org.cometd.client.
BayeuxClient
handshake(Map<String, Object>, long)
- Method in class org.cometd.client.
BayeuxClient
I
init(BayeuxClient, HttpURI, TransportListener)
- Method in class org.cometd.client.transport.
ClientTransport
init(BayeuxClient, HttpURI, TransportListener)
- Method in class org.cometd.client.transport.
LongPollingTransport
INTERVAL_OPTION
- Static variable in class org.cometd.client.transport.
ClientTransport
isConnected()
- Method in class org.cometd.client.
BayeuxClient
L
LongPollingTransport
- Class in
org.cometd.client.transport
LongPollingTransport(Map<String, Object>)
- Constructor for class org.cometd.client.transport.
LongPollingTransport
LongPollingTransport(Map<String, Object>, HttpClient)
- Constructor for class org.cometd.client.transport.
LongPollingTransport
M
MAX_NETWORK_DELAY_OPTION
- Static variable in class org.cometd.client.transport.
ClientTransport
N
negotiate(Object[], String)
- Method in class org.cometd.client.transport.
TransportRegistry
newChannel(ChannelId)
- Method in class org.cometd.client.
BayeuxClient
newChannelId(String)
- Method in class org.cometd.client.
BayeuxClient
newMessage()
- Method in class org.cometd.client.
BayeuxClient
newMessage()
- Method in class org.cometd.client.transport.
ClientTransport
notifyConnectException(Throwable)
- Method in class org.cometd.client.transport.
ClientTransport
notifyException(Throwable)
- Method in class org.cometd.client.transport.
ClientTransport
notifyExpire()
- Method in class org.cometd.client.transport.
ClientTransport
notifyMessages(List<Message.Mutable>)
- Method in class org.cometd.client.transport.
ClientTransport
notifyProtocolError(String)
- Method in class org.cometd.client.transport.
ClientTransport
O
onConnectException(Throwable)
- Method in class org.cometd.client.
BayeuxClient
onConnectException(Throwable)
- Method in interface org.cometd.client.transport.
TransportListener
onException(Throwable)
- Method in class org.cometd.client.
BayeuxClient
onException(Throwable)
- Method in interface org.cometd.client.transport.
TransportListener
onExpire()
- Method in class org.cometd.client.
BayeuxClient
onExpire()
- Method in interface org.cometd.client.transport.
TransportListener
onMessages(List<Message.Mutable>)
- Method in class org.cometd.client.
BayeuxClient
onMessages(List<Message.Mutable>)
- Method in interface org.cometd.client.transport.
TransportListener
onProtocolError(String)
- Method in class org.cometd.client.
BayeuxClient
onProtocolError(String)
- Method in interface org.cometd.client.transport.
TransportListener
org.cometd.client
- package org.cometd.client
org.cometd.client.ext
- package org.cometd.client.ext
org.cometd.client.transport
- package org.cometd.client.transport
P
processConnect(Message)
- Method in class org.cometd.client.
BayeuxClient
processDisconnect(Message)
- Method in class org.cometd.client.
BayeuxClient
processHandshake(Message)
- Method in class org.cometd.client.
BayeuxClient
publish(Object)
- Method in class org.cometd.client.
BayeuxClient.ClientSessionChannel
publish(Object, Object)
- Method in class org.cometd.client.
BayeuxClient.ClientSessionChannel
R
rcv(ClientSession, Message.Mutable)
- Method in class org.cometd.client.ext.
AckExtension
rcv(ClientSession, Message.Mutable)
- Method in class org.cometd.client.ext.
TimesyncClientExtension
rcvMeta(ClientSession, Message.Mutable)
- Method in class org.cometd.client.ext.
AckExtension
rcvMeta(ClientSession, Message.Mutable)
- Method in class org.cometd.client.ext.
TimesyncClientExtension
receive(List<Message.Mutable>)
- Method in class org.cometd.client.
BayeuxClient
reset()
- Method in class org.cometd.client.transport.
ClientTransport
reset()
- Method in class org.cometd.client.transport.
LongPollingTransport
S
send(Message.Mutable)
- Method in class org.cometd.client.
BayeuxClient
send(ClientSession, Message.Mutable)
- Method in class org.cometd.client.ext.
AckExtension
send(ClientSession, Message.Mutable)
- Method in class org.cometd.client.ext.
TimesyncClientExtension
send(Message...)
- Method in class org.cometd.client.transport.
ClientTransport
send(Message...)
- Method in class org.cometd.client.transport.
LongPollingTransport
sendBatch()
- Method in class org.cometd.client.
BayeuxClient
sendMeta(ClientSession, Message.Mutable)
- Method in class org.cometd.client.ext.
AckExtension
sendMeta(ClientSession, Message.Mutable)
- Method in class org.cometd.client.ext.
TimesyncClientExtension
sendSubscribe()
- Method in class org.cometd.client.
BayeuxClient.ClientSessionChannel
sendUnSubscribe()
- Method in class org.cometd.client.
BayeuxClient.ClientSessionChannel
setCookie(String, String)
- Method in class org.cometd.client.
BayeuxClient
setCookie(String, String, int)
- Method in class org.cometd.client.
BayeuxClient
setOption(String, Object)
- Method in class org.cometd.client.
BayeuxClient
T
TIMEOUT_OPTION
- Static variable in class org.cometd.client.transport.
ClientTransport
TimesyncClientExtension
- Class in
org.cometd.client.ext
TimesyncClientExtension()
- Constructor for class org.cometd.client.ext.
TimesyncClientExtension
toMessages(String)
- Method in class org.cometd.client.transport.
ClientTransport
toString()
- Method in class org.cometd.client.
BayeuxClient.ClientSessionChannel
toString()
- Method in class org.cometd.client.
BayeuxClient
TransportException
- Exception in
org.cometd.client.transport
TransportException()
- Constructor for exception org.cometd.client.transport.
TransportException
TransportException(String)
- Constructor for exception org.cometd.client.transport.
TransportException
TransportException(String, Throwable)
- Constructor for exception org.cometd.client.transport.
TransportException
TransportException(Throwable)
- Constructor for exception org.cometd.client.transport.
TransportException
TransportListener
- Interface in
org.cometd.client.transport
TransportRegistry
- Class in
org.cometd.client.transport
TransportRegistry()
- Constructor for class org.cometd.client.transport.
TransportRegistry
U
updateTransport(ClientTransport)
- Method in class org.cometd.client.
BayeuxClient
V
valueOf(String)
- Static method in enum org.cometd.client.
BayeuxClient.State
Returns the enum constant of this type with the specified name.
values()
- Static method in enum org.cometd.client.
BayeuxClient.State
Returns an array containing the constants of this enum type, in the order they are declared.
W
waitFor(long, BayeuxClient.State...)
- Method in class org.cometd.client.
BayeuxClient
_
_bayeux
- Variable in class org.cometd.client.transport.
ClientTransport
_interval
- Variable in class org.cometd.client.transport.
ClientTransport
_maxNetworkDelay
- Variable in class org.cometd.client.transport.
ClientTransport
_scheduler
- Variable in class org.cometd.client.
BayeuxClient
_timeout
- Variable in class org.cometd.client.transport.
ClientTransport
_uri
- Variable in class org.cometd.client.transport.
ClientTransport
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
_
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2010
Dojo Foundation
. All Rights Reserved.