echopoint.tucana
Class UploadReceiverService
java.lang.Object
echopoint.tucana.BaseUploadService
echopoint.tucana.UploadReceiverService
- All Implemented Interfaces:
- Service
public class UploadReceiverService
- extends BaseUploadService
Processes a file upload HTTP request from the client.
- Version:
- $Id: UploadReceiverService.java 106 2009-02-03 16:00:33Z sptrakesh $
- Author:
- Echo File Transfer Library
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
install
public static void install()
- Installs this service if not already installed.
getId
public String getId()
- See Also:
Service.getId()
getVersion
public int getVersion()
- See Also:
Service.getVersion()
service
public void service(Connection conn,
FileUploadSelector uploadSelect,
String uploadIndex)
throws IOException
- Description copied from class:
BaseUploadService
- Performs the actual service of the request.
- Specified by:
service in class BaseUploadService
- Parameters:
conn - The connection to the application.uploadSelect - The file upload selector instance.uploadIndex - The unique index of the current upload for the instance.
- Throws:
IOException - If errors are encountered.- See Also:
BaseUploadService.service(nextapp.echo.webcontainer.Connection ,
FileUploadSelector, String )