org.apache.ftpserver.command
Class ABOR

java.lang.Object
  extended by org.apache.ftpserver.command.AbstractCommand
      extended by org.apache.ftpserver.command.ABOR
All Implemented Interfaces:
Command

public class ABOR
extends AbstractCommand

ABOR <CRLF>
This command tells the server to abort the previous FTP service command and any associated transfer of data. No action is to be taken if the previous command has been completed (including data transfer). The control connection is not to be closed by the server, but the data connection must be closed. Current implementation does not do anything. As here data transfers are not multi-threaded.


Constructor Summary
ABOR()
           
 
Method Summary
 void execute(FtpIoSession session, FtpServerContext context, FtpRequest request)
          Execute command
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ABOR

public ABOR()
Method Detail

execute

public void execute(FtpIoSession session,
                    FtpServerContext context,
                    FtpRequest request)
             throws java.io.IOException
Execute command

Parameters:
session - TODO
context - TODO
Throws:
java.io.IOException


Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.