Uses of Interface
org.neociclo.odetteftp.protocol.CommandFormat

Packages that use CommandFormat
org.neociclo.odetteftp.netty.codec   
org.neociclo.odetteftp.protocol   
org.neociclo.odetteftp.protocol.v13   
org.neociclo.odetteftp.protocol.v14   
org.neociclo.odetteftp.protocol.v20   
org.neociclo.odetteftp.util   
 

Uses of CommandFormat in org.neociclo.odetteftp.netty.codec
 

Methods in org.neociclo.odetteftp.netty.codec with parameters of type CommandFormat
static CommandExchangeBuffer CommandExchangeBufferBuilder.create(CommandFormat format, org.jboss.netty.buffer.ChannelBuffer in)
           
 

Uses of CommandFormat in org.neociclo.odetteftp.protocol
 

Constructors in org.neociclo.odetteftp.protocol with parameters of type CommandFormat
CommandExchangeBuffer(CommandFormat commandFormat)
           
 

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

Classes in org.neociclo.odetteftp.protocol.v13 that implement CommandFormat
 class ReleaseFormatVer13
           
 

Methods in org.neociclo.odetteftp.protocol.v13 that return CommandFormat
static CommandFormat ReleaseFormatVer13.getFormat(CommandIdentifier identifier)
          Return the Command Format definition given a specific Command identifier code of ODETTE-FTP version 1.3.
 

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

Classes in org.neociclo.odetteftp.protocol.v14 that implement CommandFormat
 class ReleaseFormatVer14
           
 

Methods in org.neociclo.odetteftp.protocol.v14 that return CommandFormat
static CommandFormat ReleaseFormatVer14.getFormat(CommandIdentifier identifier)
          Return the Command Format definition given a specific Command identifier code of ODETTE-FTP version 1.4.
 

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

Classes in org.neociclo.odetteftp.protocol.v20 that implement CommandFormat
 class ReleaseFormatVer20
           
 

Methods in org.neociclo.odetteftp.protocol.v20 that return CommandFormat
static CommandFormat ReleaseFormatVer20.getFormat(CommandIdentifier identifier)
          Return the Command Format definition given a specific Command identifier code of ODETTE-FTP version 2.0.
 

Uses of CommandFormat in org.neociclo.odetteftp.util
 

Methods in org.neociclo.odetteftp.util that return CommandFormat
static CommandFormat CommandFormatHelper.resolveByVersion(OdetteFtpVersion version, CommandIdentifier identifier)
           
 



ACCORD