net.sourceforge.plantuml.ftp
Class FtpServer

java.lang.Object
  extended by net.sourceforge.plantuml.ftp.FtpServer

public class FtpServer
extends Object


Constructor Summary
FtpServer(int listenPort)
           
 
Method Summary
 String getCharset()
           
 int getFreePort()
           
 FtpConnexion getFtpConnexion(String user)
           
 String getIpServer()
           
 void go()
           
static void main(String[] args)
           
 void processImage(FtpConnexion connexion, String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FtpServer

public FtpServer(int listenPort)
Method Detail

getFreePort

public int getFreePort()

go

public void go()
        throws IOException
Throws:
IOException

getIpServer

public String getIpServer()

getFtpConnexion

public FtpConnexion getFtpConnexion(String user)

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException

processImage

public void processImage(FtpConnexion connexion,
                         String name)

getCharset

public final String getCharset()


Copyright © 2012. All Rights Reserved.