Class HttpServletLogUtils
java.lang.Object
com.netcracker.profiler.agent.http.HttpServletLogUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidafterRequest(ServletRequestAdapter request) static voiddumpNCUserInfo(String remoteAddr, CallInfo callInfo) static voiddumpRequest(ServletRequestAdapter request) static voiddumpSessionInfo(HttpServletRequestAdapter req, CallInfo callInfo) static voidfillNcUser(ServletRequestAdapter request)
-
Constructor Details
-
HttpServletLogUtils
public HttpServletLogUtils()
-
-
Method Details
-
fillNcUser
public static void fillNcUser(ServletRequestAdapter request) throws NoSuchMethodException, InvocationTargetException, IllegalAccessException -
dumpRequest
public static void dumpRequest(ServletRequestAdapter request) throws NoSuchMethodException, InvocationTargetException, IllegalAccessException -
dumpNCUserInfo
-
afterRequest
public static void afterRequest(ServletRequestAdapter request) throws InvocationTargetException, IllegalAccessException, NoSuchMethodException -
dumpSessionInfo
public static void dumpSessionInfo(HttpServletRequestAdapter req, CallInfo callInfo) throws IllegalAccessException, NoSuchMethodException, InvocationTargetException
-