public class UnknownRequestProcessor extends Object implements ImapProcessor
ImapProcessor.Responder| Constructor and Description |
|---|
UnknownRequestProcessor(StatusResponseFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
void |
process(ImapMessage message,
ImapProcessor.Responder responder,
ImapSession session)
Performs processing of the command.
|
ImapResponseMessage |
process(ImapMessage message,
ImapSession session) |
public UnknownRequestProcessor(StatusResponseFactory factory)
public ImapResponseMessage process(ImapMessage message, ImapSession session)
public void process(ImapMessage message, ImapProcessor.Responder responder, ImapSession session)
ImapProcessorprocess in interface ImapProcessormessage - not nullresponder - not null, the responder use write response for messagesession - the imap sessionCopyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.