Classes: BinaryIOS, BinaryInputStream, BinaryOutputStream, BinaryServerConnection, BinaryServerConnectionFactory, 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.
The sole purpose of this stream buffer is to detect end-of-stream
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