public class WebSocketServerHandler
extends org.jboss.netty.channel.SimpleChannelUpstreamHandler
Constructor and Description |
---|
WebSocketServerHandler(CacheContainer cacheContainer,
Map<String,OpHandler> operationHandlers,
Map<String,Cache> startedCaches) |
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) |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.