Public Instance Methods : IdSstTransport

* assembler
	"ACTION
		Answer the transport's associated message assembler.

	RETURN VALUE
		<IdSstMessageAssembler>"
* assembler: value
	"ACTION
		Set the transport's associated message assembler.

	PARAMETERS
		value: <IdSstMessageAssembler>"
* basicCleanUp
	"ACTION
		Do the basic work of cleaning up the receiver on image start up.  

	NOTES
		This method must be implemented but is not expected to be used
		directly by programmers."
* canReceive
	"ACTION
		Answer true if the receiver is in a state where it can successfully perform
		a #receive without errors.

	RETURN VALUE
		<Boolean>"
* emptyMessageTo: target
	"ACTION
		Create an empty communication message of the approrpriate
		configured class to send to the endpoint @target, Answer an
		error should one occur.

	PARAMETERS
		target : <IuSstRemoteEndpoint>

	RETURN VALUE
		<IuSstCommunicationMessage> | <IuSstError>"
* endpoint
	"ACTION
		Answer the receiver's associated endpoint. Transports are always
		tightly coupled with an endpoint; the endpoint provides the interface
		while the transport provides the implementation.

	RETURN VALUE
		<IuSstLocalEndpoint>"

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