Compoze Software, Inc.

com.compoze.util
Class TemporaryFileServer.ConnectionThread

java.lang.Object
  |
  +--com.compoze.util.TemporaryFileServer.ConnectionThread
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
TemporaryFileServer

public class TemporaryFileServer.ConnectionThread
extends java.lang.Object
implements java.lang.Runnable

This class implements a connection thread.


Constructor Summary
TemporaryFileServer.ConnectionThread(java.net.Socket s)
          Constructor.
 
Method Summary
 void run()
          The run method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemporaryFileServer.ConnectionThread

public TemporaryFileServer.ConnectionThread(java.net.Socket s)
Constructor.
Parameters:
s - the socket
Method Detail

run

public void run()
The run method.
Specified by:
run in interface java.lang.Runnable

Compoze Software, Inc.

Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.