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 ServerResponse sendClientRequest(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.