Add TProtocolTap: a meta-protocol for "wiretapping".
authorDavid Reiss <dreiss@apache.org>
Tue, 8 Apr 2008 05:06:45 +0000 (05:06 +0000)
committerDavid Reiss <dreiss@apache.org>
Tue, 8 Apr 2008 05:06:45 +0000 (05:06 +0000)
commite0e3d1b232558bb0951a636a158ead8ec6773234
tree9e0979eb99e3226f73530ac9938e499521e049ea
parent642f2d3fbec475de8dac8a70cfd972982ed3267f
Add TProtocolTap: a meta-protocol for "wiretapping".

TProtocolTap is a protocol that passes reads through to a "source" protocol,
but mirrors them as writes to a "sink" protocol.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665643 13f79535-47bb-0310-9956-ffa450edef68
lib/cpp/Makefile.am
lib/cpp/src/protocol/TOneWayProtocol.h
lib/cpp/src/protocol/TProtocolTap.h [new file with mode: 0644]