/[classpath]/classpath/gnu/java/net/protocol/http/Handler.java
ViewVC logotype

Diff of /classpath/gnu/java/net/protocol/http/Handler.java

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

revision 1.3 by mark, Tue Jan 22 22:26:57 2002 UTC revision 1.4 by iproetel, Mon Aug 11 13:59:14 2003 UTC
# Line 91  openConnection(URL url) throws IOExcepti Line 91  openConnection(URL url) throws IOExcepti
91    return(new gnu.java.net.protocol.http.HttpURLConnection(url));    return(new gnu.java.net.protocol.http.HttpURLConnection(url));
92  }  }
93    
94    
95    /**
96     * Returns the default port for a URL parsed by this handler.
97     */
98    protected int getDefaultPort ()
99    {
100      return 80;
101    }
102    
103  } // class Handler  } // class Handler
104    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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