[ 
https://issues.apache.org/jira/browse/THRIFT-123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13028432#comment-13028432
 ] 

Dragan Okiljevic edited comment on THRIFT-123 at 5/3/11 9:23 PM:
-----------------------------------------------------------------

The submitted patch adds support for zlib compression wrapped transport to 
Java. It contains TZlibTransport.java class, but it not yet included in 
projects build system (Ant & Ivy).

The patch depends on JZlib, avaliable at http://www.jcraft.com/jzlib/ as I 
found impossible to use Java SDK's zlib implementation because of it's limited 
support to zlib features.

The patch was made using trunk revision 1097229 from May, 03, 2011.

The code was tested between Java clients and Java servers and also between Java 
clients and C++ servers using sockets as wrapped transport and both binary and 
compact protocols.

      was (Author: dragan.okiljevic):
    The patch adds support for zlib compression wrapped transport to Java. It 
contains TZlibTransport.java class, but it not yet included in projects build 
system (Ant & Ivy).
The patch depends on JZlib, avaliable at http://www.jcraft.com/jzlib/
  
> implement TZlibTransport in Java
> --------------------------------
>
>                 Key: THRIFT-123
>                 URL: https://issues.apache.org/jira/browse/THRIFT-123
>             Project: Thrift
>          Issue Type: New Feature
>          Components: Java - Library
>            Reporter: Pete Wyckoff
>            Priority: Minor
>         Attachments: thrift_java_tzlibtransport_added.patch
>
>
> TZlibTransport compatible with C++ version of TZlibTransport

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to