HomeSort by relevance Sort by last modified time
    Searched refs:handleCommand (Results 1 - 25 of 204) sorted by null

1 2 3 4 5 6 7 8 9

  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/command/
SimpleCompositeCommandHandlerTest.java 48 * Test the handleCommand() method
53 commandHandler1.handleCommand(command, session);
56 simpleCompositeCommandHandler.handleCommand(command, session);
61 * Test the handleCommand() method, with two CommandHandler defined, but with multiple invocation
67 commandHandler1.handleCommand(command, session);
68 commandHandler2.handleCommand(command, session);
71 simpleCompositeCommandHandler.handleCommand(command, session);
72 simpleCompositeCommandHandler.handleCommand(command, session);
77 * Test the handleCommand() method, with three CommandHandler defined, and multiple invocation
87 commandHandler1.handleCommand(command, session);
    [all...]
_AbstractTrackingCommandHandlerTest.java 57 * Test the handleCommand(Command,Session) method
61 commandHandler.handleCommand(COMMAND, session);
67 * Test the handleCommand(Command,Session) method, passing in a null Command
71 commandHandler.handleCommand(null, session);
80 * Test the handleCommand(Command,Session) method, passing in a null Session
84 commandHandler.handleCommand(COMMAND, null);
100 commandHandler.handleCommand(COMMAND, session);
102 commandHandler.handleCommand(COMMAND, session);
117 commandHandler.handleCommand(COMMAND, session);
118 commandHandler.handleCommand(COMMAND_WITH_ARGS, session);
    [all...]
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
EprtCommandHandlerTest.groovy 41 handleCommand(PARAMETERS_IPV4)
48 handleCommand(PARAMETERS_IPV6)
55 handleCommand(["@2@1080::8:800:200C:417A@6275@"])
62 handleCommand(['abcdef'])
67 handleCommand(['|1|132.235.1.2|'])
72 handleCommand(['|1|132.@|6275|'])
HelpCommandHandlerTest.groovy 36 handleCommand(['abc'])
42 handleCommand(['abc', 'def'])
48 handleCommand([])
54 handleCommand(['unrecognized'])
DeleCommandHandlerTest.groovy 40 handleCommand([FILE])
48 handleCommand([FILENAME])
54 handleCommand([FILE])
60 handleCommand([FILE])
73 handleCommand([FILE])
80 handleCommand([FILE])
PwdCommandHandlerTest.groovy 39 handleCommand([])
44 handleCommand([])
RmdCommandHandlerTest.groovy 40 handleCommand([DIR])
49 handleCommand([SUB])
55 handleCommand([DIR])
61 handleCommand([DIR])
69 handleCommand([DIR])
82 handleCommand([DIR])
89 handleCommand([DIR])
96 handleCommand([DIR])
AbstractStoreFileCommandHandlerTestCase.groovy 47 handleCommand([FILE])
53 handleCommand([FILE])
60 handleCommand([FILE])
67 handleCommand([FILE])
88 handleCommand(parameters)
CwdCommandHandlerTest.groovy 38 handleCommand([DIR])
47 handleCommand([SUB])
53 handleCommand([DIR])
60 handleCommand([DIR])
68 handleCommand([DIR])
RnfrCommandHandlerTest.groovy 39 handleCommand([FILE])
47 handleCommand(["file.txt"])
53 handleCommand([FILE])
60 handleCommand([DIR])
68 handleCommand([FILE])
UserCommandHandlerTest.groovy 42 handleCommand([USERNAME])
49 handleCommand([USERNAME])
60 handleCommand([USERNAME])
70 handleCommand([USERNAME])
79 handleCommand([USERNAME])
RntoCommandHandlerTest.groovy 42 handleCommand([TO_FILE])
51 handleCommand(["file.txt"])
65 handleCommand([""])
74 handleCommand([TO_DIR])
88 handleCommand([TO_DIR])
103 handleCommand([TO_DIR])
111 handleCommand([TO_FILE])
118 handleCommand([TO_FILE])
127 handleCommand([BAD_TO_FILE])
135 handleCommand([TO_FILE]
    [all...]
MkdCommandHandlerTest.groovy 43 handleCommand([DIR])
52 handleCommand([DIRNAME])
60 handleCommand(['/abc/def'])
66 handleCommand([DIR])
77 handleCommand([DIR])
83 handleCommand([DIR])
89 handleCommand([DIR])
PassCommandHandlerTest.groovy 43 handleCommand([PASSWORD])
52 handleCommand([PASSWORD])
60 handleCommand(["wrong"])
69 handleCommand(["wrong"])
78 handleCommand([PASSWORD])
87 handleCommand([PASSWORD])
94 handleCommand([PASSWORD])
CdupCommandHandlerTest.groovy 39 handleCommand([])
46 handleCommand([])
55 handleCommand([])
SmntCommandHandlerTest.groovy 34 handleCommand([])
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/
CommandHandler.java 40 public void handleCommand(Command command, Session session) throws Exception;
ConnectCommandHandler.java 42 * @see AbstractTrackingCommandHandler#handleCommand(Command, org.mockftpserver.core.session.Session, InvocationRecord)
44 public void handleCommand(Command command, Session session, InvocationRecord invocationRecord) {
UnsupportedCommandHandler.java 42 * @see org.mockftpserver.core.command.AbstractTrackingCommandHandler#handleCommand(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session, org.mockftpserver.core.command.InvocationRecord)
44 public void handleCommand(Command command, Session session, InvocationRecord invocationRecord) {
StaticReplyCommandHandler.java 63 * @see AbstractTrackingCommandHandler#handleCommand(Command, org.mockftpserver.core.session.Session, InvocationRecord)
65 public void handleCommand(Command command, Session session, InvocationRecord invocationRecord) {
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/command/
CommandHandler.java 40 public void handleCommand(Command command, Session session) throws Exception;
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/
TestCommandHandlerNotServerConfigurationAware.groovy 31 public void handleCommand(Command command, Session session) {
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/core/command/
SimpleCompositeCommandHandlerTest.java 51 * Test the handleCommand() method
56 commandHandler1.handleCommand(command, session);
59 simpleCompositeCommandHandler.handleCommand(command, session);
64 * Test the handleCommand() method, with two CommandHandler defined, but with multiple invocation
70 commandHandler1.handleCommand(command, session);
71 commandHandler2.handleCommand(command, session);
74 simpleCompositeCommandHandler.handleCommand(command, session);
75 simpleCompositeCommandHandler.handleCommand(command, session);
80 * Test the handleCommand() method, with three CommandHandler defined, and multiple invocation
90 commandHandler1.handleCommand(command, session);
    [all...]
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/command/
AlloCommandHandlerTest.java 43 * Test the handleCommand() method
51 commandHandler.handleCommand(command1, session);
52 commandHandler.handleCommand(command2, session);
63 * Test the handleCommand() method, when no numberOfBytes parameter has been specified
70 * Test the handleCommand() method, when the recordSize delimiter ("R") parameter is specified,
75 commandHandler.handleCommand(new Command(CommandNames.ALLO, array("123 R ")), session);
84 * Test the handleCommand() method, when a non-numeric numberOfBytes parameter has been
89 commandHandler.handleCommand(new Command(CommandNames.ALLO, array("xx")), session);
98 * Test the handleCommand() method, when a non-numeric recordSize parameter has been specified
102 commandHandler.handleCommand(new Command(CommandNames.ALLO, array("123 R xx")), session);
    [all...]
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/command/
ReinCommandHandlerTest.java 36 * Test the handleCommand(Command,Session) method
44 commandHandler.handleCommand(command1, session);
45 commandHandler.handleCommand(command2, session);

Completed in 318 milliseconds

1 2 3 4 5 6 7 8 9