Uses of Class
com.xceptance.xlt.api.engine.NetworkData
-
Packages that use NetworkData Package Description com.xceptance.xlt.api.actions Provides abstract super classes for different types of actions.com.xceptance.xlt.api.engine Provides core classes as well as classes to represent the different data measured during a test. -
-
Uses of NetworkData in com.xceptance.xlt.api.actions
Methods in com.xceptance.xlt.api.actions that return types with arguments of type NetworkData Modifier and Type Method Description protected java.util.List<NetworkData>AbstractHtmlPageAction. getNetworkDataSet()Returns the network data set. -
Uses of NetworkData in com.xceptance.xlt.api.engine
Methods in com.xceptance.xlt.api.engine that return types with arguments of type NetworkData Modifier and Type Method Description java.util.List<NetworkData>NetworkDataManager. getData()Returns the collected network data.java.util.List<NetworkData>NetworkDataManager. getData(RequestFilter filter)Returns the collected network data filtered by the given request filter.Methods in com.xceptance.xlt.api.engine with parameters of type NetworkData Modifier and Type Method Description voidNetworkDataManager. addData(NetworkData data)Adds the given network data.
-