public class ServletUtils
extends java.lang.Object
| Constructor and Description |
|---|
ServletUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Request |
getInternalRequest(javax.servlet.http.HttpServletRequest servletRequest)
Returns internal Grizzly
Request associated with the passed
HttpServletRequest. |
static Response |
getInternalResponse(javax.servlet.http.HttpServletResponse servletResponse)
Returns internal Grizzly
Response associated with the passed
HttpServletResponse. |
public static Request getInternalRequest(javax.servlet.http.HttpServletRequest servletRequest)
Request associated with the passed
HttpServletRequest.Copyright © 2014 Oracle Corporation. All Rights Reserved.