com.mindbright.application
Class ModuleTelnetImpl.ChaffedTelnet

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

protected class ModuleTelnetImpl.ChaffedTelnet
extends TelnetTerminalAdapter


Constructor Summary
ModuleTelnetImpl.ChaffedTelnet(java.io.InputStream in, java.io.OutputStream out, TerminalWindow terminalWin)
           
 
Method Summary
protected  void sendFakeChar()
          Send a fake character to the server.
 
Methods inherited from class com.mindbright.net.telnet.TelnetTerminalAdapter
getTelnetNVT, interpretAsCommand, isBuffered, optionNegotiation, optionSubNegotiation, receiveData, sendBreak, sendBytes, sendBytesDirect, sendTypedChar, signalWindowChanged
 
Methods inherited from class com.mindbright.terminal.TerminalInputChaff
dispenseChaff, isChaffActive, run, signalTermTypeChanged, startChaff, stopChaff, typedChar, 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,
                                      TerminalWindow terminalWin)
Method Detail

sendFakeChar

protected void sendFakeChar()
Description copied from class: TerminalInputChaff
Send a fake character to the server.

Overrides:
sendFakeChar in class TelnetTerminalAdapter