Uses of Interface
org.globus.ftp.dc.DataChannel
-
Packages that use DataChannel Package Description org.globus.ftp.dc -
-
Uses of DataChannel in org.globus.ftp.dc
Classes in org.globus.ftp.dc that implement DataChannel Modifier and Type Class Description classAbstractDataChannelclassGridFTPDataChannelclassSimpleDataChannelData 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.).Methods in org.globus.ftp.dc that return DataChannel Modifier and Type Method Description DataChannelDataChannelFactory. getDataChannel(Session state, SocketBox socketBox)DataChannelGridFTPDataChannelFactory. getDataChannel(Session session, SocketBox socketBox)DataChannelSimpleDataChannelFactory. getDataChannel(Session state, SocketBox socketBox)
-