public class UriBuilder extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.UriBuilder
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, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System
|
static java.lang.String |
className
Qualified class name: System.UriBuilder
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
UriBuilder() |
UriBuilder(java.lang.Object instance)
Internal constructor.
|
UriBuilder(java.lang.String uri) |
UriBuilder(java.lang.String schemeName,
java.lang.String hostName) |
UriBuilder(java.lang.String scheme,
java.lang.String host,
int portNumber) |
UriBuilder(java.lang.String scheme,
java.lang.String host,
int port,
java.lang.String pathValue) |
UriBuilder(java.lang.String scheme,
java.lang.String host,
int port,
java.lang.String path,
java.lang.String extraValue) |
UriBuilder(Uri uri) |
| Modifier and Type | Method and Description |
|---|---|
static UriBuilder |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into UriBuilder, a cast assert is made to check if types are compatible. |
java.lang.String |
getFragment() |
java.lang.String |
getHost() |
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 |
getPassword() |
java.lang.String |
getPath() |
int |
getPort() |
java.lang.String |
getQuery() |
java.lang.String |
getScheme() |
Uri |
getUri() |
java.lang.String |
getUserName() |
void |
setFragment(java.lang.String Fragment) |
void |
setHost(java.lang.String Host) |
void |
setJCOInstance(JCObject instance) |
void |
setPassword(java.lang.String Password) |
void |
setPath(java.lang.String Path) |
void |
setPort(int Port) |
void |
setQuery(java.lang.String Query) |
void |
setScheme(java.lang.String Scheme) |
void |
setUserName(java.lang.String UserName) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public UriBuilder()
throws java.lang.Throwable
java.lang.Throwablepublic UriBuilder(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic UriBuilder(java.lang.String uri)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
SecurityException,
MemberAccessException,
NullReferenceException,
ConfigurationException,
UriFormatException,
OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSecurityExceptionMemberAccessExceptionNullReferenceExceptionConfigurationExceptionUriFormatExceptionOutOfMemoryExceptionpublic UriBuilder(java.lang.String schemeName,
java.lang.String hostName)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException,
CultureNotFoundException,
NotSupportedException,
IndexOutOfRangeException
public UriBuilder(java.lang.String scheme,
java.lang.String host,
int portNumber)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException,
IndexOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionIndexOutOfRangeExceptionpublic UriBuilder(java.lang.String scheme,
java.lang.String host,
int port,
java.lang.String pathValue)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
UriFormatException
public UriBuilder(java.lang.String scheme,
java.lang.String host,
int port,
java.lang.String path,
java.lang.String extraValue)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException,
IndexOutOfRangeException,
OutOfMemoryException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
UriFormatException
public UriBuilder(Uri uri) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, UriFormatException, OutOfMemoryException
public static UriBuilder cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into UriBuilder, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedUriBuilder instancejava.lang.Throwable - in case of error during cast operationpublic java.lang.String getFragment()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getHost()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic java.lang.String getPassword()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getPath()
throws java.lang.Throwable
java.lang.Throwablepublic int getPort()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getQuery()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getScheme()
throws java.lang.Throwable
java.lang.Throwablepublic Uri getUri() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SecurityException, MemberAccessException, NullReferenceException, ConfigurationException, UriFormatException, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSecurityExceptionMemberAccessExceptionNullReferenceExceptionConfigurationExceptionUriFormatExceptionOutOfMemoryExceptionpublic java.lang.String getUserName()
throws java.lang.Throwable
java.lang.Throwablepublic void setFragment(java.lang.String Fragment)
throws java.lang.Throwable,
IndexOutOfRangeException
java.lang.ThrowableIndexOutOfRangeExceptionpublic void setHost(java.lang.String Host)
throws java.lang.Throwable,
IndexOutOfRangeException
java.lang.ThrowableIndexOutOfRangeExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setPassword(java.lang.String Password)
throws java.lang.Throwable
java.lang.Throwablepublic void setPath(java.lang.String Path)
throws java.lang.Throwable,
ArgumentNullException,
FormatException,
ArgumentOutOfRangeException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
UriFormatException
public void setPort(int Port)
throws java.lang.Throwable,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic void setQuery(java.lang.String Query)
throws java.lang.Throwable,
IndexOutOfRangeException
java.lang.ThrowableIndexOutOfRangeExceptionpublic void setScheme(java.lang.String Scheme)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException,
CultureNotFoundException,
NotSupportedException,
IndexOutOfRangeException
public void setUserName(java.lang.String UserName)
throws java.lang.Throwable
java.lang.Throwable