Why would you recommend Framed Transport ? Isn't that the opposite to whats described in section 4.2 in the white paper ?
And can you show me an example usage of TIOStreamTransport on Java ? I didn't see one proper example anywhere... I've doubts like should we create a socket ? Can we have multiple buffers accessing the different streams like we can do on Framed Transport ? On Wed, Mar 23, 2011 at 10:57 PM, Bryan Duxbury <[email protected]> wrote: > You are correct - there is no BufferedTransport in Java. This is because we > have TIOStreamTransport, which can be wrapped around a Java > Buffer(Input|Output)Stream to raw buffering if that's what you need. I > would > strongly encourage you to use Framed Transport (on both sides) instead. > > On Wed, Mar 23, 2011 at 4:26 AM, Shrinath M <[email protected]> wrote: > > > I am unable to find any way to get the TBufferedTransport working in > Java. > > I also read somewhere< > > http://www.facebook.com/topic.php?uid=15325934266&topic=9390> > > that > > its missing totally from Java implementation of thrift. > > If so, what is the alternative ? > > > > > > -- > > Regards > > Shrinath.M > > > -- Regards Shrinath.M
