Home | History | Annotate | Download | only in command

Lines Matching refs:command

16 package org.mockftpserver.stub.command;

18 import org.mockftpserver.core.command.Command;
19 import org.mockftpserver.core.command.CommandHandler;
20 import org.mockftpserver.core.command.InvocationRecord;
21 import org.mockftpserver.core.command.ReplyCodes;
25 * CommandHandler for the STAT (Status) command. By default, return empty status information,
33 * invocation (the first command parameter); this parameter is optional, so the value may be null.
53 public void handleCommand(Command command, Session session, InvocationRecord invocationRecord) {
54 String pathname = command.getOptionalString(0);
67 * Set the contents of the status to send back as the reply text for this command