com.hs.mail.imap.processor.fetch
Class FetchProcessor
java.lang.Object
com.hs.mail.imap.processor.AbstractImapProcessor
com.hs.mail.imap.processor.fetch.FetchProcessor
- All Implemented Interfaces:
- ImapProcessor
public class FetchProcessor
- extends AbstractImapProcessor
Handler for FETCH command.
- Since:
- Feb 1, 2010
- Author:
- Won Chul Doh
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FetchProcessor
public FetchProcessor()
doProcess
protected void doProcess(ImapSession session,
ImapRequest message,
Responder responder)
- Specified by:
doProcess
in class AbstractImapProcessor
createResponder
protected Responder createResponder(org.jboss.netty.channel.Channel channel,
ImapRequest request)
- Overrides:
createResponder
in class AbstractImapProcessor
Copyright © 2011. All Rights Reserved.