public void onPostAdd( IoFilterChain parent, String name, NextFilter nextFilter ) throws SSLException
{
SSLHandler handler = getSSLSessionHandler( parent.getSession() );
handler.handshake( nextFilter );
handler.flushPostHandshakeEvents();
}
public void onPreRemove( IoFilterChain parent, String name, NextFilter nextFilter ) throws SSLException
{
IoSession session = parent.getSession();