Searched defs:replyMessageKey (Results 26 - 50 of 54) sorted by relevance

123

/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/core/command/
H A DAbstractTrackingCommandHandler.java94 * <li>Otherwise, if <code>replyMessageKey</code> is non-null, the use that to retrieve a
104 * @param replyMessageKey - if not null (and replyText is null), this is used as the ResourceBundle
112 protected void sendReply(Session session, int replyCode, String replyMessageKey, String replyText, argument
118 String key = (replyMessageKey != null) ? replyMessageKey : Integer.toString(replyCode);
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/core/command/
H A DAbstractTrackingCommandHandler.java94 * <li>Otherwise, if <code>replyMessageKey</code> is non-null, the use that to retrieve a
104 * @param replyMessageKey - if not null (and replyText is null), this is used as the ResourceBundle
112 protected void sendReply(Session session, int replyCode, String replyMessageKey, String replyText, argument
118 String key = (replyMessageKey != null) ? replyMessageKey : Integer.toString(replyCode);
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/core/command/
H A DAbstractTrackingCommandHandler.java94 * <li>Otherwise, if <code>replyMessageKey</code> is non-null, the use that to retrieve a
104 * @param replyMessageKey - if not null (and replyText is null), this is used as the ResourceBundle
112 protected void sendReply(Session session, int replyCode, String replyMessageKey, String replyText, argument
118 String key = (replyMessageKey != null) ? replyMessageKey : Integer.toString(replyCode);
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/core/command/
H A DAbstractTrackingCommandHandler.java94 * <li>Otherwise, if <code>replyMessageKey</code> is non-null, the use that to retrieve a
104 * @param replyMessageKey - if not null (and replyText is null), this is used as the ResourceBundle
112 protected void sendReply(Session session, int replyCode, String replyMessageKey, String replyText, argument
118 String key = (replyMessageKey != null) ? replyMessageKey : Integer.toString(replyCode);
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/core/command/
H A DAbstractTrackingCommandHandler.java94 * <li>Otherwise, if <code>replyMessageKey</code> is non-null, the use that to retrieve a
104 * @param replyMessageKey - if not null (and replyText is null), this is used as the ResourceBundle
112 protected void sendReply(Session session, int replyCode, String replyMessageKey, String replyText, argument
118 String key = (replyMessageKey != null) ? replyMessageKey : Integer.toString(replyCode);
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/core/command/
H A DAbstractTrackingCommandHandler.java94 * <li>Otherwise, if <code>replyMessageKey</code> is non-null, the use that to retrieve a
104 * @param replyMessageKey - if not null (and replyText is null), this is used as the ResourceBundle
112 protected void sendReply(Session session, int replyCode, String replyMessageKey, String replyText, argument
118 String key = (replyMessageKey != null) ? replyMessageKey : Integer.toString(replyCode);
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/core/command/
H A DAbstractTrackingCommandHandler.java94 * <li>Otherwise, if <code>replyMessageKey</code> is non-null, the use that to retrieve a
104 * @param replyMessageKey - if not null (and replyText is null), this is used as the ResourceBundle
112 protected void sendReply(Session session, int replyCode, String replyMessageKey, String replyText, argument
118 String key = (replyMessageKey != null) ? replyMessageKey : Integer.toString(replyCode);
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/command/
H A DAbstractCommandHandler.java121 * <li>Otherwise, if <code>replyMessageKey</code> is non-null, the use that to retrieve a
131 * @param replyMessageKey - if not null (and replyText is null), this is used as the ResourceBundle
141 protected void sendReply(Session session, int replyCode, String replyMessageKey, String replyText, argument
148 String key = (replyMessageKey != null) ? replyMessageKey : Integer.toString(replyCode);
/external/mockftpserver/tags/1.0/src/main/java/org/mockftpserver/core/command/
H A DAbstractCommandHandler.java121 * <li>Otherwise, if <code>replyMessageKey</code> is non-null, the use that to retrieve a
131 * @param replyMessageKey - if not null (and replyText is null), this is used as the ResourceBundle
141 protected void sendReply(Session session, int replyCode, String replyMessageKey, String replyText, argument
148 String key = (replyMessageKey != null) ? replyMessageKey : Integer.toString(replyCode);
/external/mockftpserver/tags/1.1/src/main/java/org/mockftpserver/core/command/
H A DAbstractCommandHandler.java121 * <li>Otherwise, if <code>replyMessageKey</code> is non-null, the use that to retrieve a
131 * @param replyMessageKey - if not null (and replyText is null), this is used as the ResourceBundle
141 protected void sendReply(Session session, int replyCode, String replyMessageKey, String replyText, argument
148 String key = (replyMessageKey != null) ? replyMessageKey : Integer.toString(replyCode);
/external/mockftpserver/tags/1.2/src/main/java/org/mockftpserver/core/command/
H A DAbstractCommandHandler.java121 * <li>Otherwise, if <code>replyMessageKey</code> is non-null, the use that to retrieve a
131 * @param replyMessageKey - if not null (and replyText is null), this is used as the ResourceBundle
141 protected void sendReply(Session session, int replyCode, String replyMessageKey, String replyText, argument
148 String key = (replyMessageKey != null) ? replyMessageKey : Integer.toString(replyCode);
/external/mockftpserver/tags/1.2.1/src/main/java/org/mockftpserver/core/command/
H A DAbstractCommandHandler.java121 * <li>Otherwise, if <code>replyMessageKey</code> is non-null, the use that to retrieve a
131 * @param replyMessageKey - if not null (and replyText is null), this is used as the ResourceBundle
141 protected void sendReply(Session session, int replyCode, String replyMessageKey, String replyText, argument
148 String key = (replyMessageKey != null) ? replyMessageKey : Integer.toString(replyCode);
/external/mockftpserver/tags/1.2.2/src/main/java/org/mockftpserver/core/command/
H A DAbstractCommandHandler.java121 * <li>Otherwise, if <code>replyMessageKey</code> is non-null, the use that to retrieve a
131 * @param replyMessageKey - if not null (and replyText is null), this is used as the ResourceBundle
141 protected void sendReply(Session session, int replyCode, String replyMessageKey, String replyText, argument
148 String key = (replyMessageKey != null) ? replyMessageKey : Integer.toString(replyCode);
/external/mockftpserver/tags/1.2.3/src/main/java/org/mockftpserver/core/command/
H A DAbstractCommandHandler.java121 * <li>Otherwise, if <code>replyMessageKey</code> is non-null, the use that to retrieve a
131 * @param replyMessageKey - if not null (and replyText is null), this is used as the ResourceBundle
141 protected void sendReply(Session session, int replyCode, String replyMessageKey, String replyText, argument
148 String key = (replyMessageKey != null) ? replyMessageKey : Integer.toString(replyCode);
/external/mockftpserver/tags/1.2.4/src/main/java/org/mockftpserver/core/command/
H A DAbstractCommandHandler.java121 * <li>Otherwise, if <code>replyMessageKey</code> is non-null, the use that to retrieve a
131 * @param replyMessageKey - if not null (and replyText is null), this is used as the ResourceBundle
141 protected void sendReply(Session session, int replyCode, String replyMessageKey, String replyText, argument
148 String key = (replyMessageKey != null) ? replyMessageKey : Integer.toString(replyCode);
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/core/command/
H A DAbstractCommandHandler.java124 * <li>Otherwise, if <code>replyMessageKey</code> is non-null, the use that to retrieve a
134 * @param replyMessageKey - if not null (and replyText is null), this is used as the ResourceBundle
142 protected void sendReply(Session session, int replyCode, String replyMessageKey, String replyText, argument
149 String key = (replyMessageKey != null) ? replyMessageKey : Integer.toString(replyCode);
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/java/org/mockftpserver/core/command/
H A DAbstractCommandHandler.java121 * <li>Otherwise, if <code>replyMessageKey</code> is non-null, the use that to retrieve a
131 * @param replyMessageKey - if not null (and replyText is null), this is used as the ResourceBundle
141 protected void sendReply(Session session, int replyCode, String replyMessageKey, String replyText, argument
148 String key = (replyMessageKey != null) ? replyMessageKey : Integer.toString(replyCode);
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
H A DAbstractFakeCommandHandler.java384 * by the replyMessageKey and set the UserAccount and current directory (homeDirectory) in the session.
389 * @param replyMessageKey - the message key for the reply text
391 protected void login(UserAccount userAccount, Session session, int replyCode, String replyMessageKey) { argument
392 sendReply(session, replyCode, replyMessageKey);
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/command/
H A DAbstractFakeCommandHandler.java384 * by the replyMessageKey and set the UserAccount and current directory (homeDirectory) in the session.
389 * @param replyMessageKey - the message key for the reply text
391 protected void login(UserAccount userAccount, Session session, int replyCode, String replyMessageKey) { argument
392 sendReply(session, replyCode, replyMessageKey);
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
H A DAbstractFakeCommandHandler.java384 * by the replyMessageKey and set the UserAccount and current directory (homeDirectory) in the session.
389 * @param replyMessageKey - the message key for the reply text
391 protected void login(UserAccount userAccount, Session session, int replyCode, String replyMessageKey) { argument
392 sendReply(session, replyCode, replyMessageKey);
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/command/
H A DAbstractFakeCommandHandler.java391 * by the replyMessageKey and set the UserAccount and current directory (homeDirectory) in the session.
396 * @param replyMessageKey - the message key for the reply text
398 protected void login(UserAccount userAccount, Session session, int replyCode, String replyMessageKey) { argument
399 sendReply(session, replyCode, replyMessageKey);
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
H A DAbstractFakeCommandHandler.java384 * by the replyMessageKey and set the UserAccount and current directory (homeDirectory) in the session.
389 * @param replyMessageKey - the message key for the reply text
391 protected void login(UserAccount userAccount, Session session, int replyCode, String replyMessageKey) { argument
392 sendReply(session, replyCode, replyMessageKey);
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/command/
H A DAbstractFakeCommandHandler.java384 * by the replyMessageKey and set the UserAccount and current directory (homeDirectory) in the session.
389 * @param replyMessageKey - the message key for the reply text
391 protected void login(UserAccount userAccount, Session session, int replyCode, String replyMessageKey) { argument
392 sendReply(session, replyCode, replyMessageKey);
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/command/
H A DAbstractFakeCommandHandler.java384 * by the replyMessageKey and set the UserAccount and current directory (homeDirectory) in the session.
389 * @param replyMessageKey - the message key for the reply text
391 protected void login(UserAccount userAccount, Session session, int replyCode, String replyMessageKey) { argument
392 sendReply(session, replyCode, replyMessageKey);
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/command/
H A DAbstractFakeCommandHandler.java384 * by the replyMessageKey and set the UserAccount and current directory (homeDirectory) in the session.
389 * @param replyMessageKey - the message key for the reply text
391 protected void login(UserAccount userAccount, Session session, int replyCode, String replyMessageKey) { argument
392 sendReply(session, replyCode, replyMessageKey);

Completed in 1033 milliseconds

123