pipeline.addLast("logging", new LoggingFilter(_controller.getLog(), "controller"));
_controller.getLog().info("Logging ON");
}
// if we found our partner close all other open connections
pipeline.addLast("removeConnected", new ChannelGroupFilter(new Condition()
{
public boolean isOk(ChannelHandlerContext ctx, ChannelEvent e)
{
boolean result = false;
if (e instanceof MessageEvent)