TProtocolFactory creating a TBinaryProtocol instance for passed in
transports.
The optional Transports template tuple parameter can be used to specify
one or more TTransport implementations to specifically instantiate
TBinaryProtocol for. If the actual transport types encountered at
runtime match one of the transports in the list, a specialized protocol
instance is created. Otherwise, a generic TTransport version is used.
TProtocolFactory creating a TBinaryProtocol instance for passed in transports.
The optional Transports template tuple parameter can be used to specify one or more TTransport implementations to specifically instantiate TBinaryProtocol for. If the actual transport types encountered at runtime match one of the transports in the list, a specialized protocol instance is created. Otherwise, a generic TTransport version is used.