src/java.base/share/classes/java/net/ProxySelector.java
changeset 52499 768b1c612100
parent 47216 71c04702a3d5
child 57879 095c2f21dd10
child 58678 9cf78a70fa4f
equal deleted inserted replaced
52498:c3066f7465fa 52499:768b1c612100
   134      * </UL>
   134      * </UL>
   135      *
   135      *
   136      * @param   uri
   136      * @param   uri
   137      *          The URI that a connection is required to
   137      *          The URI that a connection is required to
   138      *
   138      *
   139      * @return  a List of Proxies. Each element in the
   139      * @return  a List of Proxies. Each element in
   140      *          the List is of type
   140      *          the List is of type
   141      *          {@link java.net.Proxy Proxy};
   141      *          {@link java.net.Proxy Proxy};
   142      *          when no proxy is available, the list will
   142      *          when no proxy is available, the list will
   143      *          contain one element of type
   143      *          contain one element of type
   144      *          {@link java.net.Proxy Proxy}
   144      *          {@link java.net.Proxy Proxy}