|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.server.RequestTimer
public class RequestTimer
Times the handling of requests and stores the information as an attribute in the request. The timing info is later passed on to the client in the UIDL and the client provides JavaScript API for accessing this data from e.g. TestBench.
| Constructor Summary | |
|---|---|
RequestTimer()
|
|
| Method Summary | |
|---|---|
void |
start()
Starts the timing of a request. |
void |
stop(VaadinServiceSession context)
Stops the timing of a request. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RequestTimer()
| Method Detail |
|---|
public void start()
public void stop(VaadinServiceSession context)
context -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||