Class HttpServletRequestAdapter
java.lang.Object
com.netcracker.profiler.agent.http.HttpServletRequestAdapter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSession(boolean createSession) voidsetAttribute(String name, Object value)
-
Constructor Details
-
HttpServletRequestAdapter
- Throws:
NoSuchMethodException
-
-
Method Details
-
getSession
public HttpSessionAdapter getSession(boolean createSession) throws InvocationTargetException, IllegalAccessException, NoSuchMethodException -
getRequestURL
-
getQueryString
-
getRequestedSessionId
-
getMethod
-
getHeader
-
getCookies
public CookieAdapter[] getCookies() throws InvocationTargetException, IllegalAccessException, NoSuchMethodException -
setAttribute
public void setAttribute(String name, Object value) throws InvocationTargetException, IllegalAccessException
-