|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.nutch.protocol.ftp.Ftp
Ftp.java deals with ftp: scheme. Configurable parameters are defined under "FTP properties" section in ./conf/nutch-default.xml or similar.
Field Summary | |
static org.apache.commons.logging.Log |
LOG
|
Fields inherited from interface org.apache.nutch.protocol.Protocol |
X_POINT_ID |
Constructor Summary | |
Ftp()
|
Method Summary | |
protected void |
finalize()
|
Configuration |
getConf()
|
ProtocolOutput |
getProtocolOutput(UTF8 url,
CrawlDatum datum)
Returns the Content for a fetchlist entry. |
static void |
main(String[] args)
For debugging. |
void |
setConf(Configuration conf)
|
void |
setFollowTalk(boolean followTalk)
Set followTalk |
void |
setKeepConnection(boolean keepConnection)
Set keepConnection |
void |
setMaxContentLength(int length)
Set the point at which content is truncated. |
void |
setTimeout(int to)
Set the timeout. |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final org.apache.commons.logging.Log LOG
Constructor Detail |
public Ftp()
Method Detail |
public void setTimeout(int to)
public void setMaxContentLength(int length)
public void setFollowTalk(boolean followTalk)
public void setKeepConnection(boolean keepConnection)
public ProtocolOutput getProtocolOutput(UTF8 url, CrawlDatum datum)
Protocol
Content
for a fetchlist entry.
getProtocolOutput
in interface Protocol
protected void finalize()
public static void main(String[] args) throws Exception
Exception
public void setConf(Configuration conf)
setConf
in interface Configurable
public Configuration getConf()
getConf
in interface Configurable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |