thor.app
Class telnet

java.lang.Object
  |
  +--thor.app.telnet

public class telnet
extends java.lang.Object

telnet is the simplest telnet you can write. It is intended to show how to use the library for connecting to another host. It will expose your password though.

  use:
    java thor.app.telnet myhost [myport]
  
-- Daniel Kristjansson May 27, 2000 The LGPL applies to this software.
Unless otherwise stated the software is Copyright 1996,2000 Daniel Kristjansson


Constructor Summary
telnet()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

telnet

public telnet()
Method Detail

main

public static void main(java.lang.String[] args)