SecureDataChannelFactory (Java Globus API)

org.globus.ftp.dc
Class SecureDataChannelFactory

java.lang.Object
  |
  +--org.globus.ftp.dc.SimpleDataChannelFactory
        |
        +--org.globus.ftp.dc.SecureDataChannelFactory
All Implemented Interfaces:
DataChannelFactory

public class SecureDataChannelFactory
extends SimpleDataChannelFactory


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

Constructor Detail

SecureDataChannelFactory

public SecureDataChannelFactory()
Method Detail

getDataChannel

public DataChannel getDataChannel(Session session,
                                  SocketBox socketBox)
Specified by:
getDataChannel in interface DataChannelFactory
Overrides:
getDataChannel in class SimpleDataChannelFactory