|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jmeter.samplers.DataStrippingSampleSender
public class DataStrippingSampleSender
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.
Constructor Summary | |
---|---|
DataStrippingSampleSender()
Deprecated. only for use by test code |
Method Summary | |
---|---|
void |
sampleOccurred(SampleEvent event)
A sample occurred |
void |
testEnded()
The test ended |
void |
testEnded(String host)
The test ended |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@Deprecated public DataStrippingSampleSender()
Method Detail |
---|
public void testEnded()
SampleSender
testEnded
in interface SampleSender
public void testEnded(String host)
SampleSender
testEnded
in interface SampleSender
host
- the host that the test ended on.public void sampleOccurred(SampleEvent event)
SampleSender
sampleOccurred
in interface SampleSender
event
- a Sample Event
|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |