public interface ImapProcessor
Processable IMAP command.
Note: this is a transitional API and is liable to change.
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ImapProcessor.Responder
Response message sink.
|
| Modifier and Type | Method and Description |
|---|---|
void |
process(ImapMessage message,
ImapProcessor.Responder responder,
ImapSession session)
Performs processing of the command.
|
void process(ImapMessage message, ImapProcessor.Responder responder, ImapSession session)
message - not nullresponder - not null, the responder use write response for messagesession - the imap sessionCopyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.