Skip to Content.
Sympa Menu

notify-dpml - r1487 - trunk/main/planet/http/impl/src/main/net/dpml/http

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell at BerliOS <mcconnell AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r1487 - trunk/main/planet/http/impl/src/main/net/dpml/http
  • Date: Fri, 2 Jun 2006 09:50:28 +0200

Author: mcconnell
Date: 2006-06-02 09:50:16 +0200 (Fri, 02 Jun 2006)
New Revision: 1487

Modified:
trunk/main/planet/http/impl/src/main/net/dpml/http/Server.java
Log:
housekeeping


Modified: trunk/main/planet/http/impl/src/main/net/dpml/http/Server.java
===================================================================
--- trunk/main/planet/http/impl/src/main/net/dpml/http/Server.java
2006-06-02 07:25:42 UTC (rev 1486)
+++ trunk/main/planet/http/impl/src/main/net/dpml/http/Server.java
2006-06-02 07:50:16 UTC (rev 1487)
@@ -77,7 +77,10 @@
ThreadPool getThreadPool();

/**
- * Return the handler collection.
+ * Return the collection of handlers. For any given request all
handlers
+ * in the collection will be supplied with a request irrespective of
response
+ * status.
+ *
* @return the configured handler collection.
*/
HandlerCollection getHandlerCollection();
@@ -136,10 +139,11 @@

addConnectors( parts );
addUserRealms( parts );
-
HandlerCollection collection = parts.getHandlerCollection();
setHandler( collection );

+ // notify completion of server establishment
+
getLogger().debug( "server established" );
}





  • r1487 - trunk/main/planet/http/impl/src/main/net/dpml/http, mcconnell at BerliOS, 06/02/2006

Archive powered by MHonArc 2.6.24.

Top of Page