org.eclipse.jetty.embedded
Class ManyHandlers

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

public class ManyHandlers
extends 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(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(String[] args)
                 throws Exception
Throws:
Exception


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