Uses of Class
Services.ResponseAnalyzer.ResponseUnstructured
Packages that use ResponseUnstructured
Package
Description
-
Uses of ResponseUnstructured in Services.CustomizeCorrelationView
Constructor parameters in Services.CustomizeCorrelationView with type arguments of type ResponseUnstructuredModifierConstructorDescriptionCorrelatorHelperService(List<ResponseUnstructured> list, DependencyGraph dependencyGraph, Har har, String e2eName, CorrelationFrame correlationFrame) -
Uses of ResponseUnstructured in Services.Dependencies
Methods in Services.Dependencies that return types with arguments of type ResponseUnstructuredModifier and TypeMethodDescriptionExtractDependencies.getResponseUnstructuredList()Returns the list of unstructured response objects parsed from the HAR.Method parameters in Services.Dependencies with type arguments of type ResponseUnstructuredModifier and TypeMethodDescriptionstatic voidBodyDependency.check_body_dependency(List<ResponseUnstructured> responseUnstructuredList, int req_index, DependencyGraph dependencyGraph, MyNode to, int first_index_response) Checks for dependencies in the body of a POST or PUT request.static voidCookieDependency.check_cookie_dependency(List<ResponseUnstructured> responseUnstructuredList, int req_index, DependencyGraph dependencyGraph, MyNode to, int first_index_response) Checks for cookie-based dependencies for a given request.static voidHeaderDependency.check_header_dependency(List<ResponseUnstructured> responseUnstructuredList, int req_index, DependencyGraph dependencyGraph, MyNode to, int first_index_response) Checks for header-based dependencies for a given request.static voidQueryParameterDependency.check_queryParams_dependency(List<ResponseUnstructured> responseUnstructuredList, int req_index, DependencyGraph dependencyGraph, MyNode to, int first_index_response) Checks for query parameter-based dependencies for a given request.static voidUrlDependency.check_url_dependencies(List<ResponseUnstructured> response, int req_index, DependencyGraph dependencyGraph, MyNode to, int first_index_response) Checks for URL-based dependencies for a given request. -
Uses of ResponseUnstructured in Services.ResponseAnalyzer
Methods in Services.ResponseAnalyzer that return ResponseUnstructuredModifier and TypeMethodDescriptionResponseAnalyzer.getUnstructuredResponse(String json_response) Converts a JSON response string into aResponseUnstructuredobject containingStructuredObjectandAtomicObjectinstances.Methods in Services.ResponseAnalyzer with parameters of type ResponseUnstructuredModifier and TypeMethodDescriptionvoidResponseAnalyzer.analyzeResponseHeader(Header[] headers, ResponseUnstructured responseUnstructured) Analyzes HTTP response headers and extracts atomic objects for headers such as "Set-Cookie".