Public Instance Methods : IuSstTransportConfiguration

* addressClass
	"ACTION
		Answer the transport-specific class to use to represent addresses.

	RETURN VALUE
		<IdSstAddress class>"
* addressClass: class
	"ACTION
		Set the transport-specific class to use to represent addresses to @class.

	PARAMETERS
		class : <IdSstAddress class>"
* assemblerClass
	"ACTION
		Answer the class to be used as the message assembler. Assemblers are
		used to 	assemble 	messages from and disassemble messages into actual
		wire format.

	RETURN VALUE
		<IdSstMessageAssembler class>"
* assemblerClass: class
	"ACTION
		Set the class to be used as the message assembler. Assemblers are
		used to assemble messages from and disassemble messages into
		actual wire format.

	PARAMETERS
		class : <IdSstMessageAssembler class>"
* localEndpointClass
	"ACTION
		Answer the class to be used for local endpoints.

	RETURN VALUE
		<IuSstLocalEndpoint class>"
* localEndpointClass: class
	"ACTION
		Set the class to be used for local endpoints to @class.

	PARAMETERS
		class : <IuSstLocalEndpoint class>"
* messageClass
	"ACTION
		Answer the class to be used for communication messages.

	RETURN VALUE
		<IuSstCommunicationMessage class>"
* messageClass: class
	"ACTION
		Set the class to be used for communication messages to @class.

	PARAMETERS
		class : <IuSstCommunicationMessage class>"
* remoteEndpointClass
	"ACTION
		Answer the class to be used to represent remote endpoints.

	RETURN VALUE
		<IuSstRemoteEndpoint class>"
* remoteEndpointClass: class
	"ACTION
		Set the class to be used to represent remote endpoints to @class.

	PARAMETERS
		class : <IuSstRemoteEndpoint class>"
* streamClass
	"ACTION
		Answer the class to be used for transport streams. This is required when
		using message assemblers (see #assemblerClass) that require a stream.
		Answer nil if there is no associated stream class.

	RETURN VALUE
		<Stream class> | nil"
* streamClass: class
	"ACTION
		Set the class to be used for transport streams to @class. If @class is nil, then
		remove any association.  A steam class  is required when using message
		assemblers (see #assemblerClass) that require a stream.

	PARAMETERS
		<Stream class> | nil"
* transportClass
	"ACTION
		Answer the class to be used for the actual transport. The transport class encodes
		the various management issues of actually passing data between endpoints.

	RETURN VALUE
		<IdSstTransport class>"
* transportClass: class
	"ACTION
		Set the class to be used for the actual transport to @class. The transport
		class encodes the various management issues of actually passing data
		between endpoints.

	PARAMETERS 
		<IdSstTransport class>"
* transportIdentifier
	"ACTION
		Answer the identifier for the configuration encoded in the receiver. This is a
		unique string that can be used to lookup a template of the receiver.

	RETURN VALUE
		<String>"
* transportIdentifier: value
	"ACTION
		Set the identifier for the configuration encoded in the receiver. This is a
		unique string that can be used to lookup a template of the receiver.

	PARAMETERS
		value : <String>"

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