home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 1999 March / maximum-cd-1999-03.iso / Feature / Lotus / ORGANIZE / COMPNENT / LTOUIN21.ZIP / sun / activator / protocol / ProxyHandler.class (.txt) next >
Encoding:
Java Class File  |  1998-02-13  |  275 b   |  8 lines

  1. package sun.activator.protocol;
  2.  
  3. import java.net.URL;
  4.  
  5. public interface ProxyHandler {
  6.    ProxyInfo getProxyInfo(URL var1);
  7. }
  8.