Home | History | Annotate | Download | only in command

Lines Matching refs:command

16 package org.mockftpserver.fake.command;

18 import org.mockftpserver.core.command.Command;
19 import org.mockftpserver.core.command.ReplyCodes;
27 * CommandHandler for the HELP command. Handler logic:
29 * <li>If the optional command-name parameter is specified, then reply with 214 along with the
30 * help text configured for that command (or empty if none)</li>
44 protected void handle(Command command, Session session) {
45 List parameters = Arrays.asList(command.getParameters());