#include <NetHTTPProtocol.h>
Public Member Functions | |
NetHTTPProtocol () | |
virtual | ~NetHTTPProtocol () |
Object * | clone () const |
bool | checkBufferForCompatibility (char *buffer, int length) |
bool | initializeConversation (JSocket *socket) |
bool | sendObject (JSocket *socket, Message *msg, bool isReply) |
Message * | receiveObject (JSocket *socket, int timeout) |
Public Attributes | |
HTTPRequest * | recHTTP |
Definition at line 40 of file NetHTTPProtocol.h.
cmlabs::NetHTTPProtocol::NetHTTPProtocol | ( | ) |
Definition at line 33 of file NetHTTPProtocol.cpp.
cmlabs::NetHTTPProtocol::~NetHTTPProtocol | ( | ) | [virtual] |
Definition at line 39 of file NetHTTPProtocol.cpp.
Object * cmlabs::NetHTTPProtocol::clone | ( | ) | const [virtual] |
bool cmlabs::NetHTTPProtocol::checkBufferForCompatibility | ( | char * | buffer, | |
int | length | |||
) | [virtual] |
bool cmlabs::NetHTTPProtocol::initializeConversation | ( | JSocket * | socket | ) | [virtual] |
Definition at line 53 of file NetHTTPProtocol.h.