Searched refs:cs_SENT_CLOSE (Results 1 – 1 of 1) sorted by relevance
160 private static final int cs_SENT_CLOSE = 5; field in SSLSocketImpl714 case cs_SENT_CLOSE: in writeRecord()1060 && connectionState != cs_SENT_CLOSE) { in readRecord()1463 case cs_SENT_CLOSE: in checkEOF()1488 if (checkEOF() || (getConnectionState() == cs_SENT_CLOSE)) { in checkWrite()1598 if (state != cs_SENT_CLOSE) { in closeInternal()1601 connectionState = cs_SENT_CLOSE; in closeInternal()1615 if (state == cs_SENT_CLOSE) { in closeInternal()1971 if (connectionState >= cs_SENT_CLOSE) { in sendAlert()