| commit | 3bec195d080a32f8410816b605136da9fc9ff391 | [log] [tgz] |
|---|---|---|
| author | Joakim Erdfelt <joakim.erdfelt@gmail.com> | Thu Dec 17 11:42:27 2015 -0700 |
| committer | Joakim Erdfelt <joakim.erdfelt@gmail.com> | Thu Dec 17 11:42:27 2015 -0700 |
| tree | 4d5cc92d5ab9236ad54af52b274a2d5f6e9a71b1 | |
| parent | 7c5bec1b48db95854965c13c203a0e23373c88d6 [diff] |
484440 - Swap WebSocket PathMappings for new jetty-http PathMappings + Deprecated jetty-server ServletPathSpec and RegexPathSpec + Moved all other code to using new jetty-http versions
Jetty is a lightweight highly scalable java based web server and servlet engine. Our goal is to support web protocols like HTTP, HTTP/2 and WebSocket in a high volume low latency way that provides maximum performance while retaining the ease of use and compatibility with years of servlet development. Jetty is a modern fully async web server that has a long history as a component oriented technology easily embedded into applications while still offering a solid traditional distribution for webapp deployment.
Project documentation is located on our Eclipse website.
Expert advice and production support are available through http://webtide.com.