org.crsh.telnet.term
Class TelnetHandler

java.lang.Object
  extended by org.crsh.telnet.term.TelnetHandler

public class TelnetHandler
extends Object

Version:
$Revision$
Author:
Julien Viet

Constructor Summary
TelnetHandler()
           
 
Method Summary
 void connectionIdle(ConnectionEvent connectionEvent)
           
 void connectionLogoutRequest(ConnectionEvent connectionEvent)
           
 void connectionSentBreak(ConnectionEvent connectionEvent)
           
 void connectionTimedOut(ConnectionEvent connectionEvent)
           
static Shell createShell()
           
 void run(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(Connection conn)

connectionIdle

public void connectionIdle(ConnectionEvent connectionEvent)

connectionTimedOut

public void connectionTimedOut(ConnectionEvent connectionEvent)

connectionLogoutRequest

public void connectionLogoutRequest(ConnectionEvent connectionEvent)

connectionSentBreak

public void connectionSentBreak(ConnectionEvent connectionEvent)

createShell

public static Shell createShell()


Copyright © 2012 eXo Platform SAS. All Rights Reserved.