, including all inherited members.
| _allocated_sz | StunMsg | [protected] |
| _buffer | StunMsg | [protected] |
| _constructed | StunMsg | [protected] |
| _deallocate | StunMsg | [protected] |
| _sz | StunMsg | [protected] |
| addAttr(StunAttr &attr) | StunMsg | [inline] |
| check() | StunMsgResponse | [inline, protected, virtual] |
| checkFingerprint(u08bits *buffer, size_t sz) | StunMsg | [inline, static] |
| construct() | StunMsg | [inline] |
| constructBuffer() | StunMsgResponse | [inline, protected, virtual] |
| getError() const | StunMsgResponse | [inline] |
| getMethod() const | StunMsgResponse | [inline] |
| getRawBuffer() | StunMsg | [inline] |
| getReason() const | StunMsgResponse | [inline] |
| getSize() const | StunMsg | [inline] |
| getStunTid() | StunMsgResponse | [inline] |
| isChallenge(std::string &realm, std::string &nonce) | StunMsgResponse | [inline] |
| isChallengeResponse(const u08bits *buf, size_t sz, int &err_code, u08bits *err_msg, size_t err_msg_size, u08bits *realm, u08bits *nonce) | StunMsg | [inline, static] |
| isChannel(u08bits *buffer, size_t sz) | StunMsg | [inline, static] |
| isCommand(u08bits *buffer, size_t sz) | StunMsg | [inline, static] |
| isErrorResponse(u08bits *buffer, size_t sz, int &err_code, u08bits *err_msg, size_t err_msg_size) | StunMsg | [inline, static] |
| isFingerprintPresent(u08bits *buffer, size_t sz) | StunMsg | [inline, static] |
| isIndication(u08bits *buffer, size_t sz) | StunMsg | [inline, static] |
| isRequest(u08bits *buffer, size_t sz) | StunMsg | [inline, static] |
| isSuccessResponse(u08bits *buffer, size_t sz) | StunMsg | [inline, static] |
| isValid() | StunMsg | [inline] |
| setError(int err) | StunMsgResponse | [inline] |
| setMethod(u16bits method) | StunMsgResponse | [inline] |
| setReason(std::string reason) | StunMsgResponse | [inline] |
| setSize(size_t sz) | StunMsg | [inline] |
| setStunTid(stun_tid &tid) | StunMsgResponse | [inline] |
| StunMsg() | StunMsg | [inline] |
| StunMsg(u08bits *buffer, size_t total_sz, size_t sz, bool constructed) | StunMsg | [inline] |
| StunMsgResponse(u16bits method, stun_tid &tid) | StunMsgResponse | [inline] |
| StunMsgResponse(u16bits method, int error_code, std::string reason, stun_tid &tid) | StunMsgResponse | [inline] |
| StunMsgResponse(u08bits *buffer, size_t total_sz, size_t sz, bool constructed) | StunMsgResponse | [inline] |
| ~StunMsg() | StunMsg | [inline, virtual] |