Package | Description |
---|---|
org.apache.james.imapserver.netty |
Modifier and Type | Class and Description |
---|---|
class |
ImapChannelUpstreamHandler
SimpleChannelUpstreamHandler which handles IMAP |
class |
ImapIdleStateHandler
IdleStateAwareChannelHandler which will call ImapSession.logout() if the
connected client did not receive or send any traffic in a given timeframe |
class |
ImapRequestFrameDecoder
FrameDecoder which will decode via and ImapDecoder instance |
class |
IMAPServer
NIO IMAP Server which use Netty
|
class |
NettyImapSession |
class |
OioIMAPServer
IMAPServer which use old IO and not NIO.
|
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.