Home | History | Annotate | Download | only in jsse

Lines Matching refs:handshakeProtocol

51     private HandshakeProtocol handshakeProtocol;
462 handshakeProtocol = new ClientHandshakeImpl(this);
467 handshakeProtocol = new ServerHandshakeImpl(this);
471 recordProtocol = new SSLRecordProtocol(handshakeProtocol,
480 handshakeProtocol.start();
587 handshakeProtocol.shutdown();
588 handshakeProtocol = null;
617 if (!handshakeProtocol.getStatus().equals(
722 while (!(status = handshakeProtocol.getStatus()).equals(
735 output.write(handshakeProtocol.wrap());