netty-servlet-bridge
netty-servlet-bridge copied to clipboard
Servlet API bridge for Netty.IO Framework
Any chance netty-servlet-bridge could be added to maven central?
Bumps [netty-all](https://github.com/netty/netty) from 4.1.0.Beta3 to 4.1.42.Final. Commits - [`bd907c3`](https://github.com/netty/netty/commit/bd907c3b3acf3d746ad1143270224aa0f784cd1b) [maven-release-plugin] prepare release netty-4.1.42.Final - [`2791f0f`](https://github.com/netty/netty/commit/2791f0fefac82663ca09dc8aa5dda024152c92f8) Avoid use of global AtomicLong for ScheduledFutureTask ids ([#9599](https://github-redirect.dependabot.com/netty/netty/issues/9599)) - [`86ff76a`](https://github.com/netty/netty/commit/86ff76a4f77662fe1bf61deeec5f3e39e16d4020) Fix incorrect comment ([#9598](https://github-redirect.dependabot.com/netty/netty/issues/9598))...
Is this project governed by a license, e.g., [Apache v2](https://www.apache.org/licenses/LICENSE-2.0), [MIT](https://opensource.org/licenses/MIT), [GPL v3](https://www.gnu.org/licenses/gpl-3.0.en.html), etc.? If so, if it could be explicitly stated in a `LICENSE` file, or if not, then...
For Vaadin testing purposes I created a version that runs on Netty 5 (alpha): https://github.com/samie/netty-servlet-bridge - updated Vaadin example project - new bootstrap architecture - replace ServletBridgeChannelPipelineFactory with ServletHandler (in...
Hi bigpuritz ! The first , thanks for your public source code ,this very useful to my work . I've been used this source code to implement the Netty +...