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

All Known Implementing Classes:
AbstractImapResponder, DefaultImapResponder, FetchResponder, ListResponder, QuotaResponder, SelectResponder, StatusResponder, StoreResponder, UnsolicitedResponder

public interface Responder

Since:
Feb 1, 2010
Author:
Won Chul Doh

Method Summary
 org.jboss.netty.channel.ChannelFuture bye(String text)
           
 org.jboss.netty.channel.Channel getChannel()
           
 ImapRequest getRequest()
           
 org.jboss.netty.channel.ChannelFuture okCompleted(ImapRequest request)
           
 org.jboss.netty.channel.ChannelFuture okCompleted(ImapRequest request, String responseCode)
           
 org.jboss.netty.channel.ChannelFuture taggedNo(ImapRequest request, String text)
           
 org.jboss.netty.channel.ChannelFuture taggedNo(ImapRequest request, String responseCode, String text)
           
 org.jboss.netty.channel.ChannelFuture untagged(String text)
           
 org.jboss.netty.channel.ChannelFuture untaggedOK(String text)
           
 

Method Detail

getChannel

org.jboss.netty.channel.Channel getChannel()

getRequest

ImapRequest getRequest()

okCompleted

org.jboss.netty.channel.ChannelFuture okCompleted(ImapRequest request)

okCompleted

org.jboss.netty.channel.ChannelFuture okCompleted(ImapRequest request,
                                                  String responseCode)

bye

org.jboss.netty.channel.ChannelFuture bye(String text)

taggedNo

org.jboss.netty.channel.ChannelFuture taggedNo(ImapRequest request,
                                               String text)

taggedNo

org.jboss.netty.channel.ChannelFuture taggedNo(ImapRequest request,
                                               String responseCode,
                                               String text)

untaggedOK

org.jboss.netty.channel.ChannelFuture untaggedOK(String text)

untagged

org.jboss.netty.channel.ChannelFuture untagged(String text)


Copyright © 2011. All Rights Reserved.