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
|
org.waarp.ftp.core.session |
Classes implementing session
|
org.waarp.gateway.ftp.control |
Exec FTP server control business.
|
org.waarp.gateway.ftp.database.data |
Classes implementing Database Data model
|
org.waarp.gateway.ftp.snmp |
SNMP support classes.
|
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.getReplyCodeFromHttp(int httpCode) |
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)
Simplest constructor
|
CommandAbstractException(ReplyCode code,
String message,
Throwable e)
Constructor with Throwable
|
Modifier and Type | Method and Description |
---|---|
ReplyCode |
FtpSession.getReplyCode() |
Modifier and Type | Method and Description |
---|---|
void |
FtpSession.setReplyCode(ReplyCode replyCode,
String answer) |
Modifier and Type | Method and Description |
---|---|
static long |
WaarpActionLogger.logAction(DbSession ftpSession,
long specialId,
String message,
BusinessHandler handler,
ReplyCode rcode,
AbstractDbData.UpdatedInfo info)
Log the action
|
static void |
WaarpActionLogger.logErrorAction(DbSession ftpSession,
long specialId,
FtpTransfer transfer,
String message,
ReplyCode rcode,
BusinessHandler handler)
Log the action in error
|
Modifier and Type | Method and Description |
---|---|
ReplyCode |
DbTransferLog.getErrorInfo() |
Modifier and Type | Method and Description |
---|---|
static DbPreparedStatement |
DbTransferLog.getLogPrepareStament(DbSession session,
Timestamp start,
Timestamp stop,
ReplyCode status) |
static long |
DbTransferLog.getResultCountPrepareStatement(DbPreparedStatement pstt,
ReplyCode error,
long time) |
static DbPreparedStatement |
DbTransferLog.getStatusPrepareStament(DbSession session,
ReplyCode status,
int limit) |
void |
DbTransferLog.setReplyCodeExecutionStatus(ReplyCode code)
Set the ReplyCode for the UpdatedInfo
|
Constructor and Description |
---|
DbTransferLog(DbSession dbSession,
String user,
String account,
long specialId,
boolean isSender,
String filename,
String mode,
ReplyCode infostatus,
String info,
AbstractDbData.UpdatedInfo updatedInfo)
Insert into database
|
Modifier and Type | Field and Description |
---|---|
ReplyCode |
FtpPrivateMib.WaarpDetailedValuesIndex.code |
ReplyCode |
FtpPrivateMib.WaarpErrorValuesIndex.code |
Modifier and Type | Method and Description |
---|---|
void |
FtpMonitoring.updateCodeNoTransfer(ReplyCode code)
Update the reply code counter for other operations than a transfer
|
Copyright © 2009–2022 Waarp. All rights reserved.