public final class UrlParser
extends Object
URL Parser for extracting key values from a connection string.
-
Method Summary
Parse URL key value parameters.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
parse
Parse URL key value parameters.
URL-decodes keys and values.
- Parameters:
url
- String
- Returns:
Map