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
>

Reply via email to