HomeSort by relevance Sort by last modified time
    Searched refs:CLOSE_NOTIFY (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
AlertProtocol.java 39 * Defines the description code of the close_notify alert
41 protected static final byte CLOSE_NOTIFY = 0;
210 case CLOSE_NOTIFY:
211 return "close_notify";
SSLEngineImpl.java 45 // indicates if close_notify alert had been sent to another peer
47 // indicates if close_notify alert had been received from another peer
145 throw new SSLException("Inbound is closed before close_notify "
171 AlertProtocol.CLOSE_NOTIFY);
357 // waiting for "close_notify" response
492 case AlertProtocol.CLOSE_NOTIFY:
SSLSocketImpl.java 514 AlertProtocol.CLOSE_NOTIFY);
785 case AlertProtocol.CLOSE_NOTIFY:

Completed in 4278 milliseconds