Class ServerCoreDebugger
java.lang.Object
org.apache.olingo.server.core.debug.ServerCoreDebugger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateDebugResponse(ODataRequest request, ODataResponse response, Exception exception, UriInfo uriInfo, Map<String, String> serverEnvironmentVariables) booleanvoidresolveDebugMode(jakarta.servlet.http.HttpServletRequest request) voidsetDebugSupportProcessor(DebugSupport debugSupport) intstartRuntimeMeasurement(String className, String methodName) voidstopRuntimeMeasurement(int handle)
-
Constructor Details
-
ServerCoreDebugger
-
-
Method Details
-
resolveDebugMode
public void resolveDebugMode(jakarta.servlet.http.HttpServletRequest request) -
createDebugResponse
public ODataResponse createDebugResponse(ODataRequest request, ODataResponse response, Exception exception, UriInfo uriInfo, Map<String, String> serverEnvironmentVariables) -
startRuntimeMeasurement
-
stopRuntimeMeasurement
public void stopRuntimeMeasurement(int handle) -
setDebugSupportProcessor
-
isDebugMode
public boolean isDebugMode()
-