Class RequestUtils
- java.lang.Object
 - 
- com.inductiveautomation.ignition.gateway.dataroutes.RequestUtils
 
 
- 
public final class RequestUtils extends java.lang.Object 
- 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.net.URIgetRelativeRequestUri(javax.servlet.http.HttpServletRequest request)static java.net.URIgetRequestUri(javax.servlet.http.HttpServletRequest request) 
 - 
 
- 
- 
Method Detail
- 
getRequestUri
public static java.net.URI getRequestUri(javax.servlet.http.HttpServletRequest request)
- Returns:
 - the full URI for the given HTTP Request (example: http://example.com:8088/foo/bar?baz=abc)
 
 
- 
getRelativeRequestUri
public static java.net.URI getRelativeRequestUri(javax.servlet.http.HttpServletRequest request)
- Returns:
 - the relative URI for the given HTTP Request (example: /foo/bar?baz=abc)
 
 
 - 
 
 -