Class RoutingDefinitions


  • public class RoutingDefinitions
    extends java.lang.Object
    Utilities for dealing with RoutingDefinition instances.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <C> io.undertow.server.HttpHandler buildHandlerTree​(RoutingDefinition<? super C> routingDefinition, java.util.function.Function<? super io.undertow.server.HttpServerExchange,​? extends C> contextFactory)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RoutingDefinitions

        public RoutingDefinitions()
    • Method Detail

      • buildHandlerTree

        public static <C> io.undertow.server.HttpHandler buildHandlerTree​(RoutingDefinition<? super C> routingDefinition,
                                                                          java.util.function.Function<? super io.undertow.server.HttpServerExchange,​? extends C> contextFactory)