Uses of Interface
org.neociclo.odetteftp.ProtocolHandler

Packages that use ProtocolHandler
org.neociclo.odetteftp   
org.neociclo.odetteftp.protocol   
org.neociclo.odetteftp.protocol.v13   
org.neociclo.odetteftp.protocol.v14   
org.neociclo.odetteftp.protocol.v20   
 

Uses of ProtocolHandler in org.neociclo.odetteftp
 

Methods in org.neociclo.odetteftp that return ProtocolHandler
static ProtocolHandler ProtocolHandlerFactory.getProtocolHandlerByVersion(OdetteFtpVersion version)
           
 

Uses of ProtocolHandler in org.neociclo.odetteftp.protocol
 

Classes in org.neociclo.odetteftp.protocol that implement ProtocolHandler
 class DefaultHandler
           
 

Uses of ProtocolHandler in org.neociclo.odetteftp.protocol.v13
 

Classes in org.neociclo.odetteftp.protocol.v13 that implement ProtocolHandler
 class OdetteFtpVer13Handler
           
 

Uses of ProtocolHandler in org.neociclo.odetteftp.protocol.v14
 

Classes in org.neociclo.odetteftp.protocol.v14 that implement ProtocolHandler
 class OdetteFtpVer14Handler
           
 

Uses of ProtocolHandler in org.neociclo.odetteftp.protocol.v20
 

Classes in org.neociclo.odetteftp.protocol.v20 that implement ProtocolHandler
 class OdetteFtpVer20Handler
           
 



ACCORD