
public class OETLHttpSource extends OETLAbstractSource
| Modifier and Type | Field and Description |
|---|---|
protected HttpURLConnection |
conn |
protected ODocument |
headers |
protected String |
method |
protected BufferedReader |
reader |
protected String |
url |
configuration, context, ifExpression, output, processor| Constructor and Description |
|---|
OETLHttpSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
begin(ODatabaseDocument db) |
void |
configure(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, log, resolve, setProcessor, skip, stringArray2Json, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitsetProcessorprotected BufferedReader reader
protected String url
protected String method
protected HttpURLConnection conn
protected ODocument headers
public ODocument getConfiguration()
getConfiguration in interface OETLComponentgetConfiguration in class OETLAbstractComponentpublic void configure(ODocument iConfiguration, OCommandContext iContext)
OETLComponentconfigure in interface OETLComponentconfigure in class OETLAbstractComponentpublic String getUnit()
public String getName()
OETLComponentpublic void begin(ODatabaseDocument db)
begin in interface OETLComponentbegin in class OETLAbstractComponentpublic void end()
end in interface OETLComponentend in class OETLAbstractComponentpublic Reader read()
Copyright © 2009–2025 OrientDB. All rights reserved.