|
Stilts 0.1.0-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.netty.channel.SimpleChannelUpstreamHandler
org.projectodd.stilts.stomp.server.protocol.AbstractProviderHandler
org.projectodd.stilts.stomp.server.protocol.AbstractControlFrameHandler
org.projectodd.stilts.stomp.server.protocol.SubscribeHandler
public class SubscribeHandler
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.jboss.netty.channel.ChannelHandler |
---|
org.jboss.netty.channel.ChannelHandler.Sharable |
Constructor Summary | |
---|---|
SubscribeHandler(StompProvider server,
ConnectionContext context)
|
Method Summary | |
---|---|
void |
handleControlFrame(org.jboss.netty.channel.ChannelHandlerContext channelContext,
StompFrame frame)
|
Methods inherited from class org.projectodd.stilts.stomp.server.protocol.AbstractControlFrameHandler |
---|
handleStompFrame, messageReceived, setRequiresClientIdentification |
Methods inherited from class org.projectodd.stilts.stomp.server.protocol.AbstractProviderHandler |
---|
exceptionCaught, getContext, getStompConnection, getStompProvider, sendError, sendErrorAndClose, sendFrame |
Methods inherited from class org.jboss.netty.channel.SimpleChannelUpstreamHandler |
---|
channelBound, channelClosed, channelConnected, channelDisconnected, channelInterestChanged, channelOpen, channelUnbound, childChannelClosed, childChannelOpen, handleUpstream, writeComplete |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SubscribeHandler(StompProvider server, ConnectionContext context)
Method Detail |
---|
public void handleControlFrame(org.jboss.netty.channel.ChannelHandlerContext channelContext, StompFrame frame)
handleControlFrame
in class AbstractControlFrameHandler
|
Stilts 0.1.0-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |