Package | Description |
---|---|
org.globus.ftp.dc |
Modifier and Type | Class | 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 | Description |
---|---|---|
DataChannel |
DataChannelFactory.getDataChannel(Session state,
SocketBox socketBox) |
|
DataChannel |
GridFTPDataChannelFactory.getDataChannel(Session session,
SocketBox socketBox) |
|
DataChannel |
SimpleDataChannelFactory.getDataChannel(Session state,
SocketBox socketBox) |
Copyright © 2018. All rights reserved.