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

  /external/apache-http/src/org/apache/http/impl/auth/
DigestScheme.java 104 private int qopVariant = QOP_MISSING;
143 qopVariant = QOP_AUTH;
146 qopVariant = QOP_AUTH_INT;
153 if (unsupportedQop && (qopVariant == QOP_MISSING)) {
286 if (qopVariant == QOP_AUTH_INT) {
328 if (qopVariant == QOP_AUTH_INT) {
339 if (qopVariant == QOP_MISSING) {
409 if (qopVariant != QOP_MISSING) {
436 if (qopVariant == QOP_AUTH_INT) {
  /prebuilt/common/http-client/
httpclient-4.1.1.jar 

Completed in 25 milliseconds