public final class URIParser extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static char |
AND |
static char |
AT_SIGN |
static char |
BACKSLASH |
protected static List<IDecodingExtensionHandler<?>> |
CACHE_ENCODING_EXTENSION |
protected static LinkedList<org.sodeac.common.xuri.URIParser.ParserHelperContainerObject> |
CACHE_PARSER_HELPER_CONTAINER_OBJECT |
static char |
COLON |
static char |
DOUBLE_QUOTE |
static char |
EQUAL |
static char |
FRAGMENT |
protected static URIParser |
instance |
static char |
PERCENT_SIGN |
static char |
QUESTION_MARK |
static char |
SINGLE_QUOTE |
static char |
SLASH |
| Constructor and Description |
|---|
URIParser() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addDecodingExtensionHandler(IDecodingExtensionHandler<?> decodingExtensionHandler) |
protected static List<IDecodingExtensionHandler<?>> |
getDecodingExtensionHandler(ComponentType componentType,
URI uri) |
protected static URIParser |
getInstance() |
protected URI |
parse(URI uri) |
static void |
removeDecodingExtensionHandler(IDecodingExtensionHandler<?> decodingExtensionHandler) |
public static final char COLON
public static final char SLASH
public static final char BACKSLASH
public static final char QUESTION_MARK
public static final char FRAGMENT
public static final char SINGLE_QUOTE
public static final char DOUBLE_QUOTE
public static final char PERCENT_SIGN
public static final char AT_SIGN
public static final char AND
public static final char EQUAL
protected static volatile URIParser instance
protected static final LinkedList<org.sodeac.common.xuri.URIParser.ParserHelperContainerObject> CACHE_PARSER_HELPER_CONTAINER_OBJECT
protected static volatile List<IDecodingExtensionHandler<?>> CACHE_ENCODING_EXTENSION
protected static List<IDecodingExtensionHandler<?>> getDecodingExtensionHandler(ComponentType componentType, URI uri)
public static void addDecodingExtensionHandler(IDecodingExtensionHandler<?> decodingExtensionHandler)
public static void removeDecodingExtensionHandler(IDecodingExtensionHandler<?> decodingExtensionHandler)
protected static URIParser getInstance()
Copyright © 2020. All rights reserved.