Package org.netbeans.lib.cvsclient.connection

Interface Summary
Connection Provides a method for accessing a connection, in order to be able to communicate using the CVS Protocol.
ConnectionModifier Provides a way to modify the communication channel between client and server.
Scrambler Provides methods used to scramble text.
 

Class Summary
AbstractConnection This class abstracts the common features and functionality that all connection protocols to CVS share
ConnectionFactory Simple class for managing the mapping from CVSROOT specifications to Connection classes.
GzipModifier This class modifies a connection by gzipping all client/server communication
LocalConnection Implements a connection to a local server.
PServerConnection Implements a connection to a pserver.
StandardScrambler Scrambles text (the password) using the standard scheme described in the CVS protocol version 1.10.
 

Exception Summary
AuthenticationException This exception is thrown when a connection with the server cannot be made, for whatever reason.
 



Built on February 19 2008.  |  Portions Copyright 1997-2003 Sun Microsystems, Inc. All rights reserved.