现在的位置: 首页 > 综合 > 正文

request中各个地址的区别

2013年08月20日 ⁄ 综合 ⁄ 共 441字 ⁄ 字号 评论关闭

request.getRequestURI():/wot-api/products/10001/devices
request.getRequestURL():http://localhost:8080/wot-api/products/10001/devices
request.getLocalAddr():127.0.0.1
request.getPathInfo():null
request.getPathTranslated():null
request.getRemoteAddr():127.0.0.1
request.getRemoteHost():127.0.0.1
request.getServerName():localhost
request.getServletPath():/products/10001/devices
request.getRequestDispatcher():org.eclipse.jetty.server.Dispatcher@9ddbde

抱歉!评论已关闭.