public interface DataChannel
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
startTransfer(DataSink sink,
BasicServerControlChannel localControlChannel,
TransferContext context) |
void |
startTransfer(DataSource source,
BasicServerControlChannel localControlChannel,
TransferContext context) |
void startTransfer(DataSink sink, BasicServerControlChannel localControlChannel, TransferContext context) throws Exception
Exceptionvoid startTransfer(DataSource source, BasicServerControlChannel localControlChannel, TransferContext context) throws Exception
Exceptionvoid close()
throws IOException
IOExceptionCopyright © 2016. All rights reserved.