thrift/ThriftTMultiplexedProcessor.php

Classes

TMultiplexedProcessor <code>TMultiplexedProcessor</code> is a Processor allowing a single <code>TServer</code> to provide multiple services.
StoredMessageProtocol Our goal was to work with any protocol. In order to do that, we needed to allow them to call readMessageBegin() and get the Message in exactly the standard format, without the service name prepended to the Message name.