/[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.7 by mark, Tue Jan 22 22:27:00 2002 UTC revision 1.8 by cbj, Sun May 5 02:47:42 2002 UTC
# Line 252  public static final int HTTP_SERVER_ERRO Line 252  public static final int HTTP_SERVER_ERRO
252  public static final int HTTP_INTERNAL_ERROR = 500;  public static final int HTTP_INTERNAL_ERROR = 500;
253    
254  /**  /**
255    * The server does not support the requested functionality.  This code    * The server does not support the requested functionality.  
256    * is specified in RFC 2068, but is not in Sun's JDK 1.2  Beware of using    * @since 1.3
   * this variable.  
257    */    */
258  static final int HTTP_NOT_IMPLEMENTED = 501;  static final int HTTP_NOT_IMPLEMENTED = 501;
259    

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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