com.mindbright.application
Class ModuleTelnetImpl.ChaffedTelnet

java.lang.Object
  extended bycom.mindbright.terminal.TerminalInputChaff
      extended bycom.mindbright.net.telnet.TelnetTerminalAdapter
          extended bycom.mindbright.application.ModuleTelnetImpl.ChaffedTelnet
All Implemented Interfaces:
java.lang.Runnable, TelnetEventHandler, TerminalInputListener
Enclosing class:
ModuleTelnetImpl

protected class ModuleTelnetImpl.ChaffedTelnet
extends TelnetTerminalAdapter


Constructor Summary
ModuleTelnetImpl.ChaffedTelnet(java.io.InputStream in, java.io.OutputStream out, Terminal terminal)
           
 
Method Summary
protected  void sendFakeChar()
           
 
Methods inherited from class com.mindbright.net.telnet.TelnetTerminalAdapter
getTelnetNVT, interpretAsCommand, isBuffered, optionNegotiation, optionSubNegotiation, receiveData, sendBytes, sendTypedChar, signalWindowChanged
 
Methods inherited from class com.mindbright.terminal.TerminalInputChaff
dispenseChaff, run, startChaff, stopChaff, typedChar
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleTelnetImpl.ChaffedTelnet

public ModuleTelnetImpl.ChaffedTelnet(java.io.InputStream in,
                                      java.io.OutputStream out,
                                      Terminal terminal)
Method Detail

sendFakeChar

protected void sendFakeChar()
Overrides:
sendFakeChar in class TelnetTerminalAdapter