* @param buffer the buffer containing the data
* @throws Exception if an error occurs
*/
protected void channelExtendedData(Buffer buffer) throws IOException {
Channel channel = getChannel(buffer);
channel.handleExtendedData(buffer);
}
/**
* Process a window adjust packet on a channel
*