| Interface | Description |
|---|---|
| IMAPServerMBean | |
| NettyConstants |
Just some constants which are used with the Netty implementation
|
| Class | Description |
|---|---|
| AbstractNettyImapRequestLineReader | |
| ChannelImapResponseWriter |
ImapResponseWriter implementation which writes the data to a
Channel |
| ImapChannelUpstreamHandler |
SimpleChannelUpstreamHandler which handles IMAP |
| ImapHeartbeatHandler | |
| ImapIdleStateHandler |
IdleStateAwareChannelHandler which will call ImapSession.logout() if the
connected client did not receive or send any traffic in a given timeframe |
| ImapLineHandlerAdapter |
SimpleChannelUpstreamHandler implementation which will delegate the
data received on
ImapLineHandlerAdapter.messageReceived(ChannelHandlerContext, MessageEvent) to a
ImapLineHandler.onLine(ImapSession, byte[]) |
| ImapRequestFrameDecoder |
FrameDecoder which will decode via and ImapDecoder instance |
| IMAPServer |
NIO IMAP Server which use Netty
|
| IMAPServerFactory | |
| NettyImapRequestLineReader |
ImapRequestLineReader implementation which will write to a
Channel and read from a ChannelBuffer. |
| NettyImapSession | |
| NettyStreamImapRequestLineReader | |
| OioIMAPServer |
IMAPServer which use old IO and not NIO.
|
| OioIMAPServerFactory |
| Exception | Description |
|---|
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.