Class HelloWorldServCFnioBuffer

java.lang.Object
  extended by HelloWorldServCFnioBuffer

public class HelloWorldServCFnioBuffer
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
HelloWorldServCFnioBuffer()
           
 
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

HelloWorldServCFnioBuffer

public HelloWorldServCFnioBuffer()
Method Detail

main

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