org.globus.ftp.dc
Class SimpleDataChannelFactory

java.lang.Object
  extended by org.globus.ftp.dc.SimpleDataChannelFactory
All Implemented Interfaces:
DataChannelFactory

public class SimpleDataChannelFactory
extends Object
implements DataChannelFactory


Constructor Summary
SimpleDataChannelFactory()
           
 
Method Summary
 DataChannel getDataChannel(Session state, SocketBox socketBox)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleDataChannelFactory

public SimpleDataChannelFactory()
Method Detail

getDataChannel

public DataChannel getDataChannel(Session state,
                                  SocketBox socketBox)
Specified by:
getDataChannel in interface DataChannelFactory