Searched refs:EXPECT_CONTINUE (Results 1 - 5 of 5) sorted by relevance

/external/apache-http/src/org/apache/http/client/methods/
H A DHttpEntityEnclosingRequestBase.java68 return expect != null && HTTP.EXPECT_CONTINUE.equalsIgnoreCase(expect.getValue());
/external/apache-http/src/org/apache/http/impl/client/
H A DEntityEnclosingRequestWrapper.java75 return expect != null && HTTP.EXPECT_CONTINUE.equalsIgnoreCase(expect.getValue());
/external/apache-http/src/org/apache/http/message/
H A DBasicHttpEntityEnclosingRequest.java78 return expect != null && HTTP.EXPECT_CONTINUE.equalsIgnoreCase(expect.getValue());
/external/apache-http/src/org/apache/http/protocol/
H A DHTTP.java63 public static final String EXPECT_CONTINUE = "100-continue"; field in class:HTTP
H A DRequestExpectContinue.java72 request.addHeader(HTTP.EXPECT_DIRECTIVE, HTTP.EXPECT_CONTINUE);

Completed in 85 milliseconds