/[storm]/storm/org/nongnu/storm/util/HTTPProxy.java
ViewVC logotype

Diff of /storm/org/nongnu/storm/util/HTTPProxy.java

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

revision 1.19 by hemppah, Tue May 6 06:57:04 2003 UTC revision 1.20 by tuukkah, Tue May 6 17:08:42 2003 UTC
# Line 55  public class HTTPProxy implements Runnab Line 55  public class HTTPProxy implements Runnab
55      public HTTPProxy(IndexedPool pool, int port) throws IOException {      public HTTPProxy(IndexedPool pool, int port) throws IOException {
56          this.pool = pool;          this.pool = pool;
57          this.port = port;          this.port = port;
58          this.addr = InetAddress.getLocalHost().getCanonicalHostName();          this.addr = InetAddress.getLocalHost().getHostName();
59          this.url = "http://"+addr+":"+port+"/";          this.url = "http://"+addr+":"+port+"/";
60          this.REWRITE = url+"rewrite/";          this.REWRITE = url+"rewrite/";
61          this.URNPAC = "urn-proxy.pac";          this.URNPAC = "urn-proxy.pac";

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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