org.nees.data.strategies
Class GridFTPHandler

java.lang.Object
  extended byorg.nees.data.strategies.ProtocolHandler
      extended byorg.nees.data.strategies.BasicHandler
          extended byorg.nees.data.strategies.GridFTPHandler

public class GridFTPHandler
extends BasicHandler

An extension of the protocol handler specific to grid ftp.

Lifecycle

Server only

Usage

See Also:
ProtocolHandler, FileTransferStrategy

Constructor Summary
GridFTPHandler(FileTransferStrategy fts)
           
 
Methods inherited from class org.nees.data.strategies.BasicHandler
createDownloadURI, createUploadURI
 
Methods inherited from class org.nees.data.strategies.ProtocolHandler
getFileTransferStrategy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridFTPHandler

public GridFTPHandler(FileTransferStrategy fts)