| Class | Description |
|---|---|
| ArgumentRequest |
The Argument request.
|
| ArgumentxRequest |
Appends \n followed by the text specified in the request to the previous
argument sent.
|
| CaseRequest |
Tells the server that filenames should be matched in a case-insensitive
fashion.
|
| CommandRequest |
The request for a command.
|
| DirectoryRequest |
The directory request.
|
| EntryRequest |
Sends an entry to the server, to tell the server which version of a file
is on the local machine.
|
| ExpandModulesRequest |
Sends the expand-modules request.
|
| GlobalOptionRequest |
The global options request.
|
| GzipFileContentsRequest |
Sends the request that instructs the server to gzip all file transfers
|
| GzipStreamRequest |
This class implements the Gzip-Stream request that is used to indicate that
all further communication with the server is to be gzipped.
|
| IsModifiedRequest |
Represents Is-modified filename \n request.
|
| KoptRequest |
Represents Kopt option\n request.
|
| ModifiedRequest |
Sends the server a copy of a locally modified file.
|
| NotifyRequest |
Notify Entry.java
E Sun Nov 11 10:25:40 2001 GMT worker E:\test\admin EUC
|
| QuestionableRequest |
The questionable request.
|
| Request |
The superclass of all requests made to the CVS server
|
| RootRequest |
Implements the Root request
|
| SetRequest |
Tells the server about the eviroment variables to set for CVSROOT/*info executions.
|
| StickyRequest |
Implements the Sticky request
|
| UnchangedRequest |
Tells the server that a particular filename has not been modified in the
checked-out directory.
|
| UseUnchangedRequest |
Issues the UseUnchanged request, which tells servers that the client
is using version 1.10 of the CVS protocol.
|
| ValidRequestsRequest |
Asks the server to send back a Valid-requests response
|
| ValidResponsesRequest |
Sends a request telling the server which responses this client understands.
|
| WrapperSendRequest |
This class encapsulates the wrapper-sendme-rcsOptions request in the
CVS client-server protocol.
|
| Exception | Description |
|---|---|
| UnconfiguredRequestException |
This exception indicates that a request has not been properly configured
hence cannot be sent to the server for processing
|