public interface IPollHandler
Modifier and Type | Interface and Description |
---|---|
static class |
IPollHandler.PollResult |
Modifier and Type | Method and Description |
---|---|
IPollHandler.PollResult |
handlePoll(IPollDetails result,
String url) |
IPollHandler.PollResult handlePoll(IPollDetails result, String url)
result
- the polling details (rc, stream, content type) to be evaluatedurl
- the url that the result was extracted from, may be nullCopyright © 2018. All rights reserved.