public class TelnetHandler extends Object implements net.wimpi.telnetd.shell.Shell
Constructor and Description |
---|
TelnetHandler() |
Modifier and Type | Method and Description |
---|---|
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) |
public TelnetHandler()
public void run(net.wimpi.telnetd.net.Connection conn)
run
in interface net.wimpi.telnetd.shell.Shell
public void connectionIdle(net.wimpi.telnetd.net.ConnectionEvent connectionEvent)
connectionIdle
in interface net.wimpi.telnetd.net.ConnectionListener
public void connectionTimedOut(net.wimpi.telnetd.net.ConnectionEvent connectionEvent)
connectionTimedOut
in interface net.wimpi.telnetd.net.ConnectionListener
public void connectionLogoutRequest(net.wimpi.telnetd.net.ConnectionEvent connectionEvent)
connectionLogoutRequest
in interface net.wimpi.telnetd.net.ConnectionListener
public void connectionSentBreak(net.wimpi.telnetd.net.ConnectionEvent connectionEvent)
connectionSentBreak
in interface net.wimpi.telnetd.net.ConnectionListener
public static net.wimpi.telnetd.shell.Shell createShell()
Copyright © 2015 eXo Platform SAS. All Rights Reserved.