org.cyberiantiger.telnet
Class TelnetSocket

java.lang.Object
  extended byorg.cyberiantiger.telnet.TelnetSocket

public class TelnetSocket
extends java.lang.Object


Constructor Summary
TelnetSocket(java.lang.String dest, int port, TelnetSession session)
           
 
Method Summary
 void close()
           
 java.io.Reader getReader()
           
 java.io.Writer getWriter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TelnetSocket

public TelnetSocket(java.lang.String dest,
                    int port,
                    TelnetSession session)
             throws java.io.IOException
Method Detail

getReader

public java.io.Reader getReader()

getWriter

public java.io.Writer getWriter()

close

public void close()
           throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2003 OSJava. All Rights Reserved.