|
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.client.protocol.AbstractClientHandler
org.projectodd.stilts.stomp.client.protocol.ClientMessageHandler
public class ClientMessageHandler
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.jboss.netty.channel.ChannelHandler |
---|
org.jboss.netty.channel.ChannelHandler.Sharable |
Constructor Summary | |
---|---|
ClientMessageHandler(ClientContext clientContext)
|
Method Summary | |
---|---|
protected void |
handleStompMessage(org.jboss.netty.channel.ChannelHandlerContext channelContext,
StompMessage message)
|
void |
messageReceived(org.jboss.netty.channel.ChannelHandlerContext channelContext,
org.jboss.netty.channel.MessageEvent e)
|
Methods inherited from class org.projectodd.stilts.stomp.client.protocol.AbstractClientHandler |
---|
exceptionCaught, getClientContext, 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 ClientMessageHandler(ClientContext clientContext)
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
protected void handleStompMessage(org.jboss.netty.channel.ChannelHandlerContext channelContext, StompMessage message)
|
Stilts 0.1.0-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |