readHandler = new ClosedReadHandler();
writeHandler = new ClosedWriteHandler();
if (protocolHandler != null) {
SessionProtocolHandler handler = protocolHandler;
protocolHandler = null;
handler.disconnect(new RequestHandler());
}
}
/* -- Object method overrides -- */