j8583.example
Class Server
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
run
public void run()
- Specified by:
run
in interface Runnable
main
public static void main(String[] args)
throws Exception
- Throws:
Exception