| |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CharData | |
rtspstack |
Uses of CharData in rtspstack |
Constructors in rtspstack with parameters of type CharData | |
CharData.CharData(const CharData & src) | |
CharDataParser.CharDataParser(CharData * dataBuf) |
Methods in rtspstack that return CharData | |
CharData & | CharData.operator=(const CharData & data) |
static CharData & | Rtsp.getHeaderInString(u_int32_t headerIndex) |
static CharData & | Rtsp.getMethodInString(RtspMethodsType methodIndex) |
static CharData & | Rtsp.getStatusCodeInString(RtspStatusCodesType code) |
static CharData & | Rtsp.getStatusInString(RtspStatusCodesType code) |
static CharData & | Rtsp.getVersion() |
static CharData & | RtspUtil.getStatusCodeInString(RtspStatusCodesType code) |
static CharData & | RtspUtil.getStatusInString(RtspStatusCodesType code) |
static CharData & | RtspUtil.getVersion() |
Methods in rtspstack with parameters of type CharData | |
CharData & | CharData.operator=(const CharData & data) |
int | CharDataParser.getNextLine(CharData * outBuf) Get all the chars before \r or \n or \r\n, inclusive |
int | CharDataParser.getNextWord(CharData * outBuf) Get all the chars before a non-letter |
int | CharDataParser.getThruLength(CharData * outBuf, int length) Get thru length of chars |
int | CharDataParser.getThruSpaces(CharData * outBuf) Get all the chars before a non space char |
int | CharDataParser.parseThru(CharData * outBuf, char stopChar) Get all chars and stop after the stopChar |
int | CharDataParser.parseThru(CharData * outBuf, u_int8_t * stopMask) Get all chars if mask[char]=1, and stop otherwise |
int | CharDataParser.parseUntil(CharData * outBuf, char stopChar) Get all chars, and stop before the stopChar |
int | CharDataParser.parseUntil(CharData * outBuf, u_int8_t * stopMask) Get all chars and stop before the char that mask[char]=1 |
static u_int32_t | Rtsp.getHeaderInNumber(const CharData & headerInStr) |
static u_int32_t | Rtsp.getMethodInNumber(const CharData & methodInStr) |
static u_int32_t | RtspUtil.getHeaderInNumber(const CharData & headerInStr) |
static u_int32_t | RtspUtil.getMethodInNumber(const CharData & methodInStr) |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |