Uses of Interface
com.hs.mail.imap.message.responder.Responder

Packages that use Responder
com.hs.mail.imap.message.responder   
com.hs.mail.imap.message.responder.ext   
com.hs.mail.imap.processor   
com.hs.mail.imap.processor.ext   
com.hs.mail.imap.processor.fetch   
 

Uses of Responder in com.hs.mail.imap.message.responder
 

Classes in com.hs.mail.imap.message.responder that implement Responder
 class AbstractImapResponder
           
 class DefaultImapResponder
           
 class FetchResponder
           
 class ListResponder
           
 class SelectResponder
           
 class StatusResponder
           
 class StoreResponder
           
 class UnsolicitedResponder
           
 

Constructors in com.hs.mail.imap.message.responder with parameters of type Responder
UnsolicitedResponder(Responder responder)
           
 

Uses of Responder in com.hs.mail.imap.message.responder.ext
 

Classes in com.hs.mail.imap.message.responder.ext that implement Responder
 class QuotaResponder
           
 

Uses of Responder in com.hs.mail.imap.processor
 

Methods in com.hs.mail.imap.processor that return Responder
protected  Responder StoreProcessor.createResponder(org.jboss.netty.channel.Channel channel, ImapRequest request)
           
protected  Responder StatusProcessor.createResponder(org.jboss.netty.channel.Channel channel, ImapRequest request)
           
protected  Responder AbstractSelectProcessor.createResponder(org.jboss.netty.channel.Channel channel, ImapRequest request)
           
protected  Responder AbstractListProcessor.createResponder(org.jboss.netty.channel.Channel channel, ImapRequest request)
           
protected  Responder AbstractImapProcessor.createResponder(org.jboss.netty.channel.Channel channel, ImapRequest request)
           
 

Methods in com.hs.mail.imap.processor with parameters of type Responder
protected  void UnsubscribeProcessor.doProcess(ImapSession session, ImapRequest message, Responder responder)
           
protected  void SubscribeProcessor.doProcess(ImapSession session, ImapRequest message, Responder responder)
           
protected  void StoreProcessor.doProcess(ImapSession session, ImapRequest message, Responder responder)
           
protected  void StatusProcessor.doProcess(ImapSession session, ImapRequest message, Responder responder)
           
protected  void SearchProcessor.doProcess(ImapSession session, ImapRequest message, Responder responder)
           
protected  void RenameProcessor.doProcess(ImapSession session, ImapRequest message, Responder responder)
           
protected  void NoopProcessor.doProcess(ImapSession session, ImapRequest message, Responder responder)
           
protected  void LogoutProcessor.doProcess(ImapSession session, ImapRequest message, Responder responder)
           
protected  void LoginProcessor.doProcess(ImapSession session, ImapRequest message, Responder responder)
           
protected  void ExpungeProcessor.doProcess(ImapSession session, ImapRequest message, Responder responder)
           
protected  void DeleteProcessor.doProcess(ImapSession session, ImapRequest message, Responder responder)
           
protected  void CreateProcessor.doProcess(ImapSession session, ImapRequest message, Responder responder)
           
protected  void CopyProcessor.doProcess(ImapSession session, ImapRequest message, Responder responder)
           
protected  void CloseProcessor.doProcess(ImapSession session, ImapRequest message, Responder responder)
           
protected  void CheckProcessor.doProcess(ImapSession session, ImapRequest message, Responder responder)
           
protected  void CapabilityProcessor.doProcess(ImapSession session, ImapRequest message, Responder responder)
           
protected  void AuthenticateProcessor.doProcess(ImapSession session, ImapRequest message, Responder responder)
           
protected  void AppendProcessor.doProcess(ImapSession session, ImapRequest message, Responder responder)
           
protected  void AbstractSelectProcessor.doProcess(ImapSession session, ImapRequest message, Responder responder)
           
protected  void AbstractListProcessor.doProcess(ImapSession session, ImapRequest message, Responder responder)
           
protected abstract  void AbstractImapProcessor.doProcess(ImapSession session, ImapRequest request, Responder responder)
           
protected  void AbstractImapProcessor.unsolicitedResponse(ImapSession session, Responder responder)
           
 

Uses of Responder in com.hs.mail.imap.processor.ext
 

Methods in com.hs.mail.imap.processor.ext that return Responder
protected  Responder AbstractQuotaProcessor.createResponder(org.jboss.netty.channel.Channel channel, ImapRequest request)
           
 

Methods in com.hs.mail.imap.processor.ext with parameters of type Responder
protected  void SortProcessor.doProcess(ImapSession session, ImapRequest request, Responder responder)
           
protected  void NamespaceProcessor.doProcess(ImapSession session, ImapRequest message, Responder responder)
           
protected  void AbstractQuotaProcessor.doProcess(ImapSession session, ImapRequest request, Responder responder)
           
 

Uses of Responder in com.hs.mail.imap.processor.fetch
 

Methods in com.hs.mail.imap.processor.fetch that return Responder
protected  Responder FetchProcessor.createResponder(org.jboss.netty.channel.Channel channel, ImapRequest request)
           
 

Methods in com.hs.mail.imap.processor.fetch with parameters of type Responder
protected  void FetchProcessor.doProcess(ImapSession session, ImapRequest message, Responder responder)
           
 



Copyright © 2011. All Rights Reserved.