Uses of Interface
org.neociclo.odetteftp.oftplet.Oftplet

Packages that use Oftplet
org.neociclo.odetteftp.oftplet   
org.neociclo.odetteftp.support   
org.neociclo.odetteftp.util   
 

Uses of Oftplet in org.neociclo.odetteftp.oftplet
 

Subinterfaces of Oftplet in org.neociclo.odetteftp.oftplet
 interface ServerOftplet
           
 

Classes in org.neociclo.odetteftp.oftplet that implement Oftplet
 class OftpletAdapter
           
 

Fields in org.neociclo.odetteftp.oftplet declared as Oftplet
protected  Oftplet OftpletListenerAdapter.oftplet
           
 

Methods in org.neociclo.odetteftp.oftplet that return Oftplet
 Oftplet OftpletFactory.createProvider()
           
 

Constructors in org.neociclo.odetteftp.oftplet with parameters of type Oftplet
OftpletListenerAdapter(Oftplet oftplet)
           
 

Uses of Oftplet in org.neociclo.odetteftp.support
 

Classes in org.neociclo.odetteftp.support that implement Oftplet
 class InOutSharedQueueOftplet
           
 

Methods in org.neociclo.odetteftp.support that return Oftplet
 Oftplet InOutSharedQueueOftpletFactory.createProvider()
           
 

Uses of Oftplet in org.neociclo.odetteftp.util
 

Methods in org.neociclo.odetteftp.util that return Oftplet
static Oftplet SessionHelper.getSessionOftplet(OdetteFtpSession session)
           
 

Methods in org.neociclo.odetteftp.util with parameters of type Oftplet
static void SessionHelper.setSessionOftplet(OdetteFtpSession session, Oftplet provider)
           
 



ACCORD