Classes: BinaryIOS, BinaryInputStream, BinaryOutputStream, BinaryServerConnection, BinaryServerConnectionFactory, BinaryStream, BinaryStreamBuf, Deserializer, Listener, Serializer, Transport, TransportFactory
The base class for BinaryInputStream and BinaryOutputStream.
A BinaryServerConnection manages connection setup/teardown and message exchange between Binary peers.
A factory for BinaryServerConnection.
This stream sends a two-byte length word before every block send.
The deserializer for the Binary transport.
This class implements the Listener for the Binary Transport.
The serializer for the Binary transport.
The Binary Transport implementation.
TransportFactory for Binary transports