Class HelloWorldClient

java.lang.Object
  extended by HelloWorldClient

public class HelloWorldClient
extends java.lang.Object

Hello World Client. Generates clientside socket to host and port sends given message.

Author:
Heinz Kredel.

Field Summary
(package private) static java.lang.String host
           
(package private) static java.lang.String msg
           
(package private) static int port
           
 
Constructor Summary
HelloWorldClient()
           
 
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
 

Field Detail

port

static int port

host

static java.lang.String host

msg

static java.lang.String msg
Constructor Detail

HelloWorldClient

public HelloWorldClient()
Method Detail

main

public static void main(java.lang.String[] args)
Parameters:
args - hostname message