THRIFT-377. java: TFileTransport port in Java
authorBryan Duxbury <bryanduxbury@apache.org>
Wed, 27 Oct 2010 23:26:52 +0000 (23:26 +0000)
committerBryan Duxbury <bryanduxbury@apache.org>
Wed, 27 Oct 2010 23:26:52 +0000 (23:26 +0000)
commitb6722bf8c4dfc35bc818251f8004d1fa5e04d437
treebe8980544d1d3d72301344f14c7ae746e5fd0c03
parent8c9c8bf8f0dcaa89a3ca73695442c4f3ccd6e342
THRIFT-377. java: TFileTransport port in Java

This patch adds TFileTransport to the java library. This transport is not a general-purpose file transport; instead, it is more of a way to execute one-way RPC via an offline file process.

Patch: Joydeep Sen Sarma

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@1028136 13f79535-47bb-0310-9956-ffa450edef68
lib/java/src/org/apache/thrift/transport/TFileProcessor.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/transport/TFileTransport.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/transport/TSeekableFile.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/transport/TStandardFile.java [new file with mode: 0644]