#include <evarequestagent.h>
Inherits EvaPicInPacket.
Inheritance diagram for RequestAgentReplyPacket:


Public Member Functions | |
| RequestAgentReplyPacket () | |
| RequestAgentReplyPacket (unsigned char *buf, int len) | |
| RequestAgentReplyPacket (const RequestAgentReplyPacket &rhs) | |
| virtual | ~RequestAgentReplyPacket () |
| RequestAgentReplyPacket & | operator= (const RequestAgentReplyPacket &rhs) |
| const unsigned short | getReplyCode () const |
| const unsigned int | getSessionID () const |
| const unsigned int | getRedirectIP () const |
| const unsigned short | getRedirectPort () const |
| const std::string & | getMessage () const |
Protected Member Functions | |
| void | parseBody () |
Private Attributes | |
| unsigned short | replyCode |
| unsigned int | sessionID |
| unsigned int | redirectIP |
| unsigned short | redirectPort |
| std::string | message |
Definition at line 63 of file evarequestagent.h.
|
|
Definition at line 65 of file evarequestagent.h. |
|
||||||||||||
|
Definition at line 105 of file evarequestagent.cpp. |
|
|
Definition at line 110 of file evarequestagent.cpp. |
|
|
Definition at line 68 of file evarequestagent.h. |
|
|
Definition at line 76 of file evarequestagent.h. References message. Referenced by operator=(). |
|
|
Definition at line 74 of file evarequestagent.h. References redirectIP. Referenced by operator=(). |
|
|
Definition at line 75 of file evarequestagent.h. References redirectPort. Referenced by operator=(). |
|
|
Definition at line 72 of file evarequestagent.h. References replyCode. Referenced by operator=(). |
|
|
Definition at line 73 of file evarequestagent.h. References sessionID. Referenced by operator=(). |
|
|
Definition at line 116 of file evarequestagent.cpp. References getMessage(), getRedirectIP(), getRedirectPort(), getReplyCode(), getSessionID(), message, redirectIP, redirectPort, replyCode, and sessionID. Here is the call graph for this function: ![]() |
|
|
Reimplemented from EvaPicInPacket. Definition at line 127 of file evarequestagent.cpp. References EvaPicInPacket::decryptedBuf, message, redirectIP, redirectPort, replyCode, and sessionID. |
|
|
Definition at line 85 of file evarequestagent.h. Referenced by getMessage(), operator=(), and parseBody(). |
|
|
Definition at line 83 of file evarequestagent.h. Referenced by getRedirectIP(), operator=(), and parseBody(). |
|
|
Definition at line 84 of file evarequestagent.h. Referenced by getRedirectPort(), operator=(), and parseBody(). |
|
|
Definition at line 80 of file evarequestagent.h. Referenced by getReplyCode(), operator=(), and parseBody(). |
|
|
Definition at line 81 of file evarequestagent.h. Referenced by getSessionID(), operator=(), and parseBody(). |
1.4.4