Uses of Class
to.etc.telnet.TelnetSession

Packages that use TelnetSession
to.etc.telnet   
 

Uses of TelnetSession in to.etc.telnet
 

Methods in to.etc.telnet that return TelnetSession
 TelnetSession TelnetWriter.getSession()
           
 TelnetSession TelnetPrintWriter.getSession()
           
 

Methods in to.etc.telnet with parameters of type TelnetSession
protected  void TelnetServer.sessionClosed(TelnetSession ts)
          Called to remove a session that was closed (due to error or normal circumstances) from this server's tables.
 void ITelnetClientEvent.sessionClosed(TelnetSession ts)
           
 

Constructors in to.etc.telnet with parameters of type TelnetSession
TelnetWriter(TelnetSession tc)