113114115116117118119120121122123
} catch (InterruptedException ex) { ex.printStackTrace(System.err); } // Returning will enter the suspended request asyncContext.resume(Response.ok().entity(responseContent).build()); } }); return null; }
123124125126127128129130131132133