Package org.cometd.client.ext
package org.cometd.client.ext
-
ClassesClassDescriptionThis client-side extension enables the client to acknowledge to the server the messages that the client has received.A client extension that encodes
byte[]orByteBufferinto aBinaryDataobject using theZ85format for outgoing messages, and decodesBinaryDataobjects back intobyte[]orByteBufferfor incoming messages.