All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class macondo.mistero.SpaceClient

macondo.mistero.Space
   |
   +----macondo.mistero.SpaceClient

public class SpaceClient
extends Space
A SpaceClient is an interface to a remote space server.


Constructor Index

 o SpaceClient()
Default constructor.
 o SpaceClient(int)
Builds a new space client to connect a space server on host localhost at the specified port number.
 o SpaceClient(String)
Builds a new space client to connect a space server with specified host name at default port.
 o SpaceClient(String, int)
Builds a new space client to connect a space server with specified host name and port.

Constructors

 o SpaceClient
 public SpaceClient()
Default constructor. Builds a new space client to connect a space server on localhost.

 o SpaceClient
 public SpaceClient(String host,
                    int port)
Builds a new space client to connect a space server with specified host name and port.

Parameters:
host - the host name.
port - the port number.
 o SpaceClient
 public SpaceClient(String host)
Builds a new space client to connect a space server with specified host name at default port.

Parameters:
host - the host name.
 o SpaceClient
 public SpaceClient(int port)
Builds a new space client to connect a space server on host localhost at the specified port number.

Parameters:
port - the port number.

All Packages  Class Hierarchy  This Package  Previous  Next  Index