private static void addCompression(ChannelHandlerContext ctx) { ctx.pipeline().addFirst(new JdkZlibEncoder(), new JdkZlibDecoder()); }