Class RoutingServer
java.lang.Object
io.undertow.examples.routingserver.RoutingServer
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 -
Method Summary
-
Constructor Details
-
RoutingServer
public RoutingServer()
-
-
Method Details
-
main
-