@Test
public void testMultithreaded() throws Exception {
IDataHandler dh = new IDataHandler() {
public boolean onData(INonBlockingConnection connection) throws IOException, BufferUnderflowException, ClosedChannelException, MaxReadSizeExceededException {
connection.readStringByDelimiter("\r\n\r\n");
connection.write("HTTP/1.1 200 OK\r\n" +
"Content-Length: 5\r\n" +