if (enableTlsSyncWrite) {
if (Thread.currentThread() instanceof WorkerThread) {
WorkerThread workerThread =
(WorkerThread) Thread.currentThread();
workerThread.attach(currentTA);
SSLOutputWriter.flushChannel((SocketChannel) getKey().channel(),
bb);
} else {
if (logger.isLoggable(Level.WARNING)) {