public class PortCommandHandler extends AbstractStubCommandHandler implements CommandHandler
Each invocation record stored by this CommandHandler includes the following data element key/values:
Modifier and Type | Field and Description |
---|---|
static String |
HOST_KEY |
static String |
PORT_KEY |
replyCode, replyMessageKey, replyText
LOG
Constructor and Description |
---|
PortCommandHandler()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
handleCommand(Command command,
Session session,
InvocationRecord invocationRecord)
Handle the command
|
sendReply, sendReply, setReplyCode, setReplyMessageKey, setReplyText
clearInvocations, getInvocation, handleCommand, numberOfInvocations, sendReply
assertValidReplyCode, getReplyTextBundle, quotes, setReplyTextBundle
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handleCommand
public static final String HOST_KEY
public static final String PORT_KEY
public PortCommandHandler()
public void handleCommand(Command command, Session session, InvocationRecord invocationRecord) throws UnknownHostException
handleCommand
in class AbstractTrackingCommandHandler
command
- - the Command to be handledsession
- - the session on which the Command was submittedinvocationRecord
- - the InvocationRecord; CommandHandlers are expected to add
handler-specific data to the InvocationRecord, as appropriateUnknownHostException
- - if the remote host is not knownCommandHandler.handleCommand(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session)
Copyright © 2016. All rights reserved.