
public class OHttpSource extends OAbstractSource
| Modifier and Type | Field and Description |
|---|---|
protected HttpURLConnection |
conn |
protected ODocument |
headers |
protected String |
method |
protected BufferedReader |
reader |
protected String |
url |
context, ifExpression, logLevel, output, processor| Constructor and Description |
|---|
OHttpSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
begin() |
void |
configure(OETLProcessor iProcessor,
ODocument iConfiguration,
OCommandContext iContext)
Called by the @OETLProcessor
|
void |
end() |
ODocument |
getConfiguration() |
String |
getName()
Return the symbolic name of the component
|
String |
getUnit() |
Reader |
read() |
getCommonConfigurationParameters, getIfFilter, log, resolve, skip, stringArray2Json, toStringprotected BufferedReader reader
protected String url
protected String method
protected HttpURLConnection conn
protected ODocument headers
public ODocument getConfiguration()
getConfiguration in interface OETLComponentgetConfiguration in class OAbstractETLComponentpublic void configure(OETLProcessor iProcessor, ODocument iConfiguration, OCommandContext iContext)
OETLComponentconfigure in interface OETLComponentconfigure in class OAbstractETLComponentpublic String getUnit()
public String getName()
OETLComponentpublic void begin()
begin in interface OETLComponentbegin in class OAbstractETLComponentpublic void end()
end in interface OETLComponentend in class OAbstractETLComponentpublic Reader read()
Copyright © 2009–2025 OrientDB. All rights reserved.