#include <HTTPSocket.h>
Inheritance diagram for HTTPSocket:
Public Member Functions | |
HTTPSocket (void) | |
virtual | ~HTTPSocket (void) |
virtual bool | setupSocket (string inSourceLocation) |
virtual void | closeSocket () |
virtual bool | splitURL (string inURL) |
virtual string | assembleRequest (string inFilePath) |
bool | httpRequest (string inRequest) |
Protected Attributes | |
string | mServerName |
string | mFileName |
unsigned short | mPort |
string | mLastResponse |
SOCKET | mSocket |
bool | mIsEOF |
bool | mWasError |
bool | mIsOpen |
bool | mSeenResponse |
|
Definition at line 34 of file HTTPSocket.cpp. References false. |
|
Definition at line 58 of file HTTPSocket.cpp. |
|
Definition at line 134 of file HTTPSocket.cpp. References mServerName. Referenced by HTTPFileSource::open(), and CachedHTTPFileSource::open(). |
|
Definition at line 205 of file HTTPSocket.cpp. References mSocket. Referenced by HTTPFileSource::close(), CachedHTTPFileSource::close(), HTTPFileSource::open(), and CachedHTTPFileSource::open(). |
|
Definition at line 141 of file HTTPSocket.cpp. References mSocket. Referenced by HTTPFileSource::open(), and CachedHTTPFileSource::open(). |
|
Definition at line 67 of file HTTPSocket.cpp. References mPort, mServerName, mSocket, and splitURL(). Referenced by HTTPFileSource::open(), and CachedHTTPFileSource::open(). |
Here is the call graph for this function:
|
Definition at line 153 of file HTTPSocket.cpp. References mFileName, mPort, and mServerName. Referenced by setupSocket(). |
|
Definition at line 49 of file HTTPSocket.h. Referenced by splitURL(). |
|
Definition at line 54 of file HTTPSocket.h. |
|
Definition at line 56 of file HTTPSocket.h. |
|
Definition at line 51 of file HTTPSocket.h. |
|
Definition at line 50 of file HTTPSocket.h. Referenced by setupSocket(), and splitURL(). |
|
Definition at line 57 of file HTTPSocket.h. |
|
Definition at line 48 of file HTTPSocket.h. Referenced by assembleRequest(), setupSocket(), and splitURL(). |
|
Definition at line 52 of file HTTPSocket.h. Referenced by closeSocket(), httpRequest(), and setupSocket(). |
|
Definition at line 55 of file HTTPSocket.h. |