Package org.cometd.client.ext
package org.cometd.client.ext
-
ClassDescriptionThis client-side extension enables the client to acknowledge to the server the messages that the client has received.A client extension that encodes
byte[]
orByteBuffer
into aBinaryData
object using theZ85
format for outgoing messages, and decodesBinaryData
objects back intobyte[]
orByteBuffer
for incoming messages.