Uses of Class
com.tailf.ned.NedConnectionBase
Packages that use NedConnectionBase
-
Uses of NedConnectionBase in com.tailf.ned
Subclasses of NedConnectionBase in com.tailf.nedModifier and TypeClassDescriptionclass
This class is used for connections between the NCS and CLI based NEDs.class
This class implements NED CLI templateclass
This interface must be adhered to by code that talks to a generic device that is modeled in YANG.Methods in com.tailf.ned that return NedConnectionBaseMethods in com.tailf.ned with parameters of type NedConnectionBaseModifier and TypeMethodDescriptionstatic SSHClient
SSHClient.createClient
(NedWorker worker, NedConnectionBase ned) SSHClient default factory method.void
NedMux.register
(NedConnectionBase userMod) Register a new NedConnection with the mux.boolean
NedMux.reRegister
(NedConnectionBase userMod) The reRegister method will, NCS unknowingly, exchange the ned implementation on the fly.Constructors in com.tailf.ned with parameters of type NedConnectionBaseModifierConstructorDescriptionSSHSession
(ch.ethz.ssh2.Connection con, int readTimeout, NedTracer tracer, NedConnectionBase conn) Deprecated.SSHSession
(ch.ethz.ssh2.Connection con, int readTimeout, NedTracer tracer, NedConnectionBase conn, int width, int height) Deprecated.SSHSession
(ch.ethz.ssh2.Connection con, NedTracer tracer, NedConnectionBase conn) Deprecated.SSHSession
(SSHConnection con, int readTimeout, NedTracer tracer, NedConnectionBase conn) Constructor with an extra argument for a readTimeout timer.SSHSession
(SSHConnection con, int readTimeout, NedTracer tracer, NedConnectionBase conn, int width, int height) Constructor with extra terminal width and height argumentsSSHSession
(SSHConnection con, NedTracer tracer, NedConnectionBase conn) Constructor for SSH session object.TelnetSession
(NedWorker worker, int readTimeout, NedTracer tracer, NedConnectionBase conn) Constructor with an extra argument for a readTimeout timer.TelnetSession
(NedWorker worker, NedTracer tracer, NedConnectionBase conn) Constructor for Telnet session object.TelnetSession
(NedWorker worker, String username, int readTimeout, NedTracer tracer, NedConnectionBase conn) Constructor with extra user name argument.TelnetSession
(String host, int port, int readTimeout, NedTracer tracer, NedConnectionBase conn) Deprecated.TelnetSession
(String host, int port, NedTracer tracer, NedConnectionBase conn) Deprecated.TelnetSession
(String host, int port, String username, int readTimeout, NedTracer tracer, NedConnectionBase conn) Deprecated.