|
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 (probably not used; client-server mode needs a host) |
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 SampleSenderpublic void testEnded(String host)
SampleSender
testEnded in interface SampleSenderhost - the host that the test ended on.public void sampleOccurred(SampleEvent event)
SampleSender
sampleOccurred in interface SampleSenderevent - a Sample Event
|
Apache JMeter | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||