Package org.globus.ftp.dc
Class SimpleDataChannelFactory
- java.lang.Object
-
- org.globus.ftp.dc.SimpleDataChannelFactory
-
- All Implemented Interfaces:
DataChannelFactory
public class SimpleDataChannelFactory extends Object implements DataChannelFactory
-
-
Constructor Summary
Constructors Constructor Description SimpleDataChannelFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataChannel
getDataChannel(Session state, SocketBox socketBox)
-
-
-
Method Detail
-
getDataChannel
public DataChannel getDataChannel(Session state, SocketBox socketBox)
- Specified by:
getDataChannel
in interfaceDataChannelFactory
-
-