Uses of Class
com.hs.mail.imap.server.codec.ImapMessageDecoder.State

Packages that use ImapMessageDecoder.State
com.hs.mail.imap.server.codec   
 

Uses of ImapMessageDecoder.State in com.hs.mail.imap.server.codec
 

Methods in com.hs.mail.imap.server.codec that return ImapMessageDecoder.State
static ImapMessageDecoder.State ImapMessageDecoder.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ImapMessageDecoder.State[] ImapMessageDecoder.State.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.hs.mail.imap.server.codec with parameters of type ImapMessageDecoder.State
protected  Object ImapMessageDecoder.decode(org.jboss.netty.channel.ChannelHandlerContext ctx, org.jboss.netty.channel.Channel channel, org.jboss.netty.buffer.ChannelBuffer buffer, ImapMessageDecoder.State state)
           
 



Copyright © 2011. All Rights Reserved.