|
||||||||||
| 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.encode.base.AbstractChainedImapEncoder
org.apache.james.imap.encode.imap4rev1.RecentResponseEncoder
public class RecentResponseEncoder
| Constructor Summary | |
|---|---|
RecentResponseEncoder(ImapEncoder next)
|
|
| Method Summary | |
|---|---|
protected void |
doEncode(ImapMessage acceptableMessage,
ImapResponseComposer composer)
Processes an acceptable message. |
boolean |
isAcceptable(ImapMessage message)
Is the given message acceptable? |
| Methods inherited from class org.apache.james.imap.encode.base.AbstractChainedImapEncoder |
|---|
chainEncode, chainEncodeAll, encode, 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 RecentResponseEncoder(ImapEncoder next)
| Method Detail |
|---|
public boolean isAcceptable(ImapMessage message)
AbstractChainedImapEncoder
isAcceptable in class AbstractChainedImapEncodermessage - ImapMessage, not null
protected void doEncode(ImapMessage acceptableMessage,
ImapResponseComposer composer)
throws java.io.IOException
AbstractChainedImapEncoderAbstractChainedImapEncoder.isAcceptable(ImapMessage) should be passed to this method.
doEncode in class AbstractChainedImapEncoderacceptableMessage - ImapMessage, not nullcomposer - ImapResponseComposer, not null
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||