Book description
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.Table of contents
- Copyright
- Brief Table of Contents
- Table of Contents
- Foreword
- Preface
- Acknowledgments
- About this Book
- About the Cover Illustration
-
Part 1. Netty concepts and architecture
- Chapter 1. Netty—asynchronous and event-driven
- Chapter 2. Your first Netty application
- Chapter 3. Netty components and design
- Chapter 4. Transports
- Chapter 5. ByteBuf
- Chapter 6. ChannelHandler and ChannelPipeline
- Chapter 7. EventLoop and threading model
- Chapter 8. Bootstrapping
- Chapter 9. Unit testing
- Part 2. Codecs
- Part 3. Network protocols
- Part 4. Case studies
- Appendix. Introduction to Maven
- Index
- List of Figures
- List of Tables
- List of Listings
Product information
- Title: Netty in Action
- Author(s):
- Release date: December 2015
- Publisher(s): Manning Publications
- ISBN: 9781617291470
You might also like
book
Tidy First?
Messy code is a nuisance. "Tidying" code, to make it more readable, requires breaking it up …
book
Modern Software Engineering: Doing What Works to Build Better Software Faster
Improve Your Creativity, Effectiveness, and Ultimately, Your Code In Modern Software Engineering, continuous delivery pioneer David …
book
Effective Java, 3rd Edition
Since this Jolt-award winning classic was last updated in 2008, the Java programming environment has changed …
book
Mythical Man-Month, The: Essays on Software Engineering, Anniversary Edition, 2nd Edition
Few books on software project management have been as influential and timeless as The Mythical Man-Month. …