com.sun.jndi.toolkit.url |
|
Java Source File Name | Type | Comment |
GenericURLContext.java | Class | This abstract class is a generic URL context that accepts as the
name argument either a string URL or a Name whose first component
is a URL. |
GenericURLDirContext.java | Class | This abstract class is a generic URL DirContext that accepts as the
name argument either a string URL or a Name whose first component
is a URL. |
Uri.java | Class | A Uri object represents an absolute Uniform Resource Identifier
(URI) as defined by RFC 2396 and updated by RFC 2373 and RFC 2732.
The most commonly used form of URI is the Uniform Resource Locator (URL).
The java.net.URL class cannot be used to parse URIs since it
requires the installation of URL stream handlers that may not be
available. |
UrlUtil.java | Class | Utilities for dealing with URLs. |