Oracle

com.compoze.util
Class TemporaryFileServer.ConnectionThread

java.lang.Object
  extended by 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

Oracle

Copyright ©1999-2008 Oracle All rights reserved.