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 Summary
Constructors Constructor Description RoutingServer()
-
-
-
Method Detail
-
main
public static void main(String[] args)
-
-