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

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
AlertProtocol.java 59 * Defines the description code of the decompression_failure alert
61 protected static final byte DECOMPRESSION_FAILURE = 30;
220 case DECOMPRESSION_FAILURE:
221 return "decompression_failure";
SSLRecordProtocol.java 389 throw new AlertException(AlertProtocol.DECOMPRESSION_FAILURE,

Completed in 1119 milliseconds