| Interface | Description |
|---|---|
| IComponent<T> |
Component of URI (scheme, authority, path, query, fragment)
|
| IDecodingExtensionHandler<T> |
An decoding extension handler decodes a formated string to extension data object of type
T |
| IEncodingExtensionHandler<T> |
An encoding extension handler encodes an extension data object of type
T to formated string |
| IExtensible |
Interface for extension capabilities
|
| IExtension<T> |
Interface for extensions to define and handle an expression string
|
| Class | Description |
|---|---|
| AbstractComponent<T> |
Base class for URI components.
|
| AuthorityComponent |
Authority component of URI.
|
| AuthoritySubComponent |
Subcomponent of URI authority (user, password, host, port ....)
|
| ExtensionHandleObject |
worker object only
|
| FragmentComponent |
Fragment component of URI.
|
| NoSubComponent |
dummy sub component for URI components that are not subdivided into subcomponents
|
| PathComponent |
Path component of URI.
|
| PathSegment |
Single path segment of URI path.
|
| QueryComponent |
Query component of URI.
|
| QuerySegment |
Key-Value segment of URI query.
|
| SchemeComponent |
Scheme component of URI.
|
| URI |
Represents a Uniform Resource Identifier (URI) reference.
|
| URIParser |
| Enum | Description |
|---|---|
| Axis | |
| ComponentType |
Enum of URI - components types.
|
| Exception | Description |
|---|---|
| FormatException |
Copyright © 2020. All rights reserved.