net.dpml.http
Class Server

java.lang.Object
  extended byorg.mortbay.component.AbstractLifeCycle
      extended byorg.mortbay.jetty.handler.AbstractHandler
          extended byorg.mortbay.jetty.handler.HandlerWrapper
              extended byorg.mortbay.jetty.Server
                  extended bynet.dpml.http.Server
All Implemented Interfaces:
Attributes, Handler, LifeCycle

public class Server
extends Server

HTTP server implementation.

Version:
0.0.0
Author:
Digital Product Meta Library

Nested Class Summary
static interface Server.Context
          Component context through which the server configuration uri may be declared.
static interface Server.Parts
          Internal parts managemwent interface.
 
Field Summary
 
Fields inherited from class org.mortbay.jetty.handler.AbstractHandler
_string
 
Fields inherited from interface org.mortbay.jetty.Handler
ALL, DEFAULT, ERROR, FORWARD, INCLUDE, REQUEST
 
Constructor Summary
Server(Logger logger, Server.Context context, Server.Parts parts)
          Creation of a new HTTP server implementation.
 
Methods inherited from class org.mortbay.jetty.Server
addConnector, addHandler, addUserRealm, clearAttributes, doStart, doStop, getAttribute, getAttributeNames, getConnectors, getContainer, getHandlers, getSendServerVersion, getSessionIdManager, getStopAtShutdown, getThreadPool, getUserRealms, handle, join, removeAttribute, removeConnector, removeHandler, removeUserRealm, setAttribute, setConnectors, setHandlers, setSendServerVersion, setSessionIdManager, setStopAtShutdown, setThreadPool, setUserRealms
 
Methods inherited from class org.mortbay.jetty.handler.HandlerWrapper
expandChildren, getHandler, handle, setHandler, setServer
 
Methods inherited from class org.mortbay.jetty.handler.AbstractHandler
expandHandler, getChildHandlerByClass, getChildHandlers, getChildHandlersByClass, getServer, toString
 
Methods inherited from class org.mortbay.component.AbstractLifeCycle
isFailed, isRunning, isStarted, isStarting, isStopping, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.mortbay.component.LifeCycle
isFailed, isRunning, isStarted, isStarting, isStopping, start, stop
 

Constructor Detail

Server

public Server(Logger logger,
              Server.Context context,
              Server.Parts parts)
       throws Exception
Creation of a new HTTP server implementation.

Parameters:
logger - the assigned logging channel
context - the assigned deployment context
parts - the parts manager
Throws:
Exception - if an instantiation error occurs