super(manager, handler, sock);
}
protected RingByteBuffer allocateSendBuffer(int bufferSize) {
return new RingByteBuffer(bufferSize, false) {
protected void bufferFullHook(String how) throws IOException {
if (!sock.isOutputShutdown()) {
flushSendBuffer();