| Package | Description | 
|---|---|
| com.tailf.ned | 
 Network Equipment Drivers package 
 | 
| Modifier and Type | Field and Description | 
|---|---|
NedMux | 
NedCliBaseTemplate.mux  | 
| Modifier and Type | Method and Description | 
|---|---|
NedGenericBase | 
NedGenericBase.initNoConnect(String deviceId,
             NedMux mux,
             NedWorker w)
Make a new instance of Ned object without establishing a connection
 towards the device. 
 | 
NedCliBase | 
NedCliBase.initNoConnect(String device_id,
             NedMux mux,
             NedWorker worker)
Make a new instance of Ned object without establishing a connection
 towards the device. 
 | 
abstract NedGenericBase | 
NedGenericBase.newConnection(String deviceId,
             InetAddress ip,
             int port,
             String luser,
             boolean trace,
             int connectTimeout,
             int readTimeout,
             int writeTimeout,
             NedMux mux,
             NedWorker worker)
Establish a new connection to a device and send response to
 NCS with information about the device using the method
 setConnectionData()
 A new instance representing the new connection should
 be returned. 
 | 
NedCliBase | 
NedCliBaseTemplate.newConnection(String device_id,
             InetAddress ip,
             int port,
             String proto,
             String ruser,
             String pass,
             String secpass,
             String publicKeyDir,
             boolean trace,
             int connectTimeout,
             int readTimeout,
             int writeTimeout,
             NedMux mux,
             NedWorker worker)  | 
abstract NedCliBase | 
NedCliBase.newConnection(String deviceId,
             InetAddress ip,
             int port,
             String proto,
             String ruser,
             String pass,
             String secpass,
             String publicKeyDir,
             boolean trace,
             int connectTimeout,
             int readTimeout,
             int writeTimeout,
             NedMux mux,
             NedWorker w)
Establish a new connection to a device and send response to
 NCS with information about the device. 
 | 
| Constructor and Description | 
|---|
NedCliBaseTemplate(String device_id,
                  InetAddress ip,
                  int port,
                  String proto,
                  String ruser,
                  String pass,
                  String secpass,
                  boolean trace,
                  int connectTimeout,
                  int readTimeout,
                  int writeTimeout,
                  NedMux mux,
                  NedWorker worker)  | 
NedWorker(int wid,
         NedMux mux,
         String host,
         int port,
         String id)  |