thrift/Thrift/ProtocolTProtocolDecorator.php

Classes

TProtocolDecorator <code>TProtocolDecorator</code> forwards all requests to an enclosed <code>TProtocol</code> instance, providing a way to author concise concrete decorator subclasses. While it has no abstract methods, it is marked abstract as a reminder that by itself, it does not modify the behaviour of the enclosed <code>TProtocol</code>.