* @param buffer the buffer containing the data
* @throws Exception if an error occurs
*/
protected void channelData(Buffer buffer) throws IOException {
Channel channel = getChannel(buffer);
channel.handleData(buffer);
}
/**
* Process incoming extended data on a channel
*