@ChannelHandler.Sharable
public class WSResponseHandler
extends org.jboss.netty.channel.SimpleChannelUpstreamHandler
| Modifier and Type | Class and Description |
|---|---|
static interface |
WSResponseHandler.Result |
| Constructor and Description |
|---|
WSResponseHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
exceptionCaught(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ExceptionEvent e) |
Future<WSResponseHandler.Result> |
getFutureResult() |
void |
messageReceived(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.MessageEvent e) |
public void messageReceived(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.MessageEvent e)
throws Exception
messageReceived in class org.jboss.netty.channel.SimpleChannelUpstreamHandlerExceptionpublic void exceptionCaught(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ExceptionEvent e)
throws Exception
exceptionCaught in class org.jboss.netty.channel.SimpleChannelUpstreamHandlerExceptionpublic Future<WSResponseHandler.Result> getFutureResult()
Copyright © 2013 JBoss, by Red Hat. All Rights Reserved.