public class ImapLineHandlerAdapter
extends org.jboss.netty.channel.SimpleChannelUpstreamHandler
SimpleChannelUpstreamHandler
implementation which will delegate the
data received on
messageReceived(ChannelHandlerContext, MessageEvent)
to a
ImapLineHandler.onLine(ImapSession, byte[])
Constructor and Description |
---|
ImapLineHandlerAdapter(org.apache.james.imap.api.process.ImapSession session,
org.apache.james.imap.api.process.ImapLineHandler lineHandler) |
Modifier and Type | Method and Description |
---|---|
void |
messageReceived(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.MessageEvent e) |
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.