Home
last modified time | relevance | path

Searched refs:OK_CODE (Results 1 – 1 of 1) sorted by relevance

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
DHttpsURLConnectionTest.java77 private static final int OK_CODE = 200; field in HttpsURLConnectionTest
686 OK_CODE); in testProxyAuthConnection_doOutput()
943 return doInteraction(clientConnection, serverSocket, OK_CODE, false, in doInteraction()
966 return doInteraction(clientConnection, serverSocket, OK_CODE, false, in doPersistentInteraction()
1010 if (responseCode != OK_CODE) { // not OK response expected in doInteraction()
1030 if (responseCode != OK_CODE) { // not OK response expected in doInteraction()
1173 this(serverSocket, OK_CODE, false, false); in ServerWork()
1307 .write(("HTTP/1.1 " + OK_CODE + "\n" + httpsResponseTail) in run()