Uses of Interface
org.cometd.bayeux.client.ClientSession.Extension
| Package | Description |
|---|---|
| org.cometd.bayeux.client | |
| org.cometd.client.ext | |
| org.cometd.common |
-
Uses of ClientSession.Extension in org.cometd.bayeux.client
Classes in org.cometd.bayeux.client that implement ClientSession.Extension Modifier and Type Class Description static classClientSession.Extension.AdapterEmpty implementation ofClientSession.Extension.Methods in org.cometd.bayeux.client that return types with arguments of type ClientSession.Extension Modifier and Type Method Description List<ClientSession.Extension>ClientSession. getExtensions()Methods in org.cometd.bayeux.client with parameters of type ClientSession.Extension Modifier and Type Method Description voidClientSession. addExtension(ClientSession.Extension extension)Adds an extension to this session.voidClientSession. 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.Extension Modifier and Type Class Description classAckExtensionThis client-side extension enables the client to acknowledge to the server the messages that the client has received.classBinaryExtensionA client extension that encodesbyte[]orByteBufferinto aBinaryDataobject using theZ85format for outgoing messages, and decodesBinaryDataobjects back intobyte[]orByteBufferfor incoming messages.classTimestampClientExtensionclassTimesyncClientExtension -
Uses of ClientSession.Extension in org.cometd.common
Methods in org.cometd.common that return types with arguments of type ClientSession.Extension Modifier and Type Method Description List<ClientSession.Extension>AbstractClientSession. getExtensions()Methods in org.cometd.common with parameters of type ClientSession.Extension Modifier and Type Method Description voidAbstractClientSession. addExtension(ClientSession.Extension extension)voidAbstractClientSession. removeExtension(ClientSession.Extension extension)