From 90966728991f04dbb92cd052c734b4aec658e1b6 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 8 Feb 2009 01:36:06 +0000 Subject: --- doc/client/ServerRequester.html | 264 ---------------------------------------- 1 file changed, 264 deletions(-) delete mode 100644 doc/client/ServerRequester.html (limited to 'doc/client/ServerRequester.html') diff --git a/doc/client/ServerRequester.html b/doc/client/ServerRequester.html deleted file mode 100644 index 00784b4..0000000 --- a/doc/client/ServerRequester.html +++ /dev/null @@ -1,264 +0,0 @@ - - - - - - -ServerRequester - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -client -
-Class ServerRequester

-
-java.lang.Object
-  extended byclient.ServerRequester
-
-
-
-
public class ServerRequester
extends java.lang.Object
- -

-This class only has static members. Its used for creating a client socket to connect and - communicate with the calendar server. -

- -

-

-
Author:
-
buetow
-
-
- -

- - - - - - - - - - - - - - - - -
-Constructor Summary
ServerRequester() - -
-           
-  - - - - - - - - - - - -
-Method Summary
-static ServerResponsesendClientRequest(ClientRequest clientRequest) - -
-          Sends a client request to the netcalendar server end receives a server response object.
- - - - - - - -
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - - - - -
-Constructor Detail
- -

-ServerRequester

-
-public ServerRequester()
-
-
- - - - - - - - -
-Method Detail
- -

-sendClientRequest

-
-public static final ServerResponse sendClientRequest(ClientRequest clientRequest)
-
-
Sends a client request to the netcalendar server end receives a server response object. -

-

-
Parameters:
clientRequest - Specifies the client request to send to the calendar server. -
Returns:
Returns the server response. It returns null if no response is available.
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - - -- cgit v1.2.3