public abstract class AbstractClientHandler
extends org.jboss.netty.channel.SimpleChannelUpstreamHandler
| Constructor and Description |
|---|
AbstractClientHandler(ClientContext clientContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
exceptionCaught(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ExceptionEvent e) |
ClientContext |
getClientContext() |
protected org.jboss.netty.channel.ChannelFuture |
sendError(org.jboss.netty.channel.ChannelHandlerContext channelContext,
String message) |
protected void |
sendErrorAndClose(org.jboss.netty.channel.ChannelHandlerContext channelContext,
String message) |
protected org.jboss.netty.channel.ChannelFuture |
sendFrame(org.jboss.netty.channel.ChannelHandlerContext channelContext,
StompFrame frame) |
public AbstractClientHandler(ClientContext clientContext)
public ClientContext getClientContext()
protected org.jboss.netty.channel.ChannelFuture sendFrame(org.jboss.netty.channel.ChannelHandlerContext channelContext,
StompFrame frame)
protected org.jboss.netty.channel.ChannelFuture sendError(org.jboss.netty.channel.ChannelHandlerContext channelContext,
String message)
protected void sendErrorAndClose(org.jboss.netty.channel.ChannelHandlerContext channelContext,
String message)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.