org.netbeans.lib.cvsclient.connection
Class GzipModifier
java.lang.Object
org.netbeans.lib.cvsclient.connection.GzipModifier
- All Implemented Interfaces:
- ConnectionModifier
public class GzipModifier
- extends Object
- implements ConnectionModifier
This class modifies a connection by gzipping all client/server communication
- Author:
- Robert Greig
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GzipModifier
public GzipModifier()
- Creates new GzipModifier
modifyInputStream
public void modifyInputStream(LoggedDataInputStream ldis)
throws IOException
- Specified by:
modifyInputStream
in interface ConnectionModifier
- Throws:
IOException
modifyOutputStream
public void modifyOutputStream(LoggedDataOutputStream ldos)
throws IOException
- Specified by:
modifyOutputStream
in interface ConnectionModifier
- Throws:
IOException
Copyright © 2011. All Rights Reserved.