org.projectodd.stilts.stomp.server.websockets.protocol
Class SessionDecodedEvent
java.lang.Object
org.projectodd.stilts.stomp.server.websockets.protocol.SessionDecodedEvent
- All Implemented Interfaces:
- org.jboss.netty.channel.ChannelEvent
public class SessionDecodedEvent
- extends Object
- implements org.jboss.netty.channel.ChannelEvent
SessionDecodedEvent
public SessionDecodedEvent(org.jboss.netty.channel.Channel channel,
String sessionId)
getChannel
public org.jboss.netty.channel.Channel getChannel()
- Specified by:
getChannel
in interface org.jboss.netty.channel.ChannelEvent
getFuture
public org.jboss.netty.channel.ChannelFuture getFuture()
- Specified by:
getFuture
in interface org.jboss.netty.channel.ChannelEvent
getSessionId
public String getSessionId()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.