SIP 헤더 정보를 저장하는 클래스
더 자세히 ...
Public 멤버 함수 |
| CHttpHeader () |
| CHttpHeader (const char *pszName, const char *pszValue) |
| ~CHttpHeader () |
int | Parse (const char *pszText, int iTextLen) |
| HTTP 헤더 문자열을 파싱하여 CHttpHeader 클래스의 멤버 변수에 저장한다.
|
int | ToString (char *pszText, int iTextSize) |
| HTTP 메시지에 포함된 문자열을 작성한다.
|
void | Set (const char *pszName, const char *pszValue) |
| 헤더의 이름과 값을 설정한다.
|
void | Clear () |
| 멤버 변수를 초기화시킨다.
|
상세한 설명
생성자 & 소멸자 문서화
CHttpHeader::CHttpHeader |
( |
| ) |
|
CHttpHeader::CHttpHeader |
( |
const char * |
pszName, |
|
|
const char * |
pszValue |
|
) |
| |
CHttpHeader::~CHttpHeader |
( |
| ) |
|
멤버 데이타 문서화
std::string CHttpHeader::m_strName |
std::string CHttpHeader::m_strValue |