| |
|
| java.lang.Object com.versant.core.util.ParsedURL
ParsedURL | public class ParsedURL (Code) | | A URL parsed into its different parts. This differs from the URL class
in that there does not have to be a handler for the protocol.
|
Constructor Summary | |
public | ParsedURL(String url) Parse url and throw an user exception if invalid. |
ParsedURL | public ParsedURL(String url)(Code) | | Parse url and throw an user exception if invalid.
|
getPort | public int getPort()(Code) | | Get the port or -1 if none set.
|
getProtocol | public static String getProtocol(String url)(Code) | | Just extract the protocol from url.
|
|
|
|