All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class orchid.gui.Connect

java.lang.Object
   |
   +----orchid.gui.Connect

public class Connect
extends Object
This is the class to call on the client side.

Use : Connect can be run with or without argument like shown in examples below :

java Connect (connection to the default server)
java Connect 192.168.1.105:10000 (connection to server i5.esiea.fr, port 10000)
java Connect i5.esiea.fr:10000 (connection to server i5.esiea.fr, port 10000)

Author:
Marc-Aurčle DARCHE

Constructor Index

 o Connect()

Method Index

 o main(String[])

Constructors

 o Connect
 public Connect()

Methods

 o main
 public static void main(String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index