Searched refs:closeInternal (Results 1 – 3 of 3) sorted by relevance
219 if (!closeInternal(rstStatusCode)) { in close()230 if (!closeInternal(errorCode)) { in closeLater()237 private boolean closeInternal(ErrorCode errorCode) { in closeInternal() method in FramedStream
221 if (!closeInternal(rstStatusCode)) { in close()232 if (!closeInternal(errorCode)) { in closeLater()239 private boolean closeInternal(ErrorCode errorCode) { in closeInternal() method in FramedStream
388 executor.execute(this ::closeInternal); in close()681 private void closeInternal() { in closeInternal() method in PeerConnectionClient