Has anyone made a Servlet API implementation built on top of Netty? I'm tempted to build my own as I can't google an implementation.
Basically I'm looking to support just enough to get jersey working (hopefully jersey is not doing any threadlocal stuff).