Uses of Class
net.wimpi.telnetd.net.ConnectionManager

Packages that use ConnectionManager
net.wimpi.telnetd.net   
 

Uses of ConnectionManager in net.wimpi.telnetd.net
 

Methods in net.wimpi.telnetd.net that return ConnectionManager
static ConnectionManager ConnectionManager.createConnectionManager(java.lang.String name, java.util.Properties settings)
          Factory method for the ConnectionManager.
A class operation that will return a new ConnectionManager instance.
 ConnectionManager PortListener.getConnectionManager()
          Returns reference to ConnectionManager instance associated with the PortListener.
 ConnectionManager ConnectionData.getManager()
          Returns a reference to the ConnectionManager the connection is associated with.
 

Methods in net.wimpi.telnetd.net with parameters of type ConnectionManager
 void PortListener.setConnectionManager(ConnectionManager connectionManager)
           
 

Constructors in net.wimpi.telnetd.net with parameters of type ConnectionManager
ConnectionData(java.net.Socket sock, ConnectionManager cm)
          Constructs a ConnectionData instance storing vital information about a connection.
 



Copyright © 2010. All Rights Reserved.