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 |
SimpleDataChannelFactory.getDataChannel(Session state,
SocketBox socketBox) |
DataChannel |
DataChannelFactory.getDataChannel(Session state,
SocketBox socketBox) |
DataChannel |
GridFTPDataChannelFactory.getDataChannel(Session session,
SocketBox socketBox) |
Copyright © 2016. All rights reserved.