*/
@Override
public void recycle(){
if (byteBuffer != null){
try{
WorkerThread workerThread = (WorkerThread)Thread.currentThread();
workerThread.setByteBuffer(byteBuffer);
} catch (ClassCastException ex){
// Avoid failling if the Grizzly extension doesn't support
// the WorkerThread interface.
Logger logger = SSLSelectorThread.logger();
if (logger.isLoggable(Level.FINEST))