Class BinaryExtension

  • All Implemented Interfaces:
    BayeuxServer.Extension

    public class BinaryExtension
    extends java.lang.Object
    implements BayeuxServer.Extension

    A server extension that encodes byte[] or ByteBuffer into a BinaryData object using the Z85 format for outgoing messages, and decodes BinaryData objects back into byte[] or ByteBuffer for incoming messages.

    See Also:
    BinarySessionExtension