|
|
|
class TAuthorityParser8 : public TAuthorityC8;
Dependencies : TAuthorityC8 Comments : Provides functionality to parse a descriptor into the components of an authority as defined in RFC2396. There
are 3 components; userinfo, host and port.
This uses 8-bit descriptors.
Format of an authority is; [userinfo@]host[:port]
TAuthorityC8 - Dependencies : TAuthorityComponent. Comments : Provides non-modifying functional...
TAuthorityParser8 - Dependencies : TAuthorityC8 Comments : Provides functionality to parse a descrip...
Defined in TAuthorityParser8:
Parse(const TDesC8 &)Parses the descriptor aAuthority into authority components.TAuthorityParser8()Constructor.Inherited from TAuthorityC8:
AuthorityDes()constRetrieves the descriptor for the entire authority.Compare(const TAuthorityC8 &,TAuthorityComponent)constCompares the specified component against the one in the authority passed in.DisplayFormL(TAuthorityComponent)constCreate a new HBufC descriptor containing the desired component or the full Autho...Extract(TAuthorityComponent)constRetrieves the specified component in the authority.IsPresent(TAuthorityComponent)constIndicates whether the specified component is present in the authority.iAuthorityDesThe descriptor pointer to the authority.iComponentThe array of descriptor pointers to the authority components.IMPORT_C TInt Parse(const TDesC8 &aAuthority);
Parses the descriptor aAuthority into authority components.
The object references the input descriptor.
|
|