FTP-Server API

server.services
Class PortCalc

java.lang.Object
  |
  +--server.services.PortCalc

public class PortCalc
extends Object


Constructor Summary
PortCalc(Session ses, Command command)
           
 
Method Summary
 int calcPort()
           
 String getMessage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortCalc

public PortCalc(Session ses,
                Command command)
Method Detail

calcPort

public int calcPort()

getMessage

public String getMessage()

FTP-Server API