public class SessionHandler
extends io.netty.channel.ChannelHandlerAdapter
SessionState that this session handles will differ.| Modifier and Type | Class and Description |
|---|---|
class |
SessionHandler.DefaultSockJsSessionContext |
static class |
SessionHandler.Event |
| Constructor and Description |
|---|
SessionHandler(org.jboss.aerogear.io.netty.handler.codec.sockjs.handler.SessionState sessionState) |
| Modifier and Type | Method and Description |
|---|---|
void |
channelInactive(io.netty.channel.ChannelHandlerContext ctx) |
void |
channelRead(io.netty.channel.ChannelHandlerContext ctx,
Object msg) |
void |
userEventTriggered(io.netty.channel.ChannelHandlerContext ctx,
Object event) |
public SessionHandler(org.jboss.aerogear.io.netty.handler.codec.sockjs.handler.SessionState sessionState)
public void channelRead(io.netty.channel.ChannelHandlerContext ctx,
Object msg)
throws Exception
channelRead in interface io.netty.channel.ChannelHandlerchannelRead in class io.netty.channel.ChannelHandlerAdapterExceptionpublic void channelInactive(io.netty.channel.ChannelHandlerContext ctx)
throws Exception
channelInactive in interface io.netty.channel.ChannelHandlerchannelInactive in class io.netty.channel.ChannelHandlerAdapterExceptionCopyright © 2014 JBoss by Red Hat. All Rights Reserved.