3132333435363738
} @Override public void initChannel(SocketChannel ch) throws Exception { ch.pipeline().addLast( new ByteLoggingHandler(LogLevel.INFO), new HexDumpProxyFrontendHandler(remoteHost, remotePort)); }