| 115 | ==== (9/13) ==== |
| 116 | A second channel handler was added for inter-controller communication. This involves an addition of: |
| 117 | * a slightly modified !ChannelPipelineFactory for the new channel pipeline (the logical stack of handlers that a message received on the channel will be processed by) |
| 118 | * a new ChannelHandler for the socket, `UnitChannelHandler`, to the controller class |
| 119 | * a new server-side channel bootstrapping object for this port (6644, "controllerPort") to the controller class |
| 120 | |
| 121 | [http://www.znetdevelopment.com/blogs/2009/04/21/netty-using-handlers/ This] page was used as a reference. |