org.mule.transport.ftp.server
Class Server
java.lang.Object
org.mule.transport.ftp.server.Server
public class Server
- extends Object
An initial wrapper for the Apache ftpServer. This will progress into a provider of its own,
but for now is necessary to avoid duplicating code in FTP tests using FTPClient.
Constructor Summary |
Server(int port)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Server
public Server(int port)
throws Exception
- Throws:
Exception
awaitStart
public void awaitStart(long ms)
throws InterruptedException
- Throws:
InterruptedException
awaitUpload
public NamedPayload awaitUpload(long ms)
throws InterruptedException
- Throws:
InterruptedException
stop
public void stop()
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.