如何在cxf rest中获取http header信息
展开全部
两种方式:
1)使用@HeaderParam
BaseRespObj postHello(@HeaderParam("User-Agent")final String userAgent, @FormParam("id")final int id);
2)使用@Context
public class HelloServiceImpl implements IHelloService {
@Context
protected HttpServletRequest req;
public Hello getHello(int id) {
System.out.println(req.getHeader("User-Agent"));
}
}
第二种方式不需要在每个接口中都把header作为参数传入,使接口更为简洁。可封装BaseRest统一处理header即可。
1)使用@HeaderParam
BaseRespObj postHello(@HeaderParam("User-Agent")final String userAgent, @FormParam("id")final int id);
2)使用@Context
public class HelloServiceImpl implements IHelloService {
@Context
protected HttpServletRequest req;
public Hello getHello(int id) {
System.out.println(req.getHeader("User-Agent"));
}
}
第二种方式不需要在每个接口中都把header作为参数传入,使接口更为简洁。可封装BaseRest统一处理header即可。
Storm代理
2023-08-29 广告
2023-08-29 广告
"StormProxies是全球大数据IP资源服务商,其住宅代理网络由真实的家庭住宅IP组成,可为企业或个人提供满足各种场景的代理产品。点击免费测试(注册即送1G流量)StormProxies有哪些优势?1、IP+端口提取形式,不限带宽,I...
点击进入详情页
本回答由Storm代理提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询