net.dpml.http
Class Server

java.lang.Object
  extended by org.mortbay.component.AbstractLifeCycle
      extended by org.mortbay.jetty.handler.AbstractHandler
          extended by org.mortbay.jetty.handler.AbstractHandlerContainer
              extended by org.mortbay.jetty.handler.HandlerWrapper
                  extended by org.mortbay.jetty.Server
                      extended by net.dpml.http.Server
All Implemented Interfaces:
LifeCycle, Handler, HandlerContainer, Attributes

public class Server
extends Server

HTTP server implementation.

Version:
0.0.4
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.
 
Method Summary
 
Methods inherited from class org.mortbay.jetty.Server
addConnector, addHandler, addUserRealm, clearAttributes, doStart, doStop, getAttribute, getAttributeNames, getConnectors, getContainer, getHandlers, getSendServerVersion, getSessionIdManager, getStopAtShutdown, getThreadPool, getUserRealms, getVersion, 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.AbstractHandlerContainer
expandHandler, getChildHandlerByClass, getChildHandlers, getChildHandlersByClass
 
Methods inherited from class org.mortbay.jetty.handler.AbstractHandler
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