AsyncContext异步,是通过request.startAsync(request,response)创建一个异步的上下文,再用这个异步上下文作为多线程 的实参传入到多线程中,
通过它的.getRequest()取得对象。