|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Connection | |
---|---|
org.netbeans.lib.cvsclient | |
org.netbeans.lib.cvsclient.connection | |
org.netbeans.lib.cvsclient.request |
Uses of Connection in org.netbeans.lib.cvsclient |
---|
Methods in org.netbeans.lib.cvsclient that return Connection | |
---|---|
Connection |
Client.getConnection()
Get the connection used for communicating with the server. |
Methods in org.netbeans.lib.cvsclient with parameters of type Connection | |
---|---|
void |
Client.setConnection(Connection connection)
Set the connection used for communicating with the server. |
Constructors in org.netbeans.lib.cvsclient with parameters of type Connection | |
---|---|
Client(Connection connection,
AdminHandler adminHandler)
Construct a Client using a given connection and file handler. |
Uses of Connection in org.netbeans.lib.cvsclient.connection |
---|
Classes in org.netbeans.lib.cvsclient.connection that implement Connection | |
---|---|
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. |
Methods in org.netbeans.lib.cvsclient.connection that return Connection | |
---|---|
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. |
Uses of Connection in org.netbeans.lib.cvsclient.request |
---|
Methods in org.netbeans.lib.cvsclient.request with parameters of type Connection | |
---|---|
void |
GzipStreamRequest.modifyInputStream(Connection connection)
Modify streams on the connection if necessary |
void |
Request.modifyInputStream(Connection connection)
Modify streams on the connection if necessary |
void |
GzipStreamRequest.modifyOutputStream(Connection connection)
Modify streams on the connection if necessary |
void |
Request.modifyOutputStream(Connection connection)
Modify streams on the connection if necessary |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |