org.qi4j.library.http
Class Dispatchers

java.lang.Object
  extended by org.qi4j.library.http.Dispatchers
All Implemented Interfaces:
java.io.Serializable, java.lang.Iterable<Dispatchers.Dispatcher>

public class Dispatchers
extends java.lang.Object
implements java.lang.Iterable<Dispatchers.Dispatcher>, java.io.Serializable

See Also:
Serialized Form

Nested Class Summary
static class Dispatchers.Dispatcher
           
 
Method Summary
static Dispatchers dispatchers(Dispatchers.Dispatcher first, Dispatchers.Dispatcher... rest)
           
 java.util.Iterator<Dispatchers.Dispatcher> iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

iterator

public java.util.Iterator<Dispatchers.Dispatcher> iterator()
Specified by:
iterator in interface java.lang.Iterable<Dispatchers.Dispatcher>

dispatchers

public static Dispatchers dispatchers(Dispatchers.Dispatcher first,
                                      Dispatchers.Dispatcher... rest)