org.cyberiantiger.telnet
Class SimpleTelnetSession
java.lang.Object
org.cyberiantiger.telnet.SimpleTelnetSession
- All Implemented Interfaces:
- TelnetSession
- public abstract class SimpleTelnetSession
- extends java.lang.Object
- implements TelnetSession
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleTelnetSession
public SimpleTelnetSession(java.lang.String term)
receiveOption
public void receiveOption(TelnetOption opt)
throws java.io.IOException
- Specified by:
receiveOption in interface TelnetSession
- Throws:
java.io.IOException
setOutputStream
public void setOutputStream(java.io.OutputStream out)
throws java.io.IOException
- Specified by:
setOutputStream in interface TelnetSession
- Throws:
java.io.IOException
sendWindowSize
public void sendWindowSize()
throws java.io.IOException
- Throws:
java.io.IOException
sendTerminalType
public void sendTerminalType()
throws java.io.IOException
- Throws:
java.io.IOException
setWindowSize
public void setWindowSize(int width,
int height)
throws java.io.IOException
- Throws:
java.io.IOException
serverWillEcho
protected abstract void serverWillEcho(boolean echo)
Copyright © 2003 OSJava. All Rights Reserved.