net.sf.hermesftp.cmd
Interface ClientSocketModifier

All Known Implementing Classes:
FtpCmdAuth

public interface ClientSocketModifier

Implemented by FTP commands that are capable of modifying the client socket, such as the AUTH command.

Author:
Lars Behnke

Method Summary
 boolean socketModified()
          Indicates, whether the socket has already been modified.
 

Method Detail

socketModified

boolean socketModified()
Indicates, whether the socket has already been modified.

Returns:
True, if socket has been modified.


Copyright © 2005-2007 Lars Behnke. All Rights Reserved.