Uses of Interface
org.apache.ftpserver.impl.FtpHandler

Packages that use FtpHandler
org.apache.ftpserver.impl Internal classes, do not use directly! 
org.apache.ftpserver.listener.nio Internal classes, do not use directly! 
 

Uses of FtpHandler in org.apache.ftpserver.impl
 

Classes in org.apache.ftpserver.impl that implement FtpHandler
 class DefaultFtpHandler
          Internal class, do not use directly.
 

Uses of FtpHandler in org.apache.ftpserver.listener.nio
 

Methods in org.apache.ftpserver.listener.nio that return FtpHandler
 FtpHandler FtpHandlerAdapter.getFtpHandler()
           
 

Methods in org.apache.ftpserver.listener.nio with parameters of type FtpHandler
 void FtpHandlerAdapter.setFtpHandler(FtpHandler handler)
           
 

Constructors in org.apache.ftpserver.listener.nio with parameters of type FtpHandler
FtpHandlerAdapter(FtpServerContext context, FtpHandler ftpHandler)
           
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.