Uses of Class
org.mockftpserver.core.server.AbstractFtpServer

Packages that use AbstractFtpServer
org.mockftpserver.fake   
org.mockftpserver.stub   
 

Uses of AbstractFtpServer in org.mockftpserver.fake
 

Subclasses of AbstractFtpServer in org.mockftpserver.fake
 class FakeFtpServer
          FakeFtpServer is the top-level class for a "fake" implementation of an FTP Server, suitable for testing FTP client code or standing in for a live FTP server.
 

Uses of AbstractFtpServer in org.mockftpserver.stub
 

Subclasses of AbstractFtpServer in org.mockftpserver.stub
 class StubFtpServer
          StubFtpServer is the top-level class for a "stub" implementation of an FTP Server, suitable for testing FTP client code or standing in for a live FTP server.
 



Copyright © 2014. All rights reserved.