jtge.engine.net
Interface IClient

All Superinterfaces:
IClosable
All Known Implementing Classes:
Client, ClientFactory, ClientImp

public interface IClient
extends IClosable

Defines a client.

Version:
$Revision: 1.1 $ $Date: 2005/09/03 23:13:29 $
Author:
Mathieu Champlon

Method Summary
 void open(java.lang.String host, int port)
          Connect the client to a server.
 
Methods inherited from interface jtge.engine.net.IClosable
close
 

Method Detail

open

public void open(java.lang.String host,
                 int port)
Connect the client to a server.

Parameters:
host - the host name
port - the host port


Copyright © 2003-2005 . All Rights Reserved.