Public Instance Methods : IuSstUrl

* address
	"ACTION
		Answer the host-address component of the URL.

	RETURN VALUE
		<String>"
* address: value
	"ACTION
		Set the host-address component of the URL.

	PARAMETERS
		value : <String>"
* copyCore
	"ACTION
		Answer a copy of the core elements of the receiver,
		stripped any non-essential details.

	RETURN VALUE
		<IuSstUrl>"
* printStringUsingAddress: value
	"ACTION
		Answer the printString of the receiver but replacing the %address
		field with @value.

	PARAMETERS
		value : <String>

	RETURN VALUE
		<String>

	NOTES
		This method must be implemented but is not expected to be used
		directly by programmers."
* scheme
	"ACTION
		Answer the receiver's scheme. This is the initial field of a URL.
		i.e. 'http://home.ott.oti.com' has scheme 'http'.

	RETURN VALUE
		<String>"
* scheme: value
	"ACTION
		Set the receiver's scheme. This is the initial field of a URL.
		i.e. 'http://home.ott.oti.com' has scheme 'http'.

	PARAMETERS
		value : <String>"
* sstAsUrl
	"ACTION
		Answer the receiver as a URL.

	PARAMETERS
		value : <IuSstUrl>"
* transport
	"ACTION
		Answer the receiver's transport identifier. This may not be explicitly
		coded into the URL.

	RETURN VALUE
		<String>"
* transport: value
	"ACTION
		Set the receiver's transport identifier. This may not be explicitly
		coded into the URL.

	RETURN VALUE
		<String>"

[FIRST] [PREV] [NEXT] [LAST]