handshakeProtocol = new ServerHandshakeImpl(this);
}
alertProtocol = new AlertProtocol();
recordProtocol = new SSLRecordProtocol(handshakeProtocol,
alertProtocol, new SSLStreamedInput(input),
appDataIS.dataPoint);
}
if (logger != null) {
logger.println("SSLSocketImpl.startHandshake");