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, stop
addInputListener, addTransformer, dispose, fireData, fireDisposed, processFireData, removeInputListener, removeTransformer, setTransformers, transform
public 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 AbstractScheduledInput
Exception
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.