Lines Matching refs:http
2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/HttpStatus.java $
15 * http://www.apache.org/licenses/LICENSE-2.0
28 * <http://www.apache.org/>.
32 package org.apache.http;
35 * Constants enumerating the HTTP status codes.
36 * All status codes defined in RFC1945 (HTTP/1.0), RFC2616 (HTTP/1.1), and
47 * Please visit <a href="http://android-developers.blogspot.com/2011/09/androids-http-clients.html">this webpage</a>
55 /** <tt>100 Continue</tt> (HTTP/1.1 - RFC 2616) */
57 /** <tt>101 Switching Protocols</tt> (HTTP/1.1 - RFC 2616)*/
64 /** <tt>200 OK</tt> (HTTP/1.0 - RFC 1945) */
66 /** <tt>201 Created</tt> (HTTP/1.0 - RFC 1945) */
68 /** <tt>202 Accepted</tt> (HTTP/1.0 - RFC 1945) */
70 /** <tt>203 Non Authoritative Information</tt> (HTTP/1.1 - RFC 2616) */
72 /** <tt>204 No Content</tt> (HTTP/1.0 - RFC 1945) */
74 /** <tt>205 Reset Content</tt> (HTTP/1.1 - RFC 2616) */
76 /** <tt>206 Partial Content</tt> (HTTP/1.1 - RFC 2616) */
80 * OK</tt> (HTTP/1.1 - draft-ietf-http-v11-spec-rev-01?)
86 /** <tt>300 Mutliple Choices</tt> (HTTP/1.1 - RFC 2616) */
88 /** <tt>301 Moved Permanently</tt> (HTTP/1.0 - RFC 1945) */
90 /** <tt>302 Moved Temporarily</tt> (Sometimes <tt>Found</tt>) (HTTP/1.0 - RFC 1945) */
92 /** <tt>303 See Other</tt> (HTTP/1.1 - RFC 2616) */
94 /** <tt>304 Not Modified</tt> (HTTP/1.0 - RFC 1945) */
96 /** <tt>305 Use Proxy</tt> (HTTP/1.1 - RFC 2616) */
98 /** <tt>307 Temporary Redirect</tt> (HTTP/1.1 - RFC 2616) */
103 /** <tt>400 Bad Request</tt> (HTTP/1.1 - RFC 2616) */
105 /** <tt>401 Unauthorized</tt> (HTTP/1.0 - RFC 1945) */
107 /** <tt>402 Payment Required</tt> (HTTP/1.1 - RFC 2616) */
109 /** <tt>403 Forbidden</tt> (HTTP/1.0 - RFC 1945) */
111 /** <tt>404 Not Found</tt> (HTTP/1.0 - RFC 1945) */
113 /** <tt>405 Method Not Allowed</tt> (HTTP/1.1 - RFC 2616) */
115 /** <tt>406 Not Acceptable</tt> (HTTP/1.1 - RFC 2616) */
117 /** <tt>407 Proxy Authentication Required</tt> (HTTP/1.1 - RFC 2616)*/
119 /** <tt>408 Request Timeout</tt> (HTTP/1.1 - RFC 2616) */
121 /** <tt>409 Conflict</tt> (HTTP/1.1 - RFC 2616) */
123 /** <tt>410 Gone</tt> (HTTP/1.1 - RFC 2616) */
125 /** <tt>411 Length Required</tt> (HTTP/1.1 - RFC 2616) */
127 /** <tt>412 Precondition Failed</tt> (HTTP/1.1 - RFC 2616) */
129 /** <tt>413 Request Entity Too Large</tt> (HTTP/1.1 - RFC 2616) */
131 /** <tt>414 Request-URI Too Long</tt> (HTTP/1.1 - RFC 2616) */
133 /** <tt>415 Unsupported Media Type</tt> (HTTP/1.1 - RFC 2616) */
135 /** <tt>416 Requested Range Not Satisfiable</tt> (HTTP/1.1 - RFC 2616) */
137 /** <tt>417 Expectation Failed</tt> (HTTP/1.1 - RFC 2616) */
143 * or <tt>418 Reauthentication Required</tt> (HTTP/1.1 drafts?)
153 * (HTTP/1.1 drafts?)
171 /** <tt>500 Server Error</tt> (HTTP/1.0 - RFC 1945) */
173 /** <tt>501 Not Implemented</tt> (HTTP/1.0 - RFC 1945) */
175 /** <tt>502 Bad Gateway</tt> (HTTP/1.0 - RFC 1945) */
177 /** <tt>503 Service Unavailable</tt> (HTTP/1.0 - RFC 1945) */
179 /** <tt>504 Gateway Timeout</tt> (HTTP/1.1 - RFC 2616) */
181 /** <tt>505 HTTP Version Not Supported</tt> (HTTP/1.1 - RFC 2616) */