Creating a new session
Top  Previous  Next

To begin a new telnet session create a new TelnetSession instance using one of the provided constructors.

Example


// create new TelnetSession instance
TelnetSession session = new TelnetSession("myhost.com"
);