public class RsetCmdHandler extends Object implements CommandHandler<POP3Session>
| Constructor and Description |
|---|
RsetCmdHandler() |
| 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 RSET command.
|
protected void |
stat(POP3Session session)
Implements a "stat".
|
public Response onCommand(POP3Session session, Request request)
onCommand in interface CommandHandler<POP3Session>protected void stat(POP3Session session)
public Collection<String> getImplCommands()
CommandHandlergetImplCommands in interface CommandHandler<POP3Session>CommandHandler.getImplCommands()Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.