/** * Contains code examples for chapter 1 of <i>Netty in Action</i> * * Listing 1.1: BlockingIoExample.java * Listing 1.2: ConnectHandler.java * Listing 1.3: ConnectExample.java * Listing 1.4: ConnectExample.java * * @author <a href="mailto:norman.maurer@googlemail.com">Norman Maurer</a> */ package com.manning.nettyinaction.chapter1;