Package system
Class Uri
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.Uri
-
- All Implemented Interfaces:
IJCOBridgeReflected
,IFormattable
,ISerializable
public class Uri extends NetObject implements IFormattable, ISerializable
The base .NET class managing System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Uri
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: System.Private.Uristatic java.lang.String
className
Qualified class name: System.Uristatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor 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)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Uri
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoUri
, 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)
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 namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typejava.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)
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToString
-
Methods inherited from interface system.IFormattable
ToString
-
Methods inherited from interface system.runtime.serialization.ISerializable
GetObjectData
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Private.Uri- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Uri- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Uri
public Uri(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
Uri
public Uri() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Uri
public Uri(java.lang.String uriString, boolean dontEscape) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, CultureNotFoundException, OutOfMemoryException, ExternalException, UnreachableException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
CultureNotFoundException
OutOfMemoryException
ExternalException
UnreachableException
-
Uri
public Uri(java.lang.String uriString, UriCreationOptions creationOptions) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, CultureNotFoundException, OutOfMemoryException, ExternalException, UnreachableException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
CultureNotFoundException
OutOfMemoryException
ExternalException
UnreachableException
-
Uri
public Uri(java.lang.String uriString, UriKind uriKind) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, CultureNotFoundException, OutOfMemoryException, ExternalException, UnreachableException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
CultureNotFoundException
OutOfMemoryException
ExternalException
UnreachableException
-
Uri
public Uri(java.lang.String uriString) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, CultureNotFoundException, OutOfMemoryException, ExternalException, UnreachableException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
CultureNotFoundException
OutOfMemoryException
ExternalException
UnreachableException
-
Uri
public Uri(Uri baseUri, java.lang.String relativeUri, boolean dontEscape) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, OutOfMemoryException, ExternalException, CultureNotFoundException, IndexOutOfRangeException, UnreachableException, UriFormatException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
OutOfMemoryException
ExternalException
CultureNotFoundException
IndexOutOfRangeException
UnreachableException
UriFormatException
-
Uri
public Uri(Uri baseUri, java.lang.String relativeUri) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, OutOfMemoryException, ExternalException, CultureNotFoundException, IndexOutOfRangeException, UnreachableException, UriFormatException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
OutOfMemoryException
ExternalException
CultureNotFoundException
IndexOutOfRangeException
UnreachableException
UriFormatException
-
Uri
public Uri(Uri baseUri, Uri relativeUri) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, UnreachableException, UriFormatException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
IndexOutOfRangeException
UnreachableException
UriFormatException
OutOfMemoryException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIFormattable
- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOAssemblyName
in interfaceISerializable
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIFormattable
- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOClassName
in interfaceISerializable
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIFormattable
- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOObjectName
in interfaceISerializable
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIFormattable
- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Specified by:
getJCOInstance
in interfaceISerializable
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIFormattable
- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Specified by:
getJCOType
in interfaceISerializable
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static Uri cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoUri
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
Uri
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
CheckSchemeName
public static boolean CheckSchemeName(java.lang.String schemeName) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, UnreachableException
-
IsBaseOf
public boolean IsBaseOf(Uri uri) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, UnreachableException, UriFormatException, OutOfMemoryException, CultureNotFoundException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
IndexOutOfRangeException
UnreachableException
UriFormatException
OutOfMemoryException
CultureNotFoundException
-
IsHexDigit
public static boolean IsHexDigit(char character) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
IsHexEncoding
public static boolean IsHexEncoding(java.lang.String pattern, int index) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException
-
IsWellFormedOriginalString
public boolean IsWellFormedOriginalString() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, UnreachableException, IndexOutOfRangeException, OutOfMemoryException
-
IsWellFormedUriString
public static boolean IsWellFormedUriString(java.lang.String uriString, UriKind uriKind) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, OutOfMemoryException, ExternalException, InvalidOperationException, IndexOutOfRangeException, UnreachableException
-
TryCreate
public static boolean TryCreate(java.lang.String uriString, JCORefOut<UriCreationOptions> creationOptions, JCORefOut<Uri> result) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, ExternalException, UnreachableException, NotSupportedException
-
TryCreate
public static boolean TryCreate(java.lang.String uriString, UriKind uriKind, JCORefOut<Uri> result) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, ExternalException, UnreachableException, NotSupportedException
-
TryCreate
public static boolean TryCreate(Uri baseUri, java.lang.String relativeUri, JCORefOut<Uri> result) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, OutOfMemoryException, ExternalException, InvalidOperationException, IndexOutOfRangeException, UnreachableException, UriFormatException
-
TryCreate
public static boolean TryCreate(Uri baseUri, Uri relativeUri, JCORefOut<Uri> result) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, UnreachableException, UriFormatException, OutOfMemoryException, ArrayTypeMismatchException
-
HexUnescape
public static char HexUnescape(java.lang.String pattern, JCORefOut<java.util.concurrent.atomic.AtomicInteger> index) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException
-
Compare
public static int Compare(Uri uri1, Uri uri2, UriComponents partsToCompare, UriFormat compareFormat, StringComparison comparisonType) throws java.lang.Throwable, NotSupportedException, ArgumentException, CultureNotFoundException, PlatformNotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, ExternalException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, UnreachableException, UriFormatException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
CultureNotFoundException
PlatformNotSupportedException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
OutOfMemoryException
ExternalException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
UnreachableException
UriFormatException
-
FromHex
public static int FromHex(char digit) throws java.lang.Throwable, NotSupportedException, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException
-
EscapeDataString
public static java.lang.String EscapeDataString(java.lang.String stringToEscape) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, UnreachableException, IndexOutOfRangeException, PlatformNotSupportedException
-
EscapeUriString
public static java.lang.String EscapeUriString(java.lang.String stringToEscape) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, UnreachableException, IndexOutOfRangeException, PlatformNotSupportedException
-
GetComponents
public java.lang.String GetComponents(UriComponents components, UriFormat format) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, UnreachableException, IndexOutOfRangeException, UriFormatException
-
GetLeftPart
public java.lang.String GetLeftPart(UriPartial part) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, UnreachableException, UriFormatException
-
HexEscape
public static java.lang.String HexEscape(char character) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException
-
MakeRelative
public java.lang.String MakeRelative(Uri toUri) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, UnreachableException, IndexOutOfRangeException, UriFormatException, OutOfMemoryException, CultureNotFoundException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
UnreachableException
IndexOutOfRangeException
UriFormatException
OutOfMemoryException
CultureNotFoundException
-
UnescapeDataString
public static java.lang.String UnescapeDataString(java.lang.String stringToUnescape) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, UriFormatException
-
MakeRelativeUri
public Uri MakeRelativeUri(Uri uri) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, UnreachableException, IndexOutOfRangeException, UriFormatException, OutOfMemoryException, CultureNotFoundException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
UnreachableException
IndexOutOfRangeException
UriFormatException
OutOfMemoryException
CultureNotFoundException
-
CheckHostName
public static UriHostNameType CheckHostName(java.lang.String name) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, NotSupportedException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, UnreachableException, OutOfMemoryException
-
getIsAbsoluteUri
public boolean getIsAbsoluteUri() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsDefaultPort
public boolean getIsDefaultPort() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, UriFormatException, UnreachableException, NotSupportedException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
IndexOutOfRangeException
UriFormatException
UnreachableException
NotSupportedException
OutOfMemoryException
-
getIsFile
public boolean getIsFile() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException
-
getIsLoopback
public boolean getIsLoopback() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, UriFormatException, UnreachableException, NotSupportedException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
IndexOutOfRangeException
UriFormatException
UnreachableException
NotSupportedException
OutOfMemoryException
-
getIsUnc
public boolean getIsUnc() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException
-
getUserEscaped
public boolean getUserEscaped() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPort
public int getPort() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, UriFormatException, UnreachableException, NotSupportedException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
IndexOutOfRangeException
UriFormatException
UnreachableException
NotSupportedException
OutOfMemoryException
-
getAbsolutePath
public java.lang.String getAbsolutePath() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, UnreachableException, UriFormatException
-
getAbsoluteUri
public java.lang.String getAbsoluteUri() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, UnreachableException, UriFormatException
-
getAuthority
public java.lang.String getAuthority() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, UnreachableException, IndexOutOfRangeException, UriFormatException
-
getDnsSafeHost
public java.lang.String getDnsSafeHost() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, UriFormatException, UnreachableException, NotSupportedException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
IndexOutOfRangeException
UriFormatException
UnreachableException
NotSupportedException
OutOfMemoryException
-
getFragment
public java.lang.String getFragment() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, UnreachableException, UriFormatException
-
getHost
public java.lang.String getHost() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, UnreachableException, IndexOutOfRangeException, UriFormatException
-
getIdnHost
public java.lang.String getIdnHost() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, UriFormatException, UnreachableException, NotSupportedException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
IndexOutOfRangeException
UriFormatException
UnreachableException
NotSupportedException
OutOfMemoryException
-
getLocalPath
public java.lang.String getLocalPath() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, UriFormatException, UnreachableException, OutOfMemoryException, ArrayTypeMismatchException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
IndexOutOfRangeException
UriFormatException
UnreachableException
OutOfMemoryException
ArrayTypeMismatchException
-
getOriginalString
public java.lang.String getOriginalString() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPathAndQuery
public java.lang.String getPathAndQuery() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, UnreachableException, UriFormatException
-
getQuery
public java.lang.String getQuery() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, UnreachableException, UriFormatException
-
getScheme
public java.lang.String getScheme() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException
-
getUserInfo
public java.lang.String getUserInfo() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, UnreachableException, IndexOutOfRangeException, UriFormatException
-
getSegments
public java.lang.String[] getSegments() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, UnreachableException, UriFormatException, RankException, ArrayTypeMismatchException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
IndexOutOfRangeException
UnreachableException
UriFormatException
RankException
ArrayTypeMismatchException
-
getHostNameType
public UriHostNameType getHostNameType() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, UriFormatException, UnreachableException, NotSupportedException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
IndexOutOfRangeException
UriFormatException
UnreachableException
NotSupportedException
OutOfMemoryException
-
-