HomeSort by relevance Sort by last modified time
    Searched refs:handleCommand (Results 176 - 200 of 207) sorted by null

1 2 3 4 5 6 78 9

  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/command/
UserCommandHandler.java 56 * @see org.mockftpserver.core.command.CommandHandler#handleCommand(Command, Session, InvocationRecord)
58 public void handleCommand(Command command, Session session, InvocationRecord invocationRecord) {
AbstractStubDataCommandHandler.java 98 * @see org.mockftpserver.core.command.CommandHandler#handleCommand(Command, Session, InvocationRecord)
100 public final void handleCommand(Command command, Session session, InvocationRecord invocationRecord) throws Exception {
PasvCommandHandler.java 57 * @see org.mockftpserver.core.command.CommandHandler#handleCommand(Command, Session, InvocationRecord)
59 public void handleCommand(Command command, Session session, InvocationRecord invocationRecord)
PortCommandHandler.java 60 * @see org.mockftpserver.core.command.CommandHandler#handleCommand(Command, Session, InvocationRecord)
62 public void handleCommand(Command command, Session session, InvocationRecord invocationRecord) throws UnknownHostException {
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/command/
AppeCommandHandlerTest.java 46 * Test the handleCommand() method, as well as the getFileContents() and clearFileContents() methods
60 commandHandler.handleCommand(command, session);
69 * Test the handleCommand() method, when no pathname parameter has been specified
PasvCommandHandlerTest.java 43 * Test the handleCommand() method
57 commandHandler.handleCommand(COMMAND, session);
StorCommandHandlerTest.java 46 * Test the handleCommand() method, as well as the getFileContents() and clearFileContents() methods
60 commandHandler.handleCommand(command, session);
69 * Test the handleCommand() method, when no pathname parameter has been specified
StouCommandHandlerTest.java 46 * Test the handleCommand() method, as well as the getFileContents() and clearFileContents() methods
62 commandHandler.handleCommand(command, session);
SystCommandHandlerTest.java 39 * Test the handleCommand() method
51 commandHandler.handleCommand(COMMAND, session);
_AbstractStubDataCommandHandlerTest.java 54 * Test the handleCommand() method
95 commandHandler.handleCommand(COMMAND, session, INVOCATION_RECORD);
101 * Test the handleCommand() method, overriding the initial reply code and text
117 commandHandler.handleCommand(COMMAND, session, INVOCATION_RECORD);
RetrCommandHandlerTest.java 92 * Test the handleCommand() method
108 commandHandler.handleCommand(command, session);
116 * Test the handleCommand() method, when no pathname parameter has been specified
PortCommandHandlerTest.java 46 * Test the handleCommand() method
56 commandHandler.handleCommand(COMMAND, session);
66 * Test the handleCommand() method, when not enough parameters have been specified
_AbstractStubCommandHandlerTest.java 145 public void handleCommand(Command command, Session session, InvocationRecord invocationRecord) throws Exception {
AbstractCommandHandlerTest.java 53 * Test the handleCommand() method, when one or more parameter is missing or invalid
63 commandHandler.handleCommand(new Command(commandName, parameters), session);
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/
FakeFtpServerTest.groovy 129 public void handleCommand(Command command, Session session) {
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/command/
_AbstractStubDataCommandHandlerTest.java 54 * Test the handleCommand() method
95 commandHandler.handleCommand(COMMAND, session, INVOCATION_RECORD);
101 * Test the handleCommand() method, overriding the initial reply code and text
117 commandHandler.handleCommand(COMMAND, session, INVOCATION_RECORD);
RetrCommandHandlerTest.java 92 * Test the handleCommand() method
109 commandHandler.handleCommand(command, session);
117 * Test the handleCommand() method, when no pathname parameter has been specified
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/
StubFtpServerTest.java 173 protected void handleCommand(Command command, Session session, InvocationRecord invocationRecord) throws Exception {
179 public void handleCommand(Command command, Session session) throws Exception {
StubFtpServer_MultipleClientsIntegrationTest.java 46 protected void handleCommand(Command command, Session session, InvocationRecord invocationRecord) throws Exception {
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/command/
AbstractStubDataCommandHandler.java 97 * @see org.mockftpserver.core.command.AbstractTrackingCommandHandler#handleCommand(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session, org.mockftpserver.core.command.InvocationRecord)
99 public final void handleCommand(Command command, Session session, InvocationRecord invocationRecord) throws Exception {
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/command/
_AbstractCommandHandlerTest.java 111 public void handleCommand(Command command, Session session) throws Exception {
_AbstractStaticReplyCommandHandlerTest.java 143 public void handleCommand(Command command, Session session, InvocationRecord invocationRecord) throws Exception {
AbstractCommandHandlerTestCase.java 48 * Test the handleCommand() method, when one or more parameter is missing or invalid
60 commandHandler.handleCommand(command, session);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ForegroundService.java 152 handleCommand(intent);
157 handleCommand(intent);
164 void handleCommand(Intent intent) {
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/
StubFtpServer_MultipleClientsIntegrationTest.java 46 protected void handleCommand(Command command, Session session, InvocationRecord invocationRecord) throws Exception {

Completed in 1506 milliseconds

1 2 3 4 5 6 78 9