ActiveDataChannel (Java Globus API)

org.globus.io.ftp.internal
Class ActiveDataChannel

java.lang.Object
  |
  +--org.globus.io.ftp.internal.DataChannel
        |
        +--org.globus.io.ftp.internal.ActiveDataChannel
All Implemented Interfaces:
java.lang.Runnable

public class ActiveDataChannel
extends DataChannel


Field Summary
 
Fields inherited from class org.globus.io.ftp.internal.DataChannel
client
 
Constructor Summary
ActiveDataChannel(GridFTPClient client, java.net.ServerSocket serverSocket)
           
 
Method Summary
 java.net.Socket getSocket()
           
 void run()
           
 void stop()
           
 
Methods inherited from class org.globus.io.ftp.internal.DataChannel
authSocket, setClientSocket, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActiveDataChannel

public ActiveDataChannel(GridFTPClient client,
                         java.net.ServerSocket serverSocket)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
Specified by:
run in class DataChannel

getSocket

public java.net.Socket getSocket()
                          throws java.io.IOException
Overrides:
getSocket in class DataChannel
java.io.IOException

stop

public void stop()
Overrides:
stop in class DataChannel