|
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.ReceiptHandler
public class ReceiptHandler
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.jboss.netty.channel.ChannelHandler |
---|
org.jboss.netty.channel.ChannelHandler.Sharable |
Constructor Summary | |
---|---|
ReceiptHandler(StompProvider server,
ConnectionContext context)
|
Method Summary | |
---|---|
void |
handleStompFrame(org.jboss.netty.channel.ChannelHandlerContext channelContext,
StompFrame frame)
|
void |
messageReceived(org.jboss.netty.channel.ChannelHandlerContext channelContext,
org.jboss.netty.channel.MessageEvent e)
|
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 ReceiptHandler(StompProvider server, ConnectionContext context)
Method Detail |
---|
public void messageReceived(org.jboss.netty.channel.ChannelHandlerContext channelContext, org.jboss.netty.channel.MessageEvent e) throws Exception
messageReceived
in class org.jboss.netty.channel.SimpleChannelUpstreamHandler
Exception
public void handleStompFrame(org.jboss.netty.channel.ChannelHandlerContext channelContext, StompFrame frame)
|
Stilts 0.1.0-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |