Overview of Undertow capabilities
mainUndertow is a high-performance Java web server built on non-blocking IO. It provides three primary components:
- Core HTTP Server: Supports both blocking and non-blocking IO.
- Servlet Implementation: Supports Servlet 4.0, 5.0, and 6.0 specifications.
- WebSocket Implementation: JSR-356/Jakarta 2.0 compliant.
For more information, visit the official website at http://undertow.io.