@Test
public void testSimpleResponse() throws Exception {
IDataHandler hdl = new IDataHandler() {
public boolean onData(INonBlockingConnection connection) throws IOException, BufferUnderflowException, ClosedChannelException, MaxReadSizeExceededException {
connection.readStringByDelimiter("\r\n\r\n");
connection.write("<html> <body>this is a plain body </body></html>");