Uses of Class
com.sun.grizzly.util.net.URL

Packages that use URL
com.sun.grizzly.util.net   
com.sun.grizzly.websockets   
 

Uses of URL in com.sun.grizzly.util.net
 

Methods in com.sun.grizzly.util.net with parameters of type URL
 boolean URL.sameFile(URL other)
          Compare two URLs, excluding the "ref" fields.
 

Constructors in com.sun.grizzly.util.net with parameters of type URL
URL(URL context, String spec)
          Create a URL object by parsing a string representation relative to a specified context.
 

Uses of URL in com.sun.grizzly.websockets
 

Methods in com.sun.grizzly.websockets that return URL
 URL ClientWebSocket.getAddress()
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.