case SimpleSgsProtocol.CHANNEL_MESSAGE:
BigInteger channelRefId =
new BigInteger(1, msg.getBytes(msg.getShort()));
ByteBuffer channelMessage =
ByteBuffer.wrap(msg.getBytes(msg.limit() - msg.position()));
if (protocolHandler == null) {
// ignore message before authentication
if (logger.isLoggable(Level.FINE)) {
logger.log(
Level.FINE,