|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.james.api.imap.AbstractLogEnabled
org.apache.james.imap.processor.base.AbstractChainedImapProcessor
org.apache.james.imap.processor.base.AbstractImapRequestProcessor
org.apache.james.imap.processor.base.AbstractMailboxAwareProcessor
org.apache.james.imap.processor.imap4rev1.CopyProcessor
public class CopyProcessor
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.apache.james.api.imap.process.ImapProcessor |
|---|
ImapProcessor.Responder |
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
CopyProcessor(ImapProcessor next,
MailboxManagerProvider mailboxManagerProvider,
StatusResponseFactory factory)
|
|
| Method Summary | |
|---|---|
protected void |
doProcess(ImapRequest message,
ImapSession session,
java.lang.String tag,
ImapCommand command,
ImapProcessor.Responder responder)
|
protected boolean |
isAcceptable(ImapMessage message)
Is the given message acceptable? |
| Methods inherited from class org.apache.james.imap.processor.base.AbstractMailboxAwareProcessor |
|---|
buildFullName, getMailboxManager |
| Methods inherited from class org.apache.james.imap.processor.base.AbstractImapRequestProcessor |
|---|
bye, bye, doProcess, no, no, no, okComplete, process, unsolicitedResponses, unsolicitedResponses |
| Methods inherited from class org.apache.james.imap.processor.base.AbstractChainedImapProcessor |
|---|
process, setLog |
| Methods inherited from class org.apache.james.api.imap.AbstractLogEnabled |
|---|
getLog, setupLogger |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CopyProcessor(ImapProcessor next,
MailboxManagerProvider mailboxManagerProvider,
StatusResponseFactory factory)
| Method Detail |
|---|
protected boolean isAcceptable(ImapMessage message)
AbstractChainedImapProcessor
isAcceptable in class AbstractChainedImapProcessormessage - ImapMessage, not null
protected void doProcess(ImapRequest message,
ImapSession session,
java.lang.String tag,
ImapCommand command,
ImapProcessor.Responder responder)
doProcess in class AbstractImapRequestProcessor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||