Class BinaryExtension

All Implemented Interfaces:
BayeuxServer.Extension

public class BinaryExtension
extends BayeuxServer.Extension.Adapter

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