Uses of Class
gnu.inet.ftp.PassiveParameters

Packages that use PassiveParameters
gnu.inet.ftp   
 

Uses of PassiveParameters in gnu.inet.ftp
 

Methods in gnu.inet.ftp that return PassiveParameters
 PassiveParameters FtpClientProtocol.pasv()
          prepare for server-to-server transfer (passive mode)
 PassiveParameters PassiveConnection.getPassiveParameters()
          get the passive parameters
 

Methods in gnu.inet.ftp with parameters of type PassiveParameters
 boolean PassiveParameters.equals(PassiveParameters other)
          compare another PassiveParameters instance to this one.
 

Constructors in gnu.inet.ftp with parameters of type PassiveParameters
PassiveConnection(PassiveParameters parameters)
          create a new instance of PassiveParameters