This Repository contains the source-code for all chapters of the Netty in Action Book.
Enjoy and feedback / PR's welcome!
- JDK 1.7.0u71 or better
- Maven 3.2.3 or better
- If you're hitting a
NoSuchMethodError
when starting chapter 12's SPDY server, editpom.xml
and change the version ofnpn.boot.version
to one that matches your JDK's version in this table.