THRIFT-563 Support for Multiplexing Services on any Transport, Protocol and Server
authorJens Geyer <jensg@apache.org>
Sun, 24 Mar 2013 09:53:31 +0000 (11:53 +0200)
committerJens Geyer <jensg@apache.org>
Sun, 24 Mar 2013 09:53:31 +0000 (11:53 +0200)
commit3661867febfa3a303ae8f5df2ed1a29e882821c3
tree1e2649a2ac4f3a65fa323d1e2ea6826053f3e30d
parent3c434ab87dcb44352e71b80cd5a9ef7e24d77427
THRIFT-563 Support for Multiplexing Services on any Transport, Protocol and Server

Patch: Rob Slifka
lib/java/src/org/apache/thrift/TMultiplexedProcessor.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/protocol/TMultiplexedProtocol.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/protocol/TProtocolDecorator.java [new file with mode: 0644]