org.mortbay.ftp

Class DataPort


public class DataPort
extends Thread

Method Summary

void
close()
Close this DataPort and cancel any transfer notification
String
getFtpPortCommand()
int
getListenPort()
void
handle()
static void
main(String[] args)
void
run()

Method Details

close

public final void close()
Close this DataPort and cancel any transfer notification

getFtpPortCommand

public String getFtpPortCommand()

getListenPort

public int getListenPort()

handle

public void handle()
            throws IOException

main

public static void main(String[] args)

run

public final void run()

Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.