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