org.apache.qpid.url
Class URLHelper
java.lang.Object
org.apache.qpid.url.URLHelper
public class URLHelper
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_OPTION_SEPERATOR
public static final char DEFAULT_OPTION_SEPERATOR
- See Also:
- Constant Field Values
ALTERNATIVE_OPTION_SEPARATOR
public static final char ALTERNATIVE_OPTION_SEPARATOR
- See Also:
- Constant Field Values
BROKER_SEPARATOR
public static final char BROKER_SEPARATOR
- See Also:
- Constant Field Values
URLHelper
public URLHelper()
parseOptions
public static void parseOptions(Map<String,String> optionMap,
String options)
throws URLSyntaxException
- Throws:
URLSyntaxException
parseError
public static URLSyntaxException parseError(int index,
String error,
String url)
parseError
public static URLSyntaxException parseError(int index,
int length,
String error,
String url)
printOptions
public static String printOptions(Map<String,String> options)
Licensed to the Apache Software Foundation