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.
modifyInputStream
public void modifyInputStream(LoggedDataInputStream ldis)
throws java.io.IOException
- Throws:
java.io.IOException
modifyOutputStream
public void modifyOutputStream(LoggedDataOutputStream ldos)
throws java.io.IOException
- Throws:
java.io.IOException
Built on February 19 2008. | Portions Copyright 1997-2003 Sun Microsystems, Inc. All rights reserved.