OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CLOSE_NOTIFY
(Results
1 - 3
of
3
) sorted by null
/libcore/crypto/src/main/java/org/conscrypt/
AlertProtocol.java
39
* Defines the description code of the
close_notify
alert
41
protected static final byte
CLOSE_NOTIFY
= 0;
209
case
CLOSE_NOTIFY
:
210
return "
close_notify
";
SSLEngineImpl.java
44
// indicates if
close_notify
alert had been sent to another peer
46
// indicates if
close_notify
alert had been received from another peer
144
throw new SSLException("Inbound is closed before
close_notify
"
170
AlertProtocol.
CLOSE_NOTIFY
);
356
// waiting for "
close_notify
" response
491
case AlertProtocol.
CLOSE_NOTIFY
:
SSLSocketImpl.java
551
AlertProtocol.
CLOSE_NOTIFY
);
822
case AlertProtocol.
CLOSE_NOTIFY
:
Completed in 82 milliseconds