Uses of Class
com.xceptance.xlt.api.engine.NetworkData
Packages that use NetworkData
Package
Description
Provides abstract super classes for different types of actions.
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 NetworkDataModifier and TypeMethodDescriptionprotected 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 NetworkDataModifier and TypeMethodDescriptionNetworkDataManager.getData()Returns the collected network data.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 NetworkDataModifier and TypeMethodDescriptionvoidNetworkDataManager.addData(NetworkData data) Adds the given network data.