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.
-
SpaceClient()
- Default constructor.
-
SpaceClient(int)
- Builds a new space client to connect a space server
on host localhost at the specified port number.
-
SpaceClient(String)
- Builds a new space client to connect a space server
with specified host name at default port.
-
SpaceClient(String, int)
- Builds a new space client to connect a space server
with specified host name and port.
SpaceClient
public SpaceClient()
- Default constructor.
Builds a new space client to connect a space server
on localhost.
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.
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.
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