public class JAResponseCounter3 extends RP
| Modifier and Type | Field and Description |
|---|---|
int |
sent
The number of requests sent.
|
| Constructor and Description |
|---|
JAResponseCounter3(ArrayList<JAResponseCounter3> pool) |
| Modifier and Type | Method and Description |
|---|---|
void |
finished()
Signals that all requests have been sent.
|
void |
processResponse(Object response)
Receives and processes a response.
|
void |
setup(RP xrp)
Initialize.
|
public JAResponseCounter3(ArrayList<JAResponseCounter3> pool)
public void setup(RP xrp)
xrp - The external RPpublic void finished()
throws Exception
Exception - Any excpetions raised while processing the external response.public void processResponse(Object response) throws Exception
processResponse in class RPresponse - The response.Exception - Any uncaught exceptions raised when processing the response.Copyright © 2012. All Rights Reserved.