public class Uri extends NetObject implements IFormattable, ISerializable
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Uri
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Private.Uri, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Private.Uri
|
static java.lang.String |
className
Qualified class name: System.Uri
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
Uri() |
Uri(java.lang.Object instance)
Internal constructor.
|
Uri(java.lang.String uriString) |
Uri(java.lang.String uriString,
boolean dontEscape) |
Uri(java.lang.String uriString,
UriCreationOptions creationOptions) |
Uri(java.lang.String uriString,
UriKind uriKind) |
Uri(Uri baseUri,
java.lang.String relativeUri) |
Uri(Uri baseUri,
java.lang.String relativeUri,
boolean dontEscape) |
Uri(Uri baseUri,
Uri relativeUri) |
| Modifier and Type | Method and Description |
|---|---|
static Uri |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into Uri, a cast assert is made to check if types are compatible. |
static UriHostNameType |
CheckHostName(java.lang.String name) |
static boolean |
CheckSchemeName(java.lang.String schemeName) |
static int |
Compare(Uri uri1,
Uri uri2,
UriComponents partsToCompare,
UriFormat compareFormat,
StringComparison comparisonType) |
boolean |
Equals(Uri other) |
static java.lang.String |
EscapeDataString(java.lang.String stringToEscape) |
static java.lang.String |
EscapeUriString(java.lang.String stringToEscape) |
static int |
FromHex(char digit) |
java.lang.String |
getAbsolutePath() |
java.lang.String |
getAbsoluteUri() |
java.lang.String |
getAuthority() |
java.lang.String |
GetComponents(UriComponents components,
UriFormat format) |
java.lang.String |
getDnsSafeHost() |
java.lang.String |
getFragment() |
java.lang.String |
getHost() |
UriHostNameType |
getHostNameType() |
java.lang.String |
getIdnHost() |
boolean |
getIsAbsoluteUri() |
boolean |
getIsDefaultPort() |
boolean |
getIsFile() |
boolean |
getIsLoopback() |
boolean |
getIsUnc() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
java.lang.String |
GetLeftPart(UriPartial part) |
java.lang.String |
getLocalPath() |
java.lang.String |
getOriginalString() |
java.lang.String |
getPathAndQuery() |
int |
getPort() |
java.lang.String |
getQuery() |
java.lang.String |
getScheme() |
java.lang.String[] |
getSegments() |
boolean |
getUserEscaped() |
java.lang.String |
getUserInfo() |
static java.lang.String |
HexEscape(char character) |
static char |
HexUnescape(java.lang.String pattern,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> index) |
boolean |
IsBaseOf(Uri uri) |
static boolean |
IsHexDigit(char character) |
static boolean |
IsHexEncoding(java.lang.String pattern,
int index) |
boolean |
IsWellFormedOriginalString() |
static boolean |
IsWellFormedUriString(java.lang.String uriString,
UriKind uriKind) |
java.lang.String |
MakeRelative(Uri toUri) |
Uri |
MakeRelativeUri(Uri uri) |
void |
setJCOInstance(JCObject instance) |
static boolean |
TryCreate(java.lang.String uriString,
JCORefOut<UriCreationOptions> creationOptions,
JCORefOut<Uri> result) |
static boolean |
TryCreate(java.lang.String uriString,
UriKind uriKind,
JCORefOut<Uri> result) |
static boolean |
TryCreate(Uri baseUri,
java.lang.String relativeUri,
JCORefOut<Uri> result) |
static boolean |
TryCreate(Uri baseUri,
Uri relativeUri,
JCORefOut<Uri> result) |
static java.lang.String |
UnescapeDataString(java.lang.String stringToUnescape) |
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToStringToIFormattable, ToStringGetObjectData, ToISerializablepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public Uri()
throws java.lang.Throwable
java.lang.Throwablepublic Uri(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic Uri(java.lang.String uriString)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException,
CultureNotFoundException,
NullReferenceException,
OutOfMemoryException,
ExternalException,
UnreachableException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionCultureNotFoundExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionUnreachableExceptionpublic Uri(java.lang.String uriString,
boolean dontEscape)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException,
CultureNotFoundException,
NullReferenceException,
OutOfMemoryException,
ExternalException,
UnreachableException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionCultureNotFoundExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionUnreachableExceptionpublic Uri(java.lang.String uriString,
UriCreationOptions creationOptions)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException,
CultureNotFoundException,
NullReferenceException,
OutOfMemoryException,
ExternalException,
UnreachableException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionCultureNotFoundExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionUnreachableExceptionpublic Uri(java.lang.String uriString,
UriKind uriKind)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException,
CultureNotFoundException,
NullReferenceException,
OutOfMemoryException,
ExternalException,
UnreachableException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionCultureNotFoundExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionUnreachableExceptionpublic Uri(Uri baseUri, java.lang.String relativeUri) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, NullReferenceException, OutOfMemoryException, ExternalException, CultureNotFoundException, IndexOutOfRangeException, UnreachableException, UriFormatException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionUnreachableExceptionUriFormatExceptionpublic Uri(Uri baseUri, java.lang.String relativeUri, boolean dontEscape) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, NullReferenceException, OutOfMemoryException, ExternalException, CultureNotFoundException, IndexOutOfRangeException, UnreachableException, UriFormatException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionUnreachableExceptionUriFormatExceptionpublic Uri(Uri baseUri, Uri relativeUri) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, UnreachableException, OutOfMemoryException, UriFormatException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionUnreachableExceptionOutOfMemoryExceptionUriFormatExceptionpublic static Uri cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into Uri, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedUri instancejava.lang.Throwable - in case of error during cast operationpublic static UriHostNameType CheckHostName(java.lang.String name) throws java.lang.Throwable, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, UnreachableException, InvalidOperationException, OutOfMemoryException
public static boolean CheckSchemeName(java.lang.String schemeName)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
IndexOutOfRangeException,
UnreachableException
public static int Compare(Uri uri1, Uri uri2, UriComponents partsToCompare, UriFormat compareFormat, StringComparison comparisonType) throws java.lang.Throwable, NotSupportedException, ArgumentException, CultureNotFoundException, PlatformNotSupportedException, NullReferenceException, ArgumentOutOfRangeException, ArgumentNullException, UnreachableException, IndexOutOfRangeException, InvalidOperationException, UriFormatException
public boolean Equals(Uri other) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, CultureNotFoundException, NullReferenceException, ArgumentOutOfRangeException, InvalidOperationException, ArgumentNullException, UnreachableException, OutOfMemoryException, UriFormatException
public static java.lang.String EscapeDataString(java.lang.String stringToEscape)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
UnreachableException,
PlatformNotSupportedException,
IndexOutOfRangeException
public static java.lang.String EscapeUriString(java.lang.String stringToEscape)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
UnreachableException,
PlatformNotSupportedException,
IndexOutOfRangeException
public static int FromHex(char digit)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
PlatformNotSupportedException
public java.lang.String getAbsolutePath()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
UnreachableException,
UriFormatException
public java.lang.String getAbsoluteUri()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
UnreachableException,
UriFormatException
public java.lang.String getAuthority()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
UnreachableException,
IndexOutOfRangeException,
UriFormatException
public java.lang.String GetComponents(UriComponents components, UriFormat format) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, UnreachableException, IndexOutOfRangeException, UriFormatException
public java.lang.String getDnsSafeHost()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
UnreachableException,
OutOfMemoryException,
UriFormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionUnreachableExceptionOutOfMemoryExceptionUriFormatExceptionpublic java.lang.String getFragment()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
UnreachableException,
UriFormatException
public java.lang.String getHost()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
UnreachableException,
IndexOutOfRangeException,
UriFormatException
public UriHostNameType getHostNameType() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, UnreachableException, OutOfMemoryException, UriFormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionUnreachableExceptionOutOfMemoryExceptionUriFormatExceptionpublic java.lang.String getIdnHost()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
UnreachableException,
OutOfMemoryException,
UriFormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionUnreachableExceptionOutOfMemoryExceptionUriFormatExceptionpublic boolean getIsAbsoluteUri()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsDefaultPort()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
UnreachableException,
OutOfMemoryException,
UriFormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionUnreachableExceptionOutOfMemoryExceptionUriFormatExceptionpublic boolean getIsFile()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException
public boolean getIsLoopback()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
UnreachableException,
OutOfMemoryException,
UriFormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionUnreachableExceptionOutOfMemoryExceptionUriFormatExceptionpublic boolean getIsUnc()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IFormattablegetJCOAssemblyName in interface ISerializablegetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IFormattablegetJCOClassName in interface ISerializablegetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IFormattablegetJCOInstance in interface ISerializablegetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IFormattablegetJCOObjectName in interface ISerializablegetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IFormattablegetJCOType in interface ISerializablegetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic java.lang.String GetLeftPart(UriPartial part) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, UnreachableException, UriFormatException
public java.lang.String getLocalPath()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
UnreachableException,
UriFormatException,
ArrayTypeMismatchException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionUnreachableExceptionUriFormatExceptionArrayTypeMismatchExceptionpublic java.lang.String getOriginalString()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getPathAndQuery()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
UnreachableException,
UriFormatException
public int getPort()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
UnreachableException,
OutOfMemoryException,
UriFormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionUnreachableExceptionOutOfMemoryExceptionUriFormatExceptionpublic java.lang.String getQuery()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
UnreachableException,
UriFormatException
public java.lang.String getScheme()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException
public java.lang.String[] getSegments()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
UnreachableException,
UriFormatException,
ArrayTypeMismatchException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionUnreachableExceptionUriFormatExceptionArrayTypeMismatchExceptionpublic boolean getUserEscaped()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getUserInfo()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
UnreachableException,
IndexOutOfRangeException,
UriFormatException
public static java.lang.String HexEscape(char character)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException,
FormatException
public static char HexUnescape(java.lang.String pattern,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> index)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException,
FormatException
public boolean IsBaseOf(Uri uri) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, UnreachableException, OutOfMemoryException, UriFormatException, CultureNotFoundException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionUnreachableExceptionOutOfMemoryExceptionUriFormatExceptionCultureNotFoundExceptionpublic static boolean IsHexDigit(char character)
throws java.lang.Throwable
java.lang.Throwablepublic static boolean IsHexEncoding(java.lang.String pattern,
int index)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
IndexOutOfRangeException
public boolean IsWellFormedOriginalString()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
UnreachableException,
IndexOutOfRangeException,
OutOfMemoryException
public static boolean IsWellFormedUriString(java.lang.String uriString,
UriKind uriKind)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
NullReferenceException,
NotSupportedException,
OutOfMemoryException,
ExternalException,
InvalidOperationException,
IndexOutOfRangeException,
UnreachableException,
UriFormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionNotSupportedExceptionOutOfMemoryExceptionExternalExceptionInvalidOperationExceptionIndexOutOfRangeExceptionUnreachableExceptionUriFormatExceptionpublic java.lang.String MakeRelative(Uri toUri) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, UnreachableException, IndexOutOfRangeException, OutOfMemoryException, UriFormatException, CultureNotFoundException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionUnreachableExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionUriFormatExceptionCultureNotFoundExceptionpublic Uri MakeRelativeUri(Uri uri) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, UnreachableException, IndexOutOfRangeException, OutOfMemoryException, UriFormatException, CultureNotFoundException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionUnreachableExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionUriFormatExceptionCultureNotFoundExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic static boolean TryCreate(java.lang.String uriString,
JCORefOut<UriCreationOptions> creationOptions,
JCORefOut<Uri> result)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
OutOfMemoryException,
ExternalException,
UnreachableException,
UriFormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionOutOfMemoryExceptionExternalExceptionUnreachableExceptionUriFormatExceptionpublic static boolean TryCreate(java.lang.String uriString,
UriKind uriKind,
JCORefOut<Uri> result)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
OutOfMemoryException,
ExternalException,
UnreachableException,
UriFormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionOutOfMemoryExceptionExternalExceptionUnreachableExceptionUriFormatExceptionpublic static boolean TryCreate(Uri baseUri, java.lang.String relativeUri, JCORefOut<Uri> result) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, NotSupportedException, OutOfMemoryException, ExternalException, InvalidOperationException, IndexOutOfRangeException, UnreachableException, UriFormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionNotSupportedExceptionOutOfMemoryExceptionExternalExceptionInvalidOperationExceptionIndexOutOfRangeExceptionUnreachableExceptionUriFormatExceptionpublic static boolean TryCreate(Uri baseUri, Uri relativeUri, JCORefOut<Uri> result) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, UnreachableException, OutOfMemoryException, UriFormatException, ArrayTypeMismatchException
public static java.lang.String UnescapeDataString(java.lang.String stringToUnescape)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException,
IndexOutOfRangeException