org.netbeans.lib.cvsclient.connection
Interface ConnectionModifier
- All Known Implementing Classes:
- GzipModifier
public interface ConnectionModifier
Provides a way to modify the communication channel between client and
server.
- Author:
- Robert Greig
modifyInputStream
void modifyInputStream(LoggedDataInputStream ldis)
throws IOException
- Throws:
IOException
modifyOutputStream
void modifyOutputStream(LoggedDataOutputStream ldos)
throws IOException
- Throws:
IOException
Copyright © 2011. All Rights Reserved.