private WriteFuture initiateClosure( NextFilter nextFilter, IoSession session ) throws SSLException
{
SSLHandler handler = getSSLSessionHandler( session );
// if already shut down
if( !handler.closeOutbound() )
{
return WriteFuture.newNotWrittenFuture();
}
// there might be data to write out here?