Class HttpClientExecuteRequestInstrumentation.Factory
- java.lang.Object
-
- com.contentsquare.gradle.error.analysis.network.instrumentation.network.hook.HttpClientExecuteRequestInstrumentation.Factory
-
- All Implemented Interfaces:
NetworkObjectInstrumentationFactory
- Enclosing class:
- HttpClientExecuteRequestInstrumentation
public static class HttpClientExecuteRequestInstrumentation.Factory extends java.lang.Object implements NetworkObjectInstrumentationFactory
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NetworkObjectInstrumentationnewObjectInstrumentation(java.lang.String className, java.lang.String methodName, java.lang.String methodDesc)
-
-
-
Method Detail
-
newObjectInstrumentation
public NetworkObjectInstrumentation newObjectInstrumentation(java.lang.String className, java.lang.String methodName, java.lang.String methodDesc)
- Specified by:
newObjectInstrumentationin interfaceNetworkObjectInstrumentationFactory
-
-