org.globus.ftp.dc
Interface DataChannel
- All Known Implementing Classes:
- AbstractDataChannel, GridFTPDataChannel, SimpleDataChannel
public interface DataChannel
startTransfer
void startTransfer(DataSink sink,
BasicServerControlChannel localControlChannel,
TransferContext context)
throws Exception
- Throws:
Exception
startTransfer
void startTransfer(DataSource source,
BasicServerControlChannel localControlChannel,
TransferContext context)
throws Exception
- Throws:
Exception
close
void close()
throws IOException
- Throws:
IOException