Class HelloWorldServCFnio

java.lang.Object
  extended by HelloWorldServCFnio

public class HelloWorldServCFnio
extends java.lang.Object

Hello World Server using ChannelFactory. Generates a "ChannelFactory" on a desired port and gets serverside sockets, displays the server status and a recieved message.

Author:
Heinz Kredel.

Field Summary
(package private) static int port
           
 
Constructor Summary
HelloWorldServCFnio()
           
 
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
Constructor Detail

HelloWorldServCFnio

public HelloWorldServCFnio()
Method Detail

main

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