|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CVSConnection | |
| com.hungry.javacvs.client.handlers | Classes that represent (and handle) CVS server responses. |
| com.hungry.javacvs.client.requests | Classes that represent requests made to the CVS server. |
| com.hungry.javacvs.client.util | Miscellaneous utility classes used by the client. |
| com.hungry.javacvs.server.requests | Classes which are instantiated to handle CVS client requests. |
| com.hungry.javacvs.server.util | Miscellaneous utility classes used by the server. |
| Uses of CVSConnection in com.hungry.javacvs.client.handlers |
| Fields in com.hungry.javacvs.client.handlers declared as CVSConnection | |
protected CVSConnection |
CVSResponseHandler.m_conn
|
| Methods in com.hungry.javacvs.client.handlers with parameters of type CVSConnection | |
void |
CVSResponseHandler.setConnection(CVSConnection conn)
|
static CVSResponseHandler |
CVSResponseHandler.getHandlerInstanceByName(java.lang.String name,
CVSConnection conn)
|
| Uses of CVSConnection in com.hungry.javacvs.client.requests |
| Fields in com.hungry.javacvs.client.requests declared as CVSConnection | |
protected CVSConnection |
CVSRequest.m_conn
|
| Methods in com.hungry.javacvs.client.requests with parameters of type CVSConnection | |
void |
CVSRequest.setConnection(CVSConnection c)
|
| Constructors in com.hungry.javacvs.client.requests with parameters of type CVSConnection | |
CVSRequest.CVSRequest(CVSConnection c)
|
|
| Uses of CVSConnection in com.hungry.javacvs.client.util |
| Subclasses of CVSConnection in com.hungry.javacvs.client.util | |
class |
CVSClientConnection
|
class |
CVSClientJServerConnection
|
class |
CVSClientPServerConnection
|
| Uses of CVSConnection in com.hungry.javacvs.server.requests |
| Fields in com.hungry.javacvs.server.requests declared as CVSConnection | |
protected CVSConnection |
CVSRequestHandler.m_conn
|
| Methods in com.hungry.javacvs.server.requests with parameters of type CVSConnection | |
void |
CVSRequestHandler.setConnection(CVSConnection conn)
|
static CVSRequestHandler |
CVSRequestHandler.getHandlerInstanceByName(java.lang.String name,
CVSConnection conn,
CVSHandlerThreadState state)
|
| Uses of CVSConnection in com.hungry.javacvs.server.util |
| Subclasses of CVSConnection in com.hungry.javacvs.server.util | |
class |
CVSServerConnection
|
class |
CVSServerJServerConnection
|
class |
CVSServerPServerConnection
|
| Methods in com.hungry.javacvs.server.util that return CVSConnection | |
CVSConnection |
CVSHandlerThread.getConnection()
|
| Methods in com.hungry.javacvs.server.util with parameters of type CVSConnection | |
static CVSProcessSink |
CVSProcessSink.create(java.lang.String command_line,
CVSConnection client_conn)
|
| Constructors in com.hungry.javacvs.server.util with parameters of type CVSConnection | |
CVSProcessSink.CVSProcessSink(java.lang.Process process,
CVSConnection conn)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||