org.crsh.telnet.term
Class TelnetHandler

java.lang.Object
  extended by org.crsh.telnet.term.TelnetHandler
All Implemented Interfaces:
net.wimpi.telnetd.net.ConnectionListener, net.wimpi.telnetd.shell.Shell

public class TelnetHandler
extends Object
implements net.wimpi.telnetd.shell.Shell


Constructor Summary
TelnetHandler()
           
 
Method Summary
 void connectionIdle(net.wimpi.telnetd.net.ConnectionEvent connectionEvent)
           
 void connectionLogoutRequest(net.wimpi.telnetd.net.ConnectionEvent connectionEvent)
           
 void connectionSentBreak(net.wimpi.telnetd.net.ConnectionEvent connectionEvent)
           
 void connectionTimedOut(net.wimpi.telnetd.net.ConnectionEvent connectionEvent)
           
static net.wimpi.telnetd.shell.Shell createShell()
           
 void run(net.wimpi.telnetd.net.Connection conn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TelnetHandler

public TelnetHandler()
Method Detail

run

public void run(net.wimpi.telnetd.net.Connection conn)
Specified by:
run in interface net.wimpi.telnetd.shell.Shell

connectionIdle

public void connectionIdle(net.wimpi.telnetd.net.ConnectionEvent connectionEvent)
Specified by:
connectionIdle in interface net.wimpi.telnetd.net.ConnectionListener

connectionTimedOut

public void connectionTimedOut(net.wimpi.telnetd.net.ConnectionEvent connectionEvent)
Specified by:
connectionTimedOut in interface net.wimpi.telnetd.net.ConnectionListener

connectionLogoutRequest

public void connectionLogoutRequest(net.wimpi.telnetd.net.ConnectionEvent connectionEvent)
Specified by:
connectionLogoutRequest in interface net.wimpi.telnetd.net.ConnectionListener

connectionSentBreak

public void connectionSentBreak(net.wimpi.telnetd.net.ConnectionEvent connectionEvent)
Specified by:
connectionSentBreak in interface net.wimpi.telnetd.net.ConnectionListener

createShell

public static net.wimpi.telnetd.shell.Shell createShell()


Copyright © 2014 eXo Platform SAS. All Rights Reserved.