Package | Description |
---|---|
org.cometd.bayeux.client | |
org.cometd.client.ext | |
org.cometd.common |
Modifier and Type | Method and Description |
---|---|
List<ClientSession.Extension> |
ClientSession.getExtensions() |
Modifier and Type | Method and Description |
---|---|
void |
ClientSession.addExtension(ClientSession.Extension extension)
Adds an extension to this session.
|
void |
ClientSession.removeExtension(ClientSession.Extension extension)
Removes an extension from this session.
|
Modifier and Type | Class and Description |
---|---|
class |
AckExtension
This client-side extension enables the client to acknowledge to the server
the messages that the client has received.
|
class |
BinaryExtension
A client extension that encodes
byte[] or ByteBuffer into a BinaryData
object using the Z85 format for outgoing messages, and decodes BinaryData
objects back into byte[] or ByteBuffer for incoming messages. |
class |
TimestampClientExtension |
class |
TimesyncClientExtension |
Modifier and Type | Method and Description |
---|---|
List<ClientSession.Extension> |
AbstractClientSession.getExtensions() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractClientSession.addExtension(ClientSession.Extension extension) |
void |
AbstractClientSession.removeExtension(ClientSession.Extension extension) |
Copyright © 2008–2024 The CometD Project. All rights reserved.