Searched refs:HTTP_INTERNAL_ERROR (Results 1 - 6 of 6) sorted by relevance

/openjdk9/jdk/src/jdk.httpserver/share/classes/sun/net/httpserver/
H A DCode.java60 public static final int HTTP_INTERNAL_ERROR = 500; field in class:Code
100 case HTTP_INTERNAL_ERROR: return " Internal Server Error";
H A DServerImpl.java593 reject (Code.HTTP_INTERNAL_ERROR,
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/messaging/saaj/client/p2p/
H A DHttpSOAPConnection.java251 // let HTTP_INTERNAL_ERROR (500) through because it is used for SOAP faults
252 if (responseCode == HttpURLConnection.HTTP_INTERNAL_ERROR) {
270 if (responseCode == HttpURLConnection.HTTP_INTERNAL_ERROR) {
453 // let HTTP_INTERNAL_ERROR (500) through because it is used for SOAP faults
454 if (responseCode == HttpURLConnection.HTTP_INTERNAL_ERROR) {
469 if (responseCode == HttpURLConnection.HTTP_INTERNAL_ERROR) {
/openjdk9/jdk/src/java.base/share/classes/java/net/
H A DHttpURLConnection.java837 public static final int HTTP_INTERNAL_ERROR = 500; field in class:HttpURLConnection
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/transport/http/client/
H A DHttpTransportPipe.java305 if (statusCode == HttpURLConnection.HTTP_OK || statusCode == HttpURLConnection.HTTP_ACCEPTED || statusCode == HttpURLConnection.HTTP_INTERNAL_ERROR) {
307 if (statusCode == HttpURLConnection.HTTP_INTERNAL_ERROR && in == null) {
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/transport/http/
H A DHttpAdapter.java593 ? HttpURLConnection.HTTP_INTERNAL_ERROR
848 con.setStatus(HttpURLConnection.HTTP_INTERNAL_ERROR);
976 con.setStatus(HttpURLConnection.HTTP_INTERNAL_ERROR);

Completed in 123 milliseconds