public class TopCmdHandler extends RetrCmdHandler implements CapaCapability
| Constructor and Description |
|---|
TopCmdHandler() |
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getImplCommands()
Return a Collection of implemented commands
|
Set<String> |
getImplementedCapabilities(POP3Session session)
Return a List of responses which should get returned when a client issue
the CAPA command
|
Response |
onCommand(POP3Session session,
Request request)
Handler method called upon receipt of a TOP command.
|
public Response onCommand(POP3Session session, Request request)
onCommand in interface CommandHandler<POP3Session>onCommand in class RetrCmdHandlerpublic Set<String> getImplementedCapabilities(POP3Session session)
CapaCapabilitygetImplementedCapabilities in interface CapaCapabilityorg.apache.james.pop3server.core.CapaCapability#getImplementedCapabilities(org.apache.james.pop3server.POP3Session)public Collection<String> getImplCommands()
CommandHandlergetImplCommands in interface CommandHandler<POP3Session>getImplCommands in class RetrCmdHandlerCommandHandler.getImplCommands()Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.