public void onException(IOException ioe) throws IOException {
sendError(exchange, requestHeader, ioe, null);
}
};
httpClient.send(new HttpRequest(requestHeader), respHdl);
} catch (IOException ioe) {
sendError(exchange, requestHeader, ioe, null);
}
}
};