|
||||||||||
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.server.ListResponseEncoder
public class ListResponseEncoder
Encoders IMAP4rev1 List
responses.
Constructor Summary | |
---|---|
ListResponseEncoder(ImapEncoder next)
|
Method Summary | |
---|---|
protected void |
doEncode(ImapMessage acceptableMessage,
ImapResponseComposer composer)
Processes an acceptable message. |
protected 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 ListResponseEncoder(ImapEncoder next)
Method Detail |
---|
protected void doEncode(ImapMessage acceptableMessage, ImapResponseComposer composer) throws java.io.IOException
AbstractChainedImapEncoder
AbstractChainedImapEncoder.isAcceptable(ImapMessage)
should be passed to this method.
doEncode
in class AbstractChainedImapEncoder
acceptableMessage
- ImapMessage
, not nullcomposer
- ImapResponseComposer
, not null
java.io.IOException
protected boolean isAcceptable(ImapMessage message)
AbstractChainedImapEncoder
isAcceptable
in class AbstractChainedImapEncoder
message
- ImapMessage
, not null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |