public class TimerBasedWebPoller extends WebPoller
| Modifier and Type | Class and Description |
|---|---|
static class |
TimerBasedWebPoller.Factory |
| Constructor and Description |
|---|
TimerBasedWebPoller(EventBus eventBus) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doStart()
Sub-classes should override this method to provide functionality.
|
protected void |
doStop()
Sub-classes should override this method to provide functionality.
|
addErrorHandler, addMessageHandler, addStartHandler, addStopHandler, deregister, doPoll, getErrorCountThreshold, getEventBus, getPollDuration, getRequestContext, getRequestFactory, inError, isActive, isInPoll, isLongPoll, newWebPoller, onEmptyPollResult, onError, onMessage, onStart, onStop, poll, pollReturned, register, setErrorCountThreshold, setLongPoll, setPollDuration, setRequestFactory, start, stopprotected void doStop()
WebPoller