com.hs.mail.imap.processor
Class StoreProcessor

java.lang.Object
  extended by com.hs.mail.imap.processor.AbstractImapProcessor
      extended by com.hs.mail.imap.processor.StoreProcessor
All Implemented Interfaces:
ImapProcessor

public class StoreProcessor
extends AbstractImapProcessor

Since:
Feb 1, 2010
Author:
Won Chul Doh

Constructor Summary
StoreProcessor()
           
 
Method Summary
protected  Responder createResponder(org.jboss.netty.channel.Channel channel, ImapRequest request)
           
protected  void doProcess(ImapSession session, ImapRequest message, Responder responder)
           
protected  void doProcess(ImapSession session, StoreRequest request, StoreResponder responder)
           
 
Methods inherited from class com.hs.mail.imap.processor.AbstractImapProcessor
getMailboxManager, getUserManager, process, unsolicitedResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoreProcessor

public StoreProcessor()
Method Detail

doProcess

protected void doProcess(ImapSession session,
                         ImapRequest message,
                         Responder responder)
Specified by:
doProcess in class AbstractImapProcessor

doProcess

protected void doProcess(ImapSession session,
                         StoreRequest request,
                         StoreResponder responder)

createResponder

protected Responder createResponder(org.jboss.netty.channel.Channel channel,
                                    ImapRequest request)
Overrides:
createResponder in class AbstractImapProcessor


Copyright © 2011. All Rights Reserved.