$trans_
$trans_ : \Thrift\Protocol\TTransport
Underlying transport
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.
$concreteProtocol_ : \Thrift\Protocol\TProtocol
Instance of protocol, to which all operations will be forwarded.
__construct(\Thrift\Protocol\TProtocol $protocol, $fname, $mtype, $rseqid)
Constructor of <code>TProtocolDecorator</code> class.
Encloses the specified protocol.
| \Thrift\Protocol\TProtocol | $protocol | All operations will be forward to this instance. Must be non-null. |
| $fname | ||
| $mtype | ||
| $rseqid |
skip(\Thrift\Type\TType $type)
The skip function is a utility to parse over unrecognized date without causing corruption.
| \Thrift\Type\TType | $type | What type is it |