HomeSort by relevance Sort by last modified time
    Searched refs:handleCommand (Results 151 - 175 of 210) sorted by null

1 2 3 4 5 67 8 9

  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/command/
StatCommandHandler.java 56 * @see org.mockftpserver.core.command.CommandHandler#handleCommand(Command, Session, InvocationRecord)
58 public void handleCommand(Command command, Session session, InvocationRecord invocationRecord) {
SystCommandHandler.java 52 * @see org.mockftpserver.core.command.CommandHandler#handleCommand(Command, Session, InvocationRecord)
54 public void handleCommand(Command command, Session session, InvocationRecord invocationRecord) {
TypeCommandHandler.java 52 * @see org.mockftpserver.core.command.CommandHandler#handleCommand(Command, Session, InvocationRecord)
54 public void handleCommand(Command command, Session session, InvocationRecord invocationRecord) {
AlloCommandHandler.java 56 * @see org.mockftpserver.core.command.CommandHandler#handleCommand(Command, Session, InvocationRecord)
58 public void handleCommand(Command command, Session session, InvocationRecord invocationRecord) {
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/command/
AborCommandHandlerTest.java 34 * Test the handleCommand() method
42 commandHandler.handleCommand(COMMAND, session);
ConnectCommandHandlerTest.java 36 * Test the handleCommand() method
44 commandHandler.handleCommand(command1, session);
NoopCommandHandlerTest.java 35 * Test the handleCommand() method
43 commandHandler.handleCommand(COMMAND, session);
PwdCommandHandlerTest.java 35 * Test the handleCommand() method
47 commandHandler.handleCommand(COMMAND, session);
QuitCommandHandlerTest.java 35 * Test the handleCommand() method
44 commandHandler.handleCommand(COMMAND, session);
FileRetrCommandHandlerTest.java 71 * Test the handleCommand(Command,Session) method. Create a temporary (binary) file, and
122 commandHandler.handleCommand(command, session);
130 * Test the handleCommand() method, when no pathname parameter has been specified
138 * Test the HandleCommand method, when the file property has not been set
142 commandHandler.handleCommand(new Command(CommandNames.RETR, EMPTY), session);
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
AcctCommandHandlerTest.groovy 39 handleCommand([ACCOUNT_NAME])
_AbstractFakeCommandHandlerTest.groovy 65 commandHandler.handleCommand(command, session)
73 shouldFail { commandHandler.handleCommand(null, session) }
74 shouldFail { commandHandler.handleCommand(command, null) }
177 * Assert that when the CommandHandler handleCommand() method throws the
184 commandHandler.handleCommand(command, session)
ListCommandHandlerTest.groovy 98 handleCommand([DIR])
105 handleCommand([DIR])
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/command/
EprtCommandHandlerTest.java 48 commandHandler.handleCommand(COMMAND, session);
65 commandHandler.handleCommand(COMMAND, session);
FileRetrCommandHandlerTest.java 68 * Test the handleCommand(Command,Session) method. Create a temporary (binary) file, and
121 commandHandler.handleCommand(command, session);
129 * Test the handleCommand() method, when no pathname parameter has been specified
137 * Test the HandleCommand method, when the file property has not been set
141 commandHandler.handleCommand(new Command(CommandNames.RETR, EMPTY), session);
AppeCommandHandlerTest.java 43 * Test the handleCommand() method, as well as the getFileContents() and clearFileContents() methods
57 commandHandler.handleCommand(command, session);
66 * Test the handleCommand() method, when no pathname parameter has been specified
PasvCommandHandlerTest.java 41 * Test the handleCommand() method
55 commandHandler.handleCommand(COMMAND, session);
PortCommandHandlerTest.java 41 * Test the handleCommand() method
51 commandHandler.handleCommand(COMMAND, session);
61 * Test the handleCommand() method, when not enough parameters have been specified
StorCommandHandlerTest.java 43 * Test the handleCommand() method, as well as the getFileContents() and clearFileContents() methods
57 commandHandler.handleCommand(command, session);
66 * Test the handleCommand() method, when no pathname parameter has been specified
StouCommandHandlerTest.java 45 * Test the handleCommand() method, as well as the getFileContents() and clearFileContents() methods
61 commandHandler.handleCommand(command, session);
SystCommandHandlerTest.java 38 * Test the handleCommand() method
50 commandHandler.handleCommand(COMMAND, session);
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/command/
AlloCommandHandler.java 55 * @see org.mockftpserver.core.command.CommandHandler#handleCommand(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session)
57 public void handleCommand(Command command, Session session, InvocationRecord invocationRecord) {
EprtCommandHandler.java 57 * @see org.mockftpserver.core.command.CommandHandler#handleCommand(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session)
59 public void handleCommand(Command command, Session session, InvocationRecord invocationRecord) throws UnknownHostException {
PasvCommandHandler.java 53 * @see org.mockftpserver.core.command.CommandHandler#handleCommand(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session)
55 public void handleCommand(Command command, Session session, InvocationRecord invocationRecord)
PortCommandHandler.java 56 * @see org.mockftpserver.core.command.CommandHandler#handleCommand(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session)
58 public void handleCommand(Command command, Session session, InvocationRecord invocationRecord) throws UnknownHostException {

Completed in 264 milliseconds

1 2 3 4 5 67 8 9