java.lang.Object
ch.raffael.meldioc.library.http.server.undertow.routing.RoutingDefinition

public abstract class RoutingDefinition extends Object
Base class for routing definitions. The general pattern to use this is as follows:
 new RoutingDefinition() {{
   // routing DSL code goes here
 }}
 
You can of course use it however you want, the above is just the DSL-like approach.