Public Class Methods : SciSocketAddress
sstGenerateAddress: urlComponent configuration: configuration
"ACTION
Answer an instance of the receiver suitably initialized from the contents
of @urlComponent. @configuration is the configuration object for the
particular transport which specified the receiver as its %addressClass.
Answer an SstError if the information cannot be determined from
@urlComponent.
The format for TCP addresses is 'host:port' where:
host may be:
- empty, in which case it defaults to INADDRANY
- a symbolic name (eg. prep.ai.mit.edu)
- any form accepted by inet_ntoa() (eg. 204.138.97.207, 0x12d81d8a)
port is optional and may be:
- empty, in which case it defaults to DefaultPort
- a number (eg. 2314)
- a symbolic tcp service name (eg. finger, http)
PARAMETERS
urlComponent : <String>
configuration : <IuSstTransportConfiguration>
RETURN VALUE
<IuSstAddress> | <IuSstError>"
Categories
SST-API Developer
[FIRST] [PREV] [NEXT] [LAST]