| Interface | Description |
|---|---|
| Request |
An abstract representation of a request.
|
| RequestContext |
The context passed to the factory when creating a request.
|
| RequestFactory |
The interface by which the poller created requests.
|
| WebPoller.Factory | |
| WebPollerListener |
| Class | Description |
|---|---|
| AbstractHttpRequestFactory |
An request factory that uses the standard GWT HTTP module.
|
| HttpRequestFactory |
A request factory that uses the standard GWT HTTP module.
|
| TimerBasedWebPoller |
A web-poller that used the standard Timer class to schedule requests.
|
| TimerBasedWebPoller.Factory | |
| WebPoller | |
| WebPollerListenerAdapter |
Adapter to make listener implementation easier.
|