public class UrlConnectionInput extends AbstractScheduledInput
Input.Listener| Constructor and Description |
|---|
UrlConnectionInput(ScheduledExecutorService executor,
URL url,
boolean probeCharset,
long period) |
UrlConnectionInput(ScheduledExecutorService executor,
URL url,
Charset charset,
long period) |
| Modifier and Type | Method and Description |
|---|---|
protected Data |
makeData() |
convert, process, start, stopaddInputListener, dispose, fireData, processFireData, removeInputListenerpublic UrlConnectionInput(ScheduledExecutorService executor, URL url, boolean probeCharset, long period)
public UrlConnectionInput(ScheduledExecutorService executor, URL url, Charset charset, long period)
protected Data makeData() throws Exception
makeData in class AbstractScheduledInputException