Class 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 Detail

      • RoutingServer

        public RoutingServer()
    • Method Detail

      • main

        public static void main​(String[] args)