OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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