Uses of Interface
com.tailf.ned.NedTracer
Packages that use NedTracer
-
Uses of NedTracer in com.tailf.ned
Classes in com.tailf.ned that implement NedTracerModifier and TypeClassDescriptionclass
The NedWorker is used by the NedMux for running a worker thread for executing NedConnection tasks.Fields in com.tailf.ned declared as NedTracerMethods in com.tailf.ned with parameters of type NedTracerModifier and TypeMethodDescriptionvoid
void
void
Enable tracervoid
void
Constructors in com.tailf.ned with parameters of type NedTracerModifierConstructorDescriptionSSHSession
(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.