public class TraceApiCall extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TraceApiCall.Stat |
| Modifier and Type | Field and Description |
|---|---|
static IHttpClient |
dummyHttpClient |
| Constructor and Description |
|---|
TraceApiCall() |
| Modifier and Type | Method and Description |
|---|---|
static void |
apiInfo(String className,
String methodName,
String methodDesc,
Object _this,
Object[] arg) |
static void |
endApicall(Object stat,
Object returnValue,
Throwable thr) |
static void |
endCreateSpringRestTemplateRequest(Object _this,
Object oRtn) |
static void |
endSocket(Object stat,
Throwable thr) |
static void |
endWebClientApicall(Object exchangeFunction,
Object clientResponse) |
static Set<String> |
getAllExtendedOrImplementedTypesRecursively(Class clazz) |
static void |
initImmutableJavaHttpRequest(Object requestBuilder) |
static void |
open(File file) |
static void |
setCalleeToCtxInHttpClientResponse(Object _this,
Object res) |
static void |
setCalleeToCtxInSpringClientHttpResponse(Object _this,
Object res) |
static Object |
startApicall(String name,
long apiTxid) |
static Object |
startApicall(String className,
String methodName,
String methodDesc,
Object _this,
Object[] arg) |
static Object |
startSocket(Object socketOrSocketChannel,
SocketAddress addr) |
static void |
webClientInfo(Object bodyInserter,
Object clientHttpRequest) |
public static final IHttpClient dummyHttpClient
public static void apiInfo(String className, String methodName, String methodDesc, Object _this, Object[] arg)
public static Object startApicall(String className, String methodName, String methodDesc, Object _this, Object[] arg)
public static Object startSocket(Object socketOrSocketChannel, SocketAddress addr)
public static void open(File file)
public static void endCreateSpringRestTemplateRequest(Object _this, Object oRtn)
public static void endWebClientApicall(Object exchangeFunction, Object clientResponse)
public static void setCalleeToCtxInHttpClientResponse(Object _this, Object res)
public static void setCalleeToCtxInSpringClientHttpResponse(Object _this, Object res)
public static void initImmutableJavaHttpRequest(Object requestBuilder)
Copyright © 2021. All rights reserved.