Uses of Class
org.cometd.bayeux.client.ClientSession.Extension.Adapter
Package | Description |
---|---|
org.cometd.client.ext |
-
Uses of ClientSession.Extension.Adapter in org.cometd.client.ext
Subclasses of ClientSession.Extension.Adapter in org.cometd.client.ext Modifier and Type Class 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 encodesbyte[]
orByteBuffer
into aBinaryData
object using theZ85
format for outgoing messages, and decodesBinaryData
objects back intobyte[]
orByteBuffer
for incoming messages.class
TimestampClientExtension
class
TimesyncClientExtension