THRIFT-1899 Delphi: Support for Multiplexing Services on any Transport, Protocol...
authorJens Geyer <jensg@apache.org>
Sun, 24 Mar 2013 23:28:12 +0000 (01:28 +0200)
committerJens Geyer <jensg@apache.org>
Sun, 24 Mar 2013 23:32:57 +0000 (01:32 +0200)
commit8a70196d00b667b5e890cb0974373d2a2af4f82c
tree1da678d26a673e78db8a05518c04583543fa6f68
parentcac2c5761e2ebe8b14a3c03dd2ee756c1e14441b
THRIFT-1899 Delphi: Support for Multiplexing Services on any Transport, Protocol and Server

Patch: Jens Geyer
lib/delphi/src/Thrift.Processor.Multiplex.pas [new file with mode: 0644]
lib/delphi/src/Thrift.Protocol.Multiplex.pas [new file with mode: 0644]
lib/delphi/src/Thrift.Protocol.pas
lib/delphi/test/multiplexed/Multiplex.Client.Main.pas [new file with mode: 0644]
lib/delphi/test/multiplexed/Multiplex.Server.Main.pas [new file with mode: 0644]
lib/delphi/test/multiplexed/Multiplex.Test.Client.dpr [new file with mode: 0644]
lib/delphi/test/multiplexed/Multiplex.Test.Common.pas [new file with mode: 0644]
lib/delphi/test/multiplexed/Multiplex.Test.Server.dpr [new file with mode: 0644]