public class WebfluxHttpTrace extends Object implements IHttpTrace
| Constructor and Description |
|---|
WebfluxHttpTrace() |
| 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) |
public String getParameter(Object req, String key)
getParameter in interface IHttpTracepublic String getHeader(Object req, String key)
getHeader in interface IHttpTracepublic String getCookie(Object req, String key)
getCookie in interface IHttpTracepublic String getRequestURI(Object req)
getRequestURI in interface IHttpTracepublic String getRequestId(Object req)
getRequestId in interface IHttpTracepublic String getRemoteAddr(Object req)
getRemoteAddr in interface IHttpTracepublic String getMethod(Object req)
getMethod in interface IHttpTracepublic String getQueryString(Object req)
getQueryString in interface IHttpTracepublic Object getAttribute(Object req, String key)
getAttribute in interface IHttpTracepublic Enumeration getParameterNames(Object req)
getParameterNames in interface IHttpTracepublic Enumeration getHeaderNames(Object req)
getHeaderNames in interface IHttpTracepublic void start(TraceContext ctx, Object req, Object res)
start in interface IHttpTracepublic void end(TraceContext ctx, Object req, Object res)
end in interface IHttpTracepublic void rejectText(Object res, String text)
rejectText in interface IHttpTracepublic void rejectUrl(Object res, String url)
rejectUrl in interface IHttpTracepublic void addAsyncContextListener(Object ac)
addAsyncContextListener in interface IHttpTracepublic TraceContext getTraceContextFromAsyncContext(Object oAsyncContext)
getTraceContextFromAsyncContext in interface IHttpTracepublic void setDispatchTransferMap(Object oAsyncContext, long gxid, long caller, long callee, byte xType)
setDispatchTransferMap in interface IHttpTracepublic void setSelfDispatch(Object oAsyncContext, boolean self)
setSelfDispatch in interface IHttpTracepublic boolean isSelfDispatch(Object oAsyncContext)
isSelfDispatch in interface IHttpTraceCopyright © 2021. All rights reserved.