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
Exception
void startTransfer(DataSource source, BasicServerControlChannel localControlChannel, TransferContext context) throws Exception
Exception
void close() throws IOException
IOException
Copyright © 2016. All rights reserved.