Uses of Class
com.tailf.ned.NedCliBase
Packages that use NedCliBase
-
Uses of NedCliBase in com.tailf.ned
Subclasses of NedCliBase in com.tailf.nedMethods in com.tailf.ned that return NedCliBaseModifier and TypeMethodDescriptionNedCliBase.initNoConnect
(String device_id, NedMux mux, NedWorker worker) Make a new instance of Ned object without establishing a connection towards the device.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.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)