edu.cuny.cat.comm
Class TelnetServerConnector

java.lang.Object
  extended by edu.cuny.cat.comm.TelnetServerConnector

public class TelnetServerConnector
extends java.lang.Object

An implementation of a simple telnet-oriented server connector.

Version:
$Revision: 1.2 $
Author:
Jinzhong Niu

Constructor Summary
TelnetServerConnector(int port)
           
 
Method Summary
 TelnetConnection accept()
           
 void close()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TelnetServerConnector

public TelnetServerConnector(int port)
Method Detail

accept

public TelnetConnection accept()
                        throws ConnectionException
Throws:
ConnectionException

close

public void close()
           throws ConnectionException
Throws:
ConnectionException