Package | Description |
---|---|
org.netbeans.lib.cvsclient | |
org.netbeans.lib.cvsclient.connection | |
org.netbeans.lib.cvsclient.request |
Modifier and Type | Method and Description |
---|---|
Connection |
Client.getConnection()
Get the connection used for communicating with the server.
|
Modifier and Type | Method and Description |
---|---|
void |
Client.setConnection(Connection connection)
Set the connection used for communicating with the server.
|
Constructor and Description |
---|
Client(Connection connection,
AdminHandler adminHandler)
Construct a Client using a given connection and file handler.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractConnection
This class abstracts the common features and functionality that all connection protocols to CVS
share
|
class |
ExtConnection
Provides support for the :ext: connection method.
|
class |
LocalConnection
Implements a connection to a local server.
|
class |
PServerConnection
Implements a connection to a pserver.
|
Modifier and Type | Method and Description |
---|---|
static Connection |
ConnectionFactory.getConnection(CVSRoot root)
Returns a Connection object to handle the specific CVSRoot
specification.
|
static Connection |
ConnectionFactory.getConnection(java.lang.String cvsRoot)
Returns a Connection object to handle the specific CVSRoot
specification.
|
Modifier and Type | Method and Description |
---|---|
void |
Request.modifyInputStream(Connection connection)
Modify streams on the connection if necessary
|
void |
GzipStreamRequest.modifyInputStream(Connection connection)
Modify streams on the connection if necessary
|
void |
Request.modifyOutputStream(Connection connection)
Modify streams on the connection if necessary
|
void |
GzipStreamRequest.modifyOutputStream(Connection connection)
Modify streams on the connection if necessary
|
Built on January 12 2013. | Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.