Package org.apache.nutch.protocol.ftp
Class PrintCommandListener
java.lang.Object
org.apache.nutch.protocol.ftp.PrintCommandListener
- All Implemented Interfaces:
EventListener,org.apache.commons.net.ProtocolCommandListener
public class PrintCommandListener
extends Object
implements org.apache.commons.net.ProtocolCommandListener
This is a support class for logging all ftp command/reply traffic.
- Author:
- John Xing
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprotocolCommandSent(org.apache.commons.net.ProtocolCommandEvent event) voidprotocolReplyReceived(org.apache.commons.net.ProtocolCommandEvent event)
-
Constructor Details
-
PrintCommandListener
public PrintCommandListener(org.slf4j.Logger logger)
-
-
Method Details
-
protocolCommandSent
public void protocolCommandSent(org.apache.commons.net.ProtocolCommandEvent event) - Specified by:
protocolCommandSentin interfaceorg.apache.commons.net.ProtocolCommandListener
-
protocolReplyReceived
public void protocolReplyReceived(org.apache.commons.net.ProtocolCommandEvent event) - Specified by:
protocolReplyReceivedin interfaceorg.apache.commons.net.ProtocolCommandListener
-