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.


Method Summary
 void modifyInputStream(LoggedDataInputStream ldis)
           
 void modifyOutputStream(LoggedDataOutputStream ldos)
           
 

Method Detail

modifyInputStream

void modifyInputStream(LoggedDataInputStream ldis)
                       throws java.io.IOException
Throws:
java.io.IOException

modifyOutputStream

void modifyOutputStream(LoggedDataOutputStream ldos)
                        throws java.io.IOException
Throws:
java.io.IOException

 

Built on August 7 2008.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.