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]
The descriptor that is parsed by an object of this class will be referenced by that object. If the original descriptor is no longer in scope there will be undefined behaviour.
Public Member Functions | |
---|---|
TAuthorityParser8() | |
IMPORT_C TInt | Parse(const TDesC8 &) |
Inherited Attributes | |
---|---|
TAuthorityC8::iAuthorityDes | |
TAuthorityC8::iComponent |
IMPORT_C TInt | Parse | ( | const TDesC8 & | aAuthority | ) |
Parses the descriptor aAuthority into authority components.
const TDesC8 & aAuthority | A reference to a descriptor pointer to be parsed. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.