Uses of Class
sunw.demo.quote.HttpProxy

Packages that use HttpProxy
sunw.demo.quote   
 

Uses of HttpProxy in sunw.demo.quote
 

Methods in sunw.demo.quote that return HttpProxy
 HttpProxy QuoteServer.getHttpProxy()
           
 HttpProxy QuoteServerImpl.getHttpProxy()
          The HTTP proxy host and port number are stored in the System property list under "http.proxyHost" and "http.proxyPort".
 

Methods in sunw.demo.quote with parameters of type HttpProxy
 void QuoteServer.setHttpProxy(HttpProxy x)
           
 void QuoteServerImpl.setHttpProxy(HttpProxy x)
          If the specified host is valid and the port number is positive then set the System properties: "http.proxyHost" and "http.proxyPort".