protected static class WONettyAdaptor.RequestHandler
extends org.jboss.netty.channel.SimpleChannelUpstreamHandler
| Modifier | Constructor and Description |
|---|---|
protected |
RequestHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
channelClosed(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ChannelStateEvent e) |
void |
exceptionCaught(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ExceptionEvent e) |
protected void |
handleHTTPRequest(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.MessageEvent e,
org.jboss.netty.handler.codec.http.HttpRequest _request) |
protected void |
handleUpgradeRequest(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.handler.codec.http.HttpRequest req) |
protected void |
handleWebSocketFrame(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.MessageEvent e,
org.jboss.netty.handler.codec.http.websocketx.WebSocketFrame frame) |
void |
messageReceived(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.MessageEvent e) |
public void channelClosed(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ChannelStateEvent e)
throws java.lang.Exception
channelClosed in class org.jboss.netty.channel.SimpleChannelUpstreamHandlerjava.lang.Exceptionpublic 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.Exceptionprotected void handleWebSocketFrame(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.MessageEvent e,
org.jboss.netty.handler.codec.http.websocketx.WebSocketFrame frame)
protected void handleHTTPRequest(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.MessageEvent e,
org.jboss.netty.handler.codec.http.HttpRequest _request)
throws java.io.IOException
java.io.IOExceptionprotected void handleUpgradeRequest(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.handler.codec.http.HttpRequest req)
public 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.ExceptionCopyright © 2002 – 2022 Project Wonder.