Package | Description |
---|---|
com.tailf.ned |
Network Equipment Drivers package
|
Modifier and Type | Class and Description |
---|---|
class |
NedCliBase
This class is used for connections between the NCS and CLI based
NEDs.
|
class |
NedCliBaseTemplate
This class implements NED CLI template
|
class |
NedGenericBase
This interface must be adhered to by code that talks to
a generic device that is modeled in YANG.
|
Modifier and Type | Method and Description |
---|---|
NedConnectionBase |
NedMux.getConnection(int id) |
Modifier and Type | Method and Description |
---|---|
static 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.
|
Constructor and Description |
---|
SSHSession(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 arguments
|
SSHSession(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.
|