* @param buffer the buffer containing the packet
* @throws Exception if an error occurs
*/
protected void channelEof(Buffer buffer) throws IOException {
Channel channel = getChannel(buffer);
channel.handleEof();
}
/**
* Close a channel due to a close packet received
*