public interface IHttpTrace
| Modifier and Type | Method and Description |
|---|---|
void |
addAsyncContextListener(Object ac) |
void |
end(TraceContext ctx,
Object req,
Object res) |
Object |
getAttribute(Object req,
String key) |
String |
getCookie(Object req,
String key) |
String |
getHeader(Object req,
String key) |
Enumeration |
getHeaderNames(Object req) |
String |
getMethod(Object req) |
String |
getParameter(Object req,
String key) |
Enumeration |
getParameterNames(Object req) |
String |
getQueryString(Object req) |
String |
getRemoteAddr(Object req) |
String |
getRequestId(Object req) |
String |
getRequestURI(Object req) |
TraceContext |
getTraceContextFromAsyncContext(Object oAsyncContext) |
boolean |
isSelfDispatch(Object oAsyncContext) |
void |
rejectText(Object res,
String text) |
void |
rejectUrl(Object res,
String url) |
void |
setDispatchTransferMap(Object oAsyncContext,
long gxid,
long caller,
long callee,
byte xType) |
void |
setSelfDispatch(Object oAsyncContext,
boolean self) |
void |
start(TraceContext ctx,
Object req,
Object res) |
void start(TraceContext ctx, Object req, Object res)
void end(TraceContext ctx, Object req, Object res)
Enumeration getParameterNames(Object req)
Enumeration getHeaderNames(Object req)
void addAsyncContextListener(Object ac)
TraceContext getTraceContextFromAsyncContext(Object oAsyncContext)
void setDispatchTransferMap(Object oAsyncContext, long gxid, long caller, long callee, byte xType)
void setSelfDispatch(Object oAsyncContext, boolean self)
boolean isSelfDispatch(Object oAsyncContext)
Copyright © 2021. All rights reserved.