org.openmobileis.embedded.webserver
Class ServerThread

java.lang.Object
  extended byorg.openmobileis.embedded.webserver.ServerThread
All Implemented Interfaces:
java.lang.Runnable

public class ServerThread
extends java.lang.Object
implements java.lang.Runnable

Title: OpenMobileIS project source
Description: Runnable that handle connexion process in a thread.

Since:
JDK 1.1
Version:
1.0.
Author:
Philippe Delrieu

Constructor Summary
ServerThread()
           
 
Method Summary
 WebServerConnection getConnexion()
           
 void init(WebServer webserver, java.net.Socket socket, ServerThreadPool pool)
           
 void notifyStop()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerThread

public ServerThread()
Method Detail

run

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

init

public void init(WebServer webserver,
                 java.net.Socket socket,
                 ServerThreadPool pool)

getConnexion

public WebServerConnection getConnexion()

notifyStop

public void notifyStop()


Copyright 2006 OpenMobileIS. All Rights Reserved.