j8583.example
Class Server

java.lang.Object
  extended by j8583.example.Server
All Implemented Interfaces:
Runnable

public class Server
extends Object
implements Runnable

Example of a small server app that listens on a port, receives connections and reads messages and responds back.

Author:
Enrique Zamudio

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

Method Detail

run

public void run()
Specified by:
run in interface Runnable

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception