| Package | Description |
|---|---|
| org.globus.ftp.dc |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDataChannel |
class |
GridFTPDataChannel |
class |
SimpleDataChannel
Data channel receives in the constructor a socket that should
be ready for communication, and starts a new thread that
will perform the transfer.
In previous version, the data channel would perform socket initialization (server.accept() etc.). |
| Modifier and Type | Method and Description |
|---|---|
DataChannel |
DataChannelFactory.getDataChannel(Session state,
SocketBox socketBox) |
DataChannel |
GridFTPDataChannelFactory.getDataChannel(Session session,
SocketBox socketBox) |
DataChannel |
SimpleDataChannelFactory.getDataChannel(Session state,
SocketBox socketBox) |
Copyright © 2013. All Rights Reserved.