commit | 02b4ac669634dd244a507df4d493f7e2625c2c06 | [log] [tgz] |
---|---|---|
author | Joakim Erdfelt <joakim.erdfelt@gmail.com> | Wed Nov 11 17:00:54 2015 -0700 |
committer | Joakim Erdfelt <joakim.erdfelt@gmail.com> | Wed Nov 11 17:00:54 2015 -0700 |
tree | 7f78f9ff377c6cff8163676be9964c01cde813a6 | |
parent | 13f2f1b64c0b1cfa4e6dd521c16e85607b757ab5 [diff] |
Reworking UpgradeRequest / UpgradeResponse APIs + They are now interfaces (it was impossible to instantiate them with the old API anyway) + The adapters have been broken out (so far, possibly remove in the future) + Reworked WebSocketUpgradeRequest (HttpClient version) to use new UpgradeRequest (websocket api version) interface + Reworked ServletUpgradeRequest and ServletUpgradeResponse to rely on actual HttpServletRequest and HttpServletResponse objects more for their data.
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.