Class RoutingServer

java.lang.Object
io.undertow.examples.routingserver.RoutingServer

public class RoutingServer extends Object
An example of how to use the RoutingHandler to dispatch to different handlers based on the request method (GET, POST, etc.). Demonstrates: - GET /greet - POST /greet - Fallback 404 handler Author: anamitraupadhyay
  • Constructor Details

    • RoutingServer

      public RoutingServer()
  • Method Details

    • main

      public static void main(String[] args)