|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.clusterprotocol.AbstractClusterChannel.IntOutputChannelListener
protected class AbstractClusterChannel.IntOutputChannelListener
Constructor Summary | |
---|---|
protected |
AbstractClusterChannel.IntOutputChannelListener()
|
Method Summary | |
---|---|
void |
onSend(OutputChannel channel,
Message message)
Handler method, invoked on each send operation before message is passed down to transport layer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected AbstractClusterChannel.IntOutputChannelListener()
Method Detail |
---|
public void onSend(OutputChannel channel, Message message)
OutputChannelListener
onSend
in interface OutputChannelListener
channel
- Output channel; on client side it is an upstream to server;
on server side it is a downstream to connected clientmessage
- The original Message instance being processed.
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |