Public Instance Methods : IdSstLocalEndpoint

* 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."
* configuration
	"ACTION
		Answer the receiver's configuration.  The configuration is used to set
		various transport-specific values to control the transport's behavior.

	RETURN VALUE
		<IdSstTransportConfiguration>"
* transport
	"ACTION
		Answer the receiver's transport. Endpoints and transports are tightly
		coupled: the endpoint provides the interface, while the transport
		provides the implementation.

	RETURN VALUE
		<IdSstTransport>"

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