All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class calypso.core.httpserver.HttpConnectionHandler

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----calypso.core.httpserver.HttpConnectionHandler

class HttpConnectionHandler
extends Thread
implements HttpServerConstants
HttpConnectionHandler class used for serving HTTP requests. Single instance of the class is used for serving one request at time. If the queue of pending requests if empty, the handler blocks until a new request arrives and handler is notified. If the queue remains unempty the handler continuously (serially) serves the connections one after another.

Version:
1.0
Author:
Olli-Pekka Auvinen / TCM laboratory / HUT
See Also:
HttpServer

This class is not public and therefore cannot be used outside this package.


All Packages  Class Hierarchy  This Package  Previous  Next  Index