Searched refs:isInProgress (Results 1 – 8 of 8) sorted by relevance
87 public void isInProgress() throws GeneralSecurityException { in isInProgress() method in NettyTsiHandshakerTest88 assertTrue(clientHandshaker.isInProgress()); in isInProgress()89 assertTrue(serverHandshaker.isInProgress()); in isInProgress()93 assertFalse(clientHandshaker.isInProgress()); in isInProgress()94 assertFalse(serverHandshaker.isInProgress()); in isInProgress()160 if (!(clientHandshaker.isInProgress() || serverHandshaker.isInProgress())) { in doHandshake()
88 while (clientHandshaker.isInProgress() || serverHandshaker.isInProgress()) { in performHandshake()90 if (handshaker.isInProgress()) { in performHandshake()96 if (handshaker.isInProgress()) { in performHandshake()
197 public boolean isInProgress() { in isInProgress() method in FakeTsiHandshaker217 Preconditions.checkState(!isInProgress(), "Handshake is not complete."); in createFrameProtector()
374 assertFalse(serverHandshaker.isInProgress()); in doHandshake()448 public boolean isInProgress() { in isInProgress() method in AltsProtocolNegotiatorTest.DelegatingTsiHandshaker449 return delegate.isInProgress(); in isInProgress()
106 boolean isInProgress() { in isInProgress() method in NettyTsiHandshaker107 return internalHandshaker.isInProgress(); in isInProgress()116 checkState(!internalHandshaker.isInProgress()); in extractPeer()126 checkState(!internalHandshaker.isInProgress()); in extractPeerObject()
101 Preconditions.checkState(!isInProgress(), "Handshake is not complete.");117 Preconditions.checkState(!isInProgress(), "Handshake is not complete.");162 public boolean isInProgress() { in isInProgress() method in AltsTsiHandshaker176 Preconditions.checkState(!isInProgress(), "Handshake is not complete."); in createFrameProtector()
145 if (handshaker.processBytesFromPeer(in) && handshaker.isInProgress()) { in decode()150 if (!handshaker.isInProgress()) { in decode()
75 boolean isInProgress(); in isInProgress() method