Uses of Class
org.neociclo.odetteftp.protocol.CommandIdentifier

Packages that use CommandIdentifier
org.neociclo.odetteftp   
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 CommandIdentifier in org.neociclo.odetteftp
 

Methods in org.neociclo.odetteftp that return CommandIdentifier
 CommandIdentifier OdetteFtpSession.getLastCommandReceived()
           
 CommandIdentifier OdetteFtpSession.getLastCommandSent()
           
 

Methods in org.neociclo.odetteftp with parameters of type CommandIdentifier
 void OdetteFtpSession.setLastCommandReceived(CommandIdentifier identifier)
           
 void OdetteFtpSession.setLastCommandSent(CommandIdentifier identifier)
           
 

Uses of CommandIdentifier in org.neociclo.odetteftp.protocol
 

Methods in org.neociclo.odetteftp.protocol that return CommandIdentifier
 CommandIdentifier OdetteFtpExchangeBuffer.getIdentifier()
          Return the corresponding CommandIdentifier relative to the Exchange Buffer contents.
 CommandIdentifier DataExchangeBuffer.getIdentifier()
           
 CommandIdentifier CommandFormat.getIdentifier()
           
 CommandIdentifier CommandExchangeBuffer.getIdentifier()
           
static CommandIdentifier CommandIdentifier.parse(char code)
          Convenient method for parsing the proper CommandIdentifier instance given a identifier character.
static CommandIdentifier CommandIdentifier.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CommandIdentifier[] CommandIdentifier.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Methods in org.neociclo.odetteftp.protocol.v13 that return CommandIdentifier
 CommandIdentifier ReleaseFormatVer13.getIdentifier()
           
 

Methods in org.neociclo.odetteftp.protocol.v13 with parameters of type CommandIdentifier
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 CommandIdentifier in org.neociclo.odetteftp.protocol.v14
 

Methods in org.neociclo.odetteftp.protocol.v14 that return CommandIdentifier
 CommandIdentifier ReleaseFormatVer14.getIdentifier()
           
 

Methods in org.neociclo.odetteftp.protocol.v14 with parameters of type CommandIdentifier
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 CommandIdentifier in org.neociclo.odetteftp.protocol.v20
 

Methods in org.neociclo.odetteftp.protocol.v20 that return CommandIdentifier
 CommandIdentifier ReleaseFormatVer20.getIdentifier()
           
 

Methods in org.neociclo.odetteftp.protocol.v20 with parameters of type CommandIdentifier
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 CommandIdentifier in org.neociclo.odetteftp.util
 

Methods in org.neociclo.odetteftp.util with parameters of type CommandIdentifier
static CommandFormat CommandFormatHelper.resolveByVersion(OdetteFtpVersion version, CommandIdentifier identifier)
           
 



ACCORD