Class RoutingHandler


  • public final class RoutingHandler
    extends java.lang.Object
    Basic authentication utility
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String SLASH
      SLASH
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static io.undertow.server.RoutingHandler addHandler​(IWebServerConfiguration webServerConfiguration, io.undertow.server.RoutingHandler routinrgHandler)
      Add handler
      • Methods inherited from class java.lang.Object

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

      • addHandler

        public static io.undertow.server.RoutingHandler addHandler​(IWebServerConfiguration webServerConfiguration,
                                                                   io.undertow.server.RoutingHandler routinrgHandler)
        Add handler
        Parameters:
        webServerConfiguration - the web server configuration
        routinrgHandler - the routing handler
        Returns:
        the handler