org.apache.nutch.protocol
Class ProtocolOutput
java.lang.Object
org.apache.nutch.protocol.ProtocolOutput
public class ProtocolOutput
- extends Object
Simple aggregate to pass from protocol plugins both content and
protocol status.
- Author:
- Andrzej Bialecki <ab@getopt.org>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProtocolOutput
public ProtocolOutput(Content content,
ProtocolStatus status)
ProtocolOutput
public ProtocolOutput(Content content)
getContent
public Content getContent()
setContent
public void setContent(Content content)
getStatus
public ProtocolStatus getStatus()
setStatus
public void setStatus(ProtocolStatus status)
Copyright © 2011 The Apache Software Foundation