com.hs.mail.imap.server.codec
Class ImapRequestDecoder

java.lang.Object
  extended by org.jboss.netty.channel.SimpleChannelUpstreamHandler
      extended by org.jboss.netty.handler.codec.replay.ReplayingDecoder<ImapMessageDecoder.State>
          extended by com.hs.mail.imap.server.codec.ImapMessageDecoder
              extended by com.hs.mail.imap.server.codec.ImapRequestDecoder
All Implemented Interfaces:
org.jboss.netty.channel.ChannelHandler, org.jboss.netty.channel.ChannelUpstreamHandler

public class ImapRequestDecoder
extends ImapMessageDecoder

Since:
Jan 22, 2010
Author:
Won Chul Doh

Nested Class Summary
 
Nested classes/interfaces inherited from class com.hs.mail.imap.server.codec.ImapMessageDecoder
ImapMessageDecoder.State
 
Field Summary
 
Fields inherited from class com.hs.mail.imap.server.codec.ImapMessageDecoder
message
 
Constructor Summary
ImapRequestDecoder()
           
ImapRequestDecoder(int maxLineLength)
           
 
Method Summary
protected  ImapMessage createMessage(String line)
           
 
Methods inherited from class com.hs.mail.imap.server.codec.ImapMessageDecoder
decode
 
Methods inherited from class org.jboss.netty.handler.codec.replay.ReplayingDecoder
actualReadableBytes, channelClosed, channelDisconnected, checkpoint, checkpoint, decodeLast, exceptionCaught, getState, messageReceived, setState
 
Methods inherited from class org.jboss.netty.channel.SimpleChannelUpstreamHandler
channelBound, channelConnected, channelInterestChanged, channelOpen, channelUnbound, childChannelClosed, childChannelOpen, handleUpstream, writeComplete
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImapRequestDecoder

public ImapRequestDecoder()

ImapRequestDecoder

public ImapRequestDecoder(int maxLineLength)
Method Detail

createMessage

protected ImapMessage createMessage(String line)
                             throws Exception
Specified by:
createMessage in class ImapMessageDecoder
Throws:
Exception


Copyright © 2011. All Rights Reserved.