Manning Publications, 2015. — 296 p. — ISBN: 978-1617291470.
Netty is a Java-based networking framework that manages complex networking, multithreading, and concurrency for your applications. And Netty hides the boilerplate and low-level code, keeping your business logic separate and easier to reuse. With Netty, you get an easy-to-use API, leaving you free to focus on what’s unique to your application.
Netty in Action introduces the Netty framework and shows you how to incorporate it into your Java network applications. You will discover how to write highly scalable applications without getting into low-level APIs. The book teaches you to think in an asynchronous way as you work through its many hands-on examples and helps you master the best practices of building large-scale network apps.
What's inside:Netty from the ground up.
Asynchronous, event-driven programming.
Implementing services using different protocols.
Covers Netty 4.x.
This book assumes readers are comfortable with Java and basic network architecture.