com.ccg.net
Interface ClientGenerator
public interface ClientGenerator
Not ready for prime time - please ignore for now.
class Example {
public void main(String[] args) {
com.ccg.net.ClientGenerator o = new com.ccg.net.ClientGenerator();
System.out.println(o);
}
}
- Since:
- 1.0
- Version:
- $Revision: 1.3 $
- Author:
- $Author: pkb $
*see
createClient
Object createClient(Transport t)
- Method to create a client object to associate with a
Transport.
This method is required to a generic server to create client
objects when connections are made from remote transports.
- Parameters:
transport - Transport (communications object) to associate with the
client's connection.
- Returns:
- Any non-null object representing your client.
- Since:
- 1.0
- See Also:
Dispatcher
Copyright 1998-1998-2006 null. All Rights Reserved.