- ValidRequestsRequest - Class in org.netbeans.lib.cvsclient.request
-
Asks the server to send back a Valid-requests response
- ValidRequestsRequest() - Constructor for class org.netbeans.lib.cvsclient.request.ValidRequestsRequest
-
- ValidResponsesRequest - Class in org.netbeans.lib.cvsclient.request
-
Sends a request telling the server which responses this client understands.
- ValidResponsesRequest() - Constructor for class org.netbeans.lib.cvsclient.request.ValidResponsesRequest
-
- verify() - Method in interface org.netbeans.lib.cvsclient.connection.Connection
-
Verify a cnnection with the server.
- verify() - Method in class org.netbeans.lib.cvsclient.connection.ExtConnection
-
- verify() - Method in class org.netbeans.lib.cvsclient.connection.LocalConnection
-
Authenticate with the server.
- verify() - Method in class org.netbeans.lib.cvsclient.connection.PServerConnection
-
Authenticate with the server.
- VERIFY_POSTAMBLE - Static variable in class org.netbeans.lib.cvsclient.connection.PServerConnection
-
The string that is sent at the end of a verify request.
- VERIFY_PREAMBLE - Static variable in class org.netbeans.lib.cvsclient.connection.PServerConnection
-
The string that is sent at the beginning of the request to
verify a connection.
- verifyProtocol() - Method in class org.netbeans.lib.cvsclient.connection.AbstractConnection
-
Verifies that this open connection is a connetion to a working CVS server.