码迷,mamicode.com
首页 > 其他好文 > 详细

Struts2中的开启AsyncContext的方法

时间:2018-07-19 14:52:03      阅读:246      评论:0      收藏:0      [点我收藏+]

标签:context   pre   lin   tac   contex   star   async   attribute   code   

//获取到request
HttpServletRequest req = ServletActionContext.getRequest();

//设置属性
org.apache.catalina.ASYNC_SUPPORTED为true
req.setAttribute("org.apache.catalina.ASYNC_SUPPORTED", true); 

AsyncContext async = req.startAsync(getRequest(), getResponse());

 

Struts2中的开启AsyncContext的方法

标签:context   pre   lin   tac   contex   star   async   attribute   code   

原文地址:https://www.cnblogs.com/Mustr/p/9335482.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!