Package | Description |
---|---|
org.waarp.common.command |
Global classes that store all informations on implemented commands, arguments, reply codes.
|
org.waarp.common.command.exception |
FTP like Exception related to commands
|
Modifier and Type | Field and Description |
---|---|
ReplyCode |
NextCommandReply.reply
Reply to do to the Ftp client
|
Modifier and Type | Method and Description |
---|---|
static ReplyCode |
ReplyCode.getReplyCode(int code) |
static ReplyCode |
ReplyCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplyCode[] |
ReplyCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
NextCommandReply(Enum<?> command,
ReplyCode reply,
String message) |
Modifier and Type | Field and Description |
---|---|
ReplyCode |
CommandAbstractException.code
Associated code
|
Constructor and Description |
---|
CommandAbstractException(ReplyCode code,
String message)
Unique constructor
|
Copyright © 2009–2019 Waarp. All rights reserved.