/[classpath]/classpath/java/net/HttpURLConnection.java
ViewVC logotype

Diff of /classpath/java/net/HttpURLConnection.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by mark, Sun Nov 17 16:11:20 2002 UTC revision 1.11 by mark, Fri Nov 22 02:42:26 2002 UTC
# Line 142  public abstract class HttpURLConnection Line 142  public abstract class HttpURLConnection
142     * a conditional GET.     * a conditional GET.
143     */     */
144    public static final int HTTP_NOT_MODIFIED = 304;    public static final int HTTP_NOT_MODIFIED = 304;
145    
146      /**
147       * The requested resource needs to be accessed through a proxy.
148       */
149      public static final int HTTP_USE_PROXY = 305;
150        
151        
152    /* HTTP Client Error Response Codes */    /* HTTP Client Error Response Codes */
# Line 244  public abstract class HttpURLConnection Line 249  public abstract class HttpURLConnection
249     * The server encountered an unexpected error (such as a CGI script crash)     * The server encountered an unexpected error (such as a CGI script crash)
250     * that prevents the request from being fulfilled.     * that prevents the request from being fulfilled.
251     */     */
252    public static final int HTTP_INTERNAL_ERROR   = 500;    public static final int HTTP_INTERNAL_ERROR   = 501;
253    
254    /**    /**
255     * The server does not support the requested functionality.       * The server does not support the requested functionality.  

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26