br.shob.server
Class SignedConnection

java.lang.Object
  |
  +--br.shob.server.SignedConnection
All Implemented Interfaces:
Runnable

public class SignedConnection
extends Object
implements Runnable

Author:
crolmos, dukejeffrie
Created:
September 1, 2002

Constructor Summary
SignedConnection(Server server, Socket socket)
          Constructor for the SignedConnection object
 
Method Summary
 void run()
          Main processing method for the SignedConnection object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignedConnection

public SignedConnection(Server server,
                        Socket socket)
Constructor for the SignedConnection object

Parameters:
server - Description of the Parameter
socket - Description of the Parameter
Method Detail

run

public void run()
Main processing method for the SignedConnection object

Specified by:
run in interface Runnable