Uses of Interface
org.cometd.bayeux.client.ClientSession.Extension
-
Uses of ClientSession.Extension in org.cometd.bayeux.client
Modifier and TypeMethodDescriptionvoid
ClientSession.addExtension
(ClientSession.Extension extension) Adds an extension to this session.void
ClientSession.removeExtension
(ClientSession.Extension extension) Removes an extension from this session. -
Uses of ClientSession.Extension in org.cometd.client.ext
Modifier and TypeClassDescriptionclass
This client-side extension enables the client to acknowledge to the server the messages that the client has received.class
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
class
-
Uses of ClientSession.Extension in org.cometd.common
Modifier and TypeMethodDescriptionvoid
AbstractClientSession.addExtension
(ClientSession.Extension extension) void
AbstractClientSession.removeExtension
(ClientSession.Extension extension)