|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.netty.channel.SimpleChannelUpstreamHandler
org.jboss.netty.handler.codec.replay.ReplayingDecoder<ImapMessageDecoder.State>
com.hs.mail.imap.server.codec.ImapMessageDecoder
com.hs.mail.imap.server.codec.ImapRequestDecoder
public class ImapRequestDecoder
| 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 |
|---|
public ImapRequestDecoder()
public ImapRequestDecoder(int maxLineLength)
| Method Detail |
|---|
protected ImapMessage createMessage(String line)
throws Exception
createMessage in class ImapMessageDecoderException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||