If the server-side application does not filter messages on this channel, the message will be delivered unaltered to all channel members, including the sender. However, the server-side application may alter the message, discard the message, or modify the list of recipients for application-specific reasons. If the channel message is not delivered to the sender (because it is discarded by the application, for example), the sender's {@link ClientChannelListener} will not receive a {@link ClientChannelListener#receivedMessage receivedMessage} notificationfor that message.
The {@code ByteBuffer} may be reused immediately after this methodreturns. Changes made to the buffer after this method returns will have no effect on the message sent to the channel by this invocation. @param message a message to send @throws IllegalStateException if the sender is not a member ofthis channel @throws IOException if a synchronous I/O problem occurs
|
|
|
|