}
@Test
public void slowServerTestWithListener() throws IOException {
WebClient wc = new WebClient(5, 5);
WebResponse wr = wc.raw("GET", "http://localhost:" + port + "/slow", null, new SimpleWebClientListener() {
@Override
public void onException(Exception e, String error) {
super.onException(e, error);