@ChannelHandler.Sharable
public class Netty3HttpRequestHandler
extends org.jboss.netty.channel.SimpleChannelUpstreamHandler
| Constructor and Description |
|---|
Netty3HttpRequestHandler(Netty3HttpServerTransport serverTransport,
boolean detailedErrorsEnabled,
org.elasticsearch.common.util.concurrent.ThreadContext threadContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
exceptionCaught(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ExceptionEvent e) |
void |
messageReceived(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.MessageEvent e) |
public Netty3HttpRequestHandler(Netty3HttpServerTransport serverTransport, boolean detailedErrorsEnabled, org.elasticsearch.common.util.concurrent.ThreadContext threadContext)
public void messageReceived(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.MessageEvent e)
throws java.lang.Exception
messageReceived in class org.jboss.netty.channel.SimpleChannelUpstreamHandlerjava.lang.Exceptionpublic void exceptionCaught(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ExceptionEvent e)
throws java.lang.Exception
exceptionCaught in class org.jboss.netty.channel.SimpleChannelUpstreamHandlerjava.lang.Exception