public class NoopCmdHandler extends Object implements CommandHandler<POP3Session>
| Constructor and Description |
|---|
NoopCmdHandler() |
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getImplCommands()
Return a Collection of implemented commands
|
Response |
onCommand(POP3Session session,
Request request)
Handler method called upon receipt of a NOOP command.
|
public Response onCommand(POP3Session session, Request request)
onCommand in interface CommandHandler<POP3Session>public Collection<String> getImplCommands()
CommandHandlergetImplCommands in interface CommandHandler<POP3Session>CommandHandler.getImplCommands()Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.