Package org.apache.jmeter.samplers
Class DataStrippingSampleSender
java.lang.Object
org.apache.jmeter.samplers.AbstractSampleSender
org.apache.jmeter.samplers.DataStrippingSampleSender
- All Implemented Interfaces:
 Serializable,SampleSender
The standard remote sample reporting should be more friendly to the main purpose of
 remote testing - which is scalability.  To increase scalability, this class strips out the
 response data before sending.
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected ObjectProcessed by the RMI server code; acts as testStarted().voidsampleOccurred(SampleEvent event) A sample occurred.voidThe test ended.Methods inherited from class org.apache.jmeter.samplers.AbstractSampleSender
isClientConfigured, testEnded 
- 
Constructor Details
- 
DataStrippingSampleSender
Deprecated.only for use by test code 
 - 
 - 
Method Details
- 
testEnded
Description copied from interface:SampleSenderThe test ended. This will be called from the engine thread.- Specified by:
 testEndedin interfaceSampleSender- Parameters:
 host- the host that the test ended on.
 - 
sampleOccurred
Description copied from interface:SampleSenderA sample occurred. This method will be called from the sampler thread.- Specified by:
 sampleOccurredin interfaceSampleSender- Parameters:
 event- a Sample Event
 - 
readResolve
Processed by the RMI server code; acts as testStarted().- Returns:
 - this
 - Throws:
 ObjectStreamException- never
 
 -