Searched refs:HTTP_OK (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DCode.java31 public static final int HTTP_OK = 200; field in class:Code
70 case HTTP_OK: return " OK";
/openjdk7/jdk/src/share/classes/java/net/
H A DHttpURLConnection.java619 public static final int HTTP_OK = 200; field in class:HttpURLConnection
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/client/
H A DHttpTransportPipe.java274 if (statusCode == HttpURLConnection.HTTP_OK || statusCode == HttpURLConnection.HTTP_ACCEPTED || isErrorCode(statusCode)) {
284 if (statusCode == HttpURLConnection.HTTP_OK || statusCode == HttpURLConnection.HTTP_ACCEPTED || statusCode == HttpURLConnection.HTTP_INTERNAL_ERROR) {
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DOCSP.java244 con.getResponseCode() != HttpURLConnection.HTTP_OK) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/client/p2p/
H A DHttpSOAPConnection.java251 //else if (responseCode != HttpURLConnection.HTTP_OK)
252 //else if (!(responseCode >= HttpURLConnection.HTTP_OK && responseCode < 207))
282 if (responseCode == HttpURLConnection.HTTP_OK || isFailure) {
478 if (responseCode == HttpURLConnection.HTTP_OK || isFailure) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/
H A DHttpAdapter.java277 ? HttpURLConnection.HTTP_OK
372 : HttpURLConnection.HTTP_OK);
645 con.setStatus(HttpURLConnection.HTTP_OK);
/openjdk7/jdk/src/share/classes/sun/applet/
H A DAppletClassLoader.java529 if (code == java.net.HttpURLConnection.HTTP_OK) {
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DHttpURLConnection.java1548 if (respCode == HTTP_OK) {
1861 if (respCode == HTTP_OK) {
1872 if (retryTunnel >= maxRedirects || (respCode != HTTP_OK)) {

Completed in 38 milliseconds