Uses of Interface
com.xceptance.xlt.api.util.ResponseProcessor
-
Packages that use ResponseProcessor Package Description com.xceptance.xlt.api.actions Provides abstract super classes for different types of actions.com.xceptance.xlt.api.util Provides various utility classes to make writing test cases easier. -
-
Uses of ResponseProcessor in com.xceptance.xlt.api.actions
Methods in com.xceptance.xlt.api.actions with parameters of type ResponseProcessor Modifier and Type Method Description voidAbstractWebAction. addResponseProcessor(ResponseProcessor processor)Registers the given response processor. -
Uses of ResponseProcessor in com.xceptance.xlt.api.util
Classes in com.xceptance.xlt.api.util that implement ResponseProcessor Modifier and Type Class Description classAbstractResponseProcessorAn abstract super class forResponseProcessorimplementations.classResponseContentProcessorAResponseProcessorimplementation, which modifies the body of a web response based on regular expressions.
-