Uses of Class
net.wimpi.telnetd.net.Connection

Packages that use Connection
net.wimpi.telnetd.io   
net.wimpi.telnetd.net   
net.wimpi.telnetd.shell   
 

Uses of Connection in net.wimpi.telnetd.io
 

Methods in net.wimpi.telnetd.io with parameters of type Connection
 void TelnetIO.setConnection(Connection con)
           
 

Constructors in net.wimpi.telnetd.io with parameters of type Connection
TerminalIO(Connection con)
          Constructor of the TerminalIO class.
 

Uses of Connection in net.wimpi.telnetd.net
 

Methods in net.wimpi.telnetd.net that return Connection
 Connection ConnectionEvent.getConnection()
          Deprecated. for better naming, replaced by getSource
 Connection ConnectionManager.getConnection(int idx)
          Returns the Connection at the given index.
 Connection[] ConnectionManager.getConnectionsByAdddress(java.net.InetAddress addr)
          Get all Connection instances with the given InetAddress.
 Connection ConnectionEvent.getSource()
          Accessor method returning the source of the ConnectionEvent instance.
 

Methods in net.wimpi.telnetd.net with parameters of type Connection
 void ConnectionManager.registerClosedConnection(Connection con)
          Called by connections that got broken (i.e.
 

Constructors in net.wimpi.telnetd.net with parameters of type Connection
ConnectionEvent(Connection source, int typeid)
          Constructs a new instance of a ConnectionEvent with a given source (Connection) and a given type.
 

Uses of Connection in net.wimpi.telnetd.shell
 

Methods in net.wimpi.telnetd.shell with parameters of type Connection
 void Shell.run(Connection con)
          Method that runs the shell.
 void DummyShell.run(Connection con)
          Method that runs a shell
 



Copyright © 2010. All Rights Reserved.