{
handshake( nextFilter );
}
catch( SSLException ssle )
{
SSLException newSSLE = new SSLHandshakeException(
"Initial SSL handshake failed." );
newSSLE.initCause( ssle );
throw newSSLE;
}
if( getOutNetBuffer().hasRemaining() )
{
if( SessionLog.isDebugEnabled( session ) )