Public Class Methods : SstTransport
availableIdentifiers
"ACTION
Answer a collection of available transport identifiers.
RETURN VALUE
<Collection of <String>>"
Categories
SST-API Developer
configurationFor: url
"ACTION
Answer the configuration registered for the transport in @url.
Answer an error object if none was found.
PARAMETERS
url : <IuSstUrl>
RETURN VALUE
<IuSstTransportConfiguration> | <IuSstError>"
Categories
SST-API Developer
configurationForIdentifier: transportIdentifier
"ACTION
Answer the configuration registered as @transportIdentifier.
Answer an error object if none was found.
PARAMETERS
url : <String>
RETURN VALUE
<IuSstTransportConfiguration> | <IuSstError>"
Categories
SST-API Developer
is: remoteIdentifier reachableBy: localIdentifier
"ACTION
Answer true if an endpoint using the transport @remoteIdentifier
can be reached using an endpoint using the transport @localIdentifier.
PARAMETERS
remoteIdenfier : <String>
localIdentifier : <String>
RETURN VALUE
<Boolean>"
Categories
SST-API Developer
mark: transportIdentifier reachableBy: reachableIdentifiers
"ACTION
Mark that endpoints configured for transports registered as
@transportIdentifier can be reached by endpoints configured
as any in @reachableIdentifiers.
PARAMETERS
transportIdentifier : <String>
reachableIdentifiers : <Collection of <String>>"
Categories
SST-API Developer
register: configuration mutuallyReachableBy: reachableIdentifiers
"ACTION
Register the configuration @configuration as an available transport.
This configuration is mutually reachable with each of the transport
identifiers given in @reachableIdentifiers. This means that the
transport identified by @configuration can reach and be reached by
a transport configured by any of the identifiers in @reachableIdentifiers.
Note that transports described by@configuration must be explicitly
referenced in @reachableIdentifiers to make them reachable by one
another. Answer @configuration.
PARAMETERS
configuration : <IuSstTransportConfiguration>
reachableIdentifiers : <Collection of <String>>
RETURN VALUE
<IuSstTransportConfiguration>"
Categories
SST-API Developer
register: configuration reachableBy: reachableIdentifiers
"ACTION
Register the configuration @configuration as an available transport.
This configuration can be reached by the transport identifiers given in
the collection @reachableIdentifiers; the reverse does not hold true,
however. Answer @configuration.
PARAMETERS
configuration : <IuSstTransportConfiguration>
reachableIdentifiers : <Collection of <String>>
RETURN VALUE
<IuSstTransportConfiguration>"
Categories
SST-API Developer
removeReachabilitiesFor: transportIdentifier
"ACTION
Remove any reachabilities for @transportIdentifier.
PARAMETERS
transportIdentifier : <String>"
Categories
SST-API Developer
unregister: transportIdentifier
"ACTION
Unregister and answer the configuration for the transport identified
by @transportIdentifier. Answer nil if there is no such configuration.
PARAMETERS
transportIdentifier : <String>
RETURN VALUE
<IuSstTransportConfiguration> | nil"
Categories
SST-API Developer
[FIRST] [PREV] [NEXT] [LAST]