Uses of Interface
org.cometd.bayeux.client.ClientSession.Extension
Packages that use ClientSession.Extension
-
Uses of ClientSession.Extension in org.cometd.bayeux.client
Methods in org.cometd.bayeux.client that return types with arguments of type ClientSession.ExtensionMethods in org.cometd.bayeux.client with parameters of type ClientSession.ExtensionModifier 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
Classes in org.cometd.client.ext that implement ClientSession.ExtensionModifier 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
Methods in org.cometd.common that return types with arguments of type ClientSession.ExtensionMethods in org.cometd.common with parameters of type ClientSession.ExtensionModifier and TypeMethodDescriptionvoid
AbstractClientSession.addExtension
(ClientSession.Extension extension) void
AbstractClientSession.removeExtension
(ClientSession.Extension extension)