if (_isWriteClosed.get())
throw new IllegalStateException(L.l("{0} is closed for writing.",
this));
if (_binaryOut == null)
_binaryOut = new WebSocketOutputStream(_controller.getWriteStream(),
TempBuffer.allocate().getBuffer());
_binaryOut.init();
return _binaryOut;