public class TimerBasedWebPoller extends WebPoller
| Modifier and Type | Class and Description |
|---|---|
static class |
TimerBasedWebPoller.Factory |
| Constructor and Description |
|---|
TimerBasedWebPoller(EventBus eventBus,
RequestFactory requestFactory) |
| 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, start, stoppublic TimerBasedWebPoller(@Nonnull
EventBus eventBus,
@Nonnull
RequestFactory requestFactory)
protected void doStop()
WebPoller