org.eclipse.jetty.embedded
Class ManyHandlers

java.lang.Object
  extended by org.eclipse.jetty.embedded.ManyHandlers

public class ManyHandlers
extends java.lang.Object

Frequently many handlers are combined together to handle different aspects of a request. A handler may:

Multiple handlers may be combined with:


Nested Class Summary
static class ManyHandlers.ParamHandler
           
 
Constructor Summary
ManyHandlers()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManyHandlers

public ManyHandlers()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 1995-2010 Mort Bay Consulting. All Rights Reserved.