j8583.example
Class Client

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

public class Client
extends Object
implements Runnable

Implements a very simple TCP client application that connects to a server and sends some requests, displaying the response codes and confirmations.

Author:
Enrique Zamudio

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

Constructor Detail

Client

public Client(Socket socket)
Method Detail

run

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

stop

protected void stop()

main

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